scenes: infraestructura de la capa scenes:: (scene, timeline, sprite mover, frame animator, palette fade, surface handle, registry)

This commit is contained in:
2026-04-15 19:40:39 +02:00
parent 1507a1c740
commit 4436f7f569
17 changed files with 803 additions and 180 deletions

View File

@@ -41,6 +41,14 @@ set(APP_SOURCES
source/core/system/director.cpp
source/core/system/fiber.cpp
# Scenes (cinemàtiques i menús reescrits)
source/scenes/timeline.cpp
source/scenes/sprite_mover.cpp
source/scenes/frame_animator.cpp
source/scenes/palette_fade.cpp
source/scenes/surface_handle.cpp
source/scenes/scene_registry.cpp
# Game
source/game/options.cpp
source/game/bola.cpp