UNPKG

lettuce

Version:

Lettuce JS, Mini Mobile Framework for Romantic with DSL.

16 lines (14 loc) 314 B
game.PlayScreen = me.ScreenObject.extend({ /** * action to perform on state change */ onResetEvent: function() { // load a level me.levelDirector.loadLevel("isometric"); }, /** * action to perform on state change */ onDestroyEvent: function() { } });