Add files via upload
parent
4f807796f4
commit
37cd4a1f5e
|
|
@ -207,7 +207,7 @@ function gameStart() {
|
|||
function onFrame() {
|
||||
|
||||
// game not started state (title screen) ***************************
|
||||
if(game_state == 0) {
|
||||
if(game_state == 0) {
|
||||
g.clear();
|
||||
|
||||
|
||||
|
|
@ -308,6 +308,7 @@ function onFrame() {
|
|||
|
||||
// not game over state (game running) ******************************
|
||||
if(game_state == 1) {
|
||||
Bangle.setLCDPower(1); // optional - this keeps the watch LCD lit up
|
||||
g.clear();
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "invader",
|
||||
"name": "Invader",
|
||||
"shortName":"Invader",
|
||||
"version":"0.10",
|
||||
"version":"0.11",
|
||||
"description": "A Space Invader game-like demo - work in progress",
|
||||
"icon": "app.png",
|
||||
"screenshots" : [ { "url":"screenshot_0.png" }, { "url":"screenshot_1.png" }, { "url":"screenshot_2.png" } ],
|
||||
|
|
|
|||
Loading…
Reference in New Issue