Log In  


Cart #25491 | 2016-07-18 | Code ▽ | Embed ▽ | No License


My first submit. have a blast.



why doesn't the game work?


_update60() isn't working in the web player so you need to call it twice in _update() as a workaround.

Example :

function _update() _update60() _update_buttons() _update60() end 

This will be automatic in 0.1.9
For more information, you can refer to this thread : https://www.lexaloffle.com/bbs/?tid=3722



[Please log in to post a comment]