mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Extend the hint system to explain GUI elements
This commit is contained in:
parent
d258f812ce
commit
e87e29a3ed
9 changed files with 83 additions and 28 deletions
scenes
|
@ -88,6 +88,8 @@ func set_label(new_label):
|
|||
new_label = ""
|
||||
$Rows/RepoVis/SeparatorLine/DropArea.queue_free()
|
||||
$Rows/RepoVis/SeparatorLine.hide()
|
||||
else:
|
||||
game.notify("This is the time machine of another person! To interact with it, you need special commands!", self, "remote")
|
||||
label_node.text = new_label
|
||||
|
||||
func random_position():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue