mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-01 19:19:31 +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
|
@ -54,6 +54,9 @@ func draw(ids):
|
|||
|
||||
arrange_cards()
|
||||
|
||||
if ids.size() > 0:
|
||||
game.notify("These are your cards! Drag them to highlighted areas to play them!", self, "cards")
|
||||
|
||||
func arrange_cards():
|
||||
var t = Timer.new()
|
||||
t.wait_time = 0.05
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue