Add files via upload

master
Brian Kumanchik 2022-05-31 09:00:45 -08:00 committed by GitHub
parent 4f807796f4
commit 37cd4a1f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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();

View File

@ -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" } ],