add oxygen meter
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 19 KiB |
@@ -2,12 +2,15 @@
|
||||
|
||||
- [ ] Test Map
|
||||
- [ ] Vehicles
|
||||
- [ ] Swimming (inkl. Oxygen-Meter)
|
||||
- [ ] ordentlichs HUD bauen
|
||||
- [ ] Swimming
|
||||
- [x] Oxygen-Meter
|
||||
- [ ] ordentliches HUD bauen
|
||||
- [ ] Elemente müssen variable und optional sein.
|
||||
- [ ] Global Progress Object
|
||||
- [ ] Menus & Textboxes
|
||||
- [ ] Save & Load
|
||||
- [ ] Mobile Controls
|
||||
- [ ] Collision Boxes (nicht identisch mit der Sprite-Größe)
|
||||
- [ ] Spores
|
||||
- [ ] Webhosting
|
||||
- [ ] Boss Battles
|
||||
@@ -41,6 +44,8 @@ GlobalProgress {
|
||||
"currentHitpoints": 3,
|
||||
"maxHitpoints": 5,
|
||||
"collectedCrystals": 26,
|
||||
"oxygen": 70,
|
||||
"maxOxygen": 70,
|
||||
"ammo": {
|
||||
"blaster": 10,
|
||||
"rocketLauncher": 5,
|
||||
|
||||