1
0
Fork 0

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 repo
master
Willems Davy 2023-09-10 00:32:12 +02:00
parent fc93e79e8e
commit 324007b4dd
3 changed files with 1946 additions and 2199 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

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