[NEW] Mòdul Live scene per a escenes de joc

[NEW] Modificat mòdul flow per a poder afegir registres que no se van a executar inmediatament i així programar escenes encadenades
This commit is contained in:
2026-05-09 22:31:11 +02:00
parent 6a555a55f2
commit 83720a8b69
6 changed files with 77 additions and 27 deletions
+1
View File
@@ -146,6 +146,7 @@ function triggers:escena_stage1_ending()
print("STAGE 1 ENDING")
abad.update = abad_nop
remove_actor(self)
live_scene.start("stage1_ending", "add")
start_scene(scenes.stage1_ending, nil, false)
end