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() { function onFrame() {
// game not started state (title screen) *************************** // game not started state (title screen) ***************************
if(game_state == 0) { if(game_state == 0) {
g.clear(); g.clear();
@ -308,6 +308,7 @@ function onFrame() {
// not game over state (game running) ****************************** // not game over state (game running) ******************************
if(game_state == 1) { if(game_state == 1) {
Bangle.setLCDPower(1); // optional - this keeps the watch LCD lit up
g.clear(); g.clear();

View File

@ -1,7 +1,7 @@
{ "id": "invader", { "id": "invader",
"name": "Invader", "name": "Invader",
"shortName":"Invader", "shortName":"Invader",
"version":"0.10", "version":"0.11",
"description": "A Space Invader game-like demo - work in progress", "description": "A Space Invader game-like demo - work in progress",
"icon": "app.png", "icon": "app.png",
"screenshots" : [ { "url":"screenshot_0.png" }, { "url":"screenshot_1.png" }, { "url":"screenshot_2.png" } ], "screenshots" : [ { "url":"screenshot_0.png" }, { "url":"screenshot_1.png" }, { "url":"screenshot_2.png" } ],