add page flip

This commit is contained in:
2026-06-29 15:55:01 +02:00
parent d0d052f65b
commit 9da7b074d4
46 changed files with 8671 additions and 103 deletions

View File

@@ -17,6 +17,8 @@ func load_gallery() -> void:
for file_path in saved_photos:
if FileAccess.file_exists(file_path):
_create_photo_thumbnail(file_path)
if is_inside_tree():
await get_tree().process_frame
func _create_photo_thumbnail(file_path: String) -> void:
var image = Image.load_from_file(file_path)