Merge branch 'main' into game_menu

This commit is contained in:
2026-06-30 21:47:32 +02:00
23 changed files with 829 additions and 95 deletions

View File

@@ -195,8 +195,8 @@ func _on_photo_taken_finished() -> void:
StatsManager.store()
func _on_choo_choo_button_pressed() -> void:
#play sfx
pass
UIEvents.toot_toot.emit(true)
AchievementManager.is_unlocked("ACH_CHANGE_TRAIN_COLOR")
func _set_buttons_mouse_filter(ignore: bool) -> void:
var filter = Control.MOUSE_FILTER_IGNORE if ignore else Control.MOUSE_FILTER_STOP