Technically a game

This commit is contained in:
2020-05-16 20:35:08 -04:00
parent bea02afbc5
commit 8b93f60aa0
30 changed files with 390 additions and 6 deletions

View File

@ -19,3 +19,4 @@ func _on_interact():
func _on_dialog_exit():
if state == 0:
state = 1
$Speaker.gui.display_tip("Press S and then SPACE\nto go down platforms")