refactoring save_game

This commit is contained in:
2026-04-16 12:30:40 +02:00
parent e02bd1819f
commit 2508ac96fa
8 changed files with 50 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
extends Control
@onready var grid_container: GridContainer = $%PhotoGrid
@export var photo_scene: PackedScene
@onready var photo_scene = preload("res://core/photo_mode/photo.tscn")
@onready var grid_container: GridContainer = $%PhotoGrid
func _ready() -> void:
CollectionManager.on_photo_saved.connect(_create_photo_thumbnail)