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

@@ -19,6 +19,8 @@ func setup() -> void:
_add_collectible(collectible)
if unlocked_collectible_ids.has(collectible.id):
_unlock_collectible(collectible.id)
if is_inside_tree():
await get_tree().process_frame
func on_collectible_unlocked(collectible_id: StringName) -> void:
_unlock_collectible(collectible_id)