Extend the hint system to explain GUI elements

This commit is contained in:
blinry 2021-01-19 12:48:16 +01:00
parent d258f812ce
commit e87e29a3ed
9 changed files with 83 additions and 28 deletions
scenes

View file

@ -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