Added hover stack to manage overlapping Area2Ds

Added room selector in demo scenes
Modified dialogues in room 1, fixed bug in room 8 and 9
This commit is contained in:
Julian Murgia
2021-02-03 17:26:12 +01:00
parent b789490f63
commit bd3ef71c80
33 changed files with 253 additions and 202 deletions

View File

@@ -17,3 +17,6 @@ func _on_action_selected(action : String):
for but in $actions.get_children():
but.set_pressed(but.get_name() == action)
func unselect_actions():
for but in $actions.get_children():
but.set_pressed(false)