Combat UI is alright but need to now make a few common widgets.

This commit is contained in:
Zed A. Shaw 2025-02-16 19:27:57 -05:00
parent cfe56bbf99
commit 7c1f05c801
4 changed files with 16 additions and 8 deletions

View file

@ -34,7 +34,7 @@
},
{"_type": "Combat", "hp": 50, "max_hp": 50, "damage": 50, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "EnemyConfig", "hearing_distance": 10},
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "evil_eye"}
]
},