I have a question, I have this game I am almost finished making,
but I am running into what I think is a problem with composer.
try playing my game in Tom Burger 3 HTML5 English version
you will find you can finish the level twice, but the thid time you finish the level
and click on start on dailyScoresScreen.lua it will crash with error indicating that in
line 299 of game.lua that sceneGroup is nil. since it works twice I don’t get why it wont
work a third or more times.
(you can clear a level just by avoiding the mouse and the poop if you want,
I have made the time go by quickly, so what would normally take 8 minutes just takes a short time)
this is my github GitHub - amigojapan/TomBurger3Solar2d: Hamburger Simulation game
I think the problem is either is dailyScoresScreen.lua or in game.lua.
all help appreciated!,
amigojapan