add tween to time transition

This commit is contained in:
2026-06-30 21:35:25 +02:00
parent 1b5b364313
commit 9eebc75fa3
3 changed files with 22 additions and 16 deletions

View File

@@ -8,7 +8,6 @@ extends Control
@onready var photo_icon_button: Button = $%PhotoIconButton
@onready var choo_choo_button: Button = $%ChooChooButton
@onready var collectible_icon_button: Button = $%CollectibleIconButton
#@onready var resume_button: Button = $GameMenuPanel/GameMenu/Pages/Page3/OptionMenu/VBoxContainer/ResumeButton
@onready var weather_row: HBoxContainer = $%WeatherRow
@onready var time_of_day_row: HBoxContainer = $%TimeOfDayRow
@onready var photo_mode_texture_panel: Panel = $%PhotoModeTexturePanel

File diff suppressed because one or more lines are too long