mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +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
|
@ -80,6 +80,9 @@ func update():
|
|||
item.repository = repository
|
||||
item.connect("clicked", self, "item_clicked")
|
||||
grid.add_child(item)
|
||||
|
||||
if files.size() > 0:
|
||||
game.notify("Click on these files to edit them!", self, "file-browser")
|
||||
|
||||
if false:
|
||||
match mode:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue