flappybat/getready.js

11 lines
149 B
JavaScript
Raw Normal View History

2024-03-07 12:23:02 -06:00
this.gui = function()
{
2024-03-13 12:15:02 -05:00
GUI.image("message.gif", [50,100]);
2024-03-07 12:23:02 -06:00
}
this.inputs = {};
this.inputs.space = function() {
game.start();
this.kill();
}