Fixes run end screen and adds 'E' to interact

This commit is contained in:
2026-03-06 09:25:21 -05:00
parent ab8129b6fe
commit 1198af2915
2 changed files with 57 additions and 4 deletions
+1 -1
View File
@@ -97,4 +97,4 @@ func _fade_in() -> void:
func _fade_out_then_hub() -> void:
var tw := create_tween()
tw.tween_property(_bg, "modulate:a", 0.0, FADE_OUT_TIME)
tw.tween_callback(func(): GameManager.go_to_hub())
tw.tween_callback(Callable(GameManager, "go_to_hub"))