A few tweaks to make the HP bar work constnantly, probably not the most efficient but it's good enough for now.

This commit is contained in:
Zed A. Shaw 2025-02-24 12:05:54 -05:00
parent dfd59065f7
commit 1886c99920
5 changed files with 6 additions and 7 deletions

View file

@ -8,7 +8,7 @@
},
{"_type": "Combat", "hp": 200, "max_hp": 200, "damage": 50, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "LightSource", "strength": 40, "radius": 1.5},
{"_type": "LightSource", "strength": 45, "radius": 2.0},
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Animation", "scale": 0.1, "simple": true, "frames": 10, "speed": 1.0}
]