[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
@@ -201,6 +201,7 @@ function start_scene(_scene, offset, stop_music)
-- game_update=update_scene
scene.running = true
if not stop_music then scene.stop_music = false end
print("SCENE START")
flow:executar("scene", true); -- guardar l'estat anterior i executar
end