update game_menu

This commit is contained in:
2026-05-14 22:31:37 +02:00
parent 788397e544
commit 5be52377a4
59 changed files with 590 additions and 329 deletions

View File

@@ -25,3 +25,4 @@ func _create_photo_thumbnail(file_path: String) -> void:
var texture = ImageTexture.create_from_image(image)
photo.setup(texture)
grid_container.add_child(photo)
photo.custom_minimum_size = Vector2(132,154)