mirror of https://github.com/espruino/BangleApps
Big Batch of changes:
- Constants uppercase - 2 space formatting - prescaled image instead of scaling every frame - logic runs first before drawing now (one less loop call) - only do a redraw when going from a gamestate to an initgamestate - optimized redraws a bit - removed music option as there is no music / sound (sound is just a buzz call) - Added "loading" message when generating the level as it has a small delay - revert version to 0.01 as it was never released yet on official repopull/3021/head
parent
fc93e79e8e
commit
324007b4dd
|
@ -1,2 +1 @@
|
|||
0.01: Initial version of Waternet
|
||||
0.02: Save state handling of unclocked levels
|
||||
0.01: Initial version of Waternet port for Bangle JS 2
|
||||
|
|
4130
apps/waternet/app.js
4130
apps/waternet/app.js
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
{ "id": "waternet",
|
||||
"name": "Waternet",
|
||||
"shortName":"Waternet",
|
||||
"version":"0.02",
|
||||
"version":"0.01",
|
||||
"description": "Puzzle game where water needs to flow through pipes by sliding or rotating them",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"screenshot2.png"},{"url":"screenshot1.png"},{"url":"screenshot3.png"}],
|
||||
|
|
Loading…
Reference in New Issue