flappybat/getready.js

11 lines
157 B
JavaScript
Raw Normal View History

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