fix starting scene

This commit is contained in:
nadiarvi 2025-05-11 10:18:31 +09:00
parent 21be8cceb9
commit 04f1b42193

View File

@ -22,7 +22,7 @@ function setup(){
mgr.addScene(Level2);
mgr.addScene(Level3);
mgr.showScene(Level3);
mgr.showScene(StartScene);
};
function draw(){