[WIP] S1 Ending. Primer troçet fet

This commit is contained in:
2026-05-09 22:54:02 +02:00
parent 83720a8b69
commit 30ab23758e
4 changed files with 32 additions and 5 deletions
+2 -4
View File
@@ -12,13 +12,11 @@ live_scene = {
-- end
function live_scene.update_stage1_ending()
print("UPDATING")
flow:next()
stage1_ending:update_scene()
end
function live_scene.end_stage1_ending()
print("END")
flow:finish()
stage1_ending:end_scene()
end
function live_scene.start( name, op )