A simple config loader test.

This commit is contained in:
Zed A. Shaw 2025-02-21 23:17:53 -05:00
parent b8bb49df2c
commit 947ccbe180
4 changed files with 24 additions and 4 deletions

View file

@ -31,6 +31,7 @@
"foreground": [156, 172, 197],
"background": [30, 20, 75]
},
{"_type": "LightSource", "strength": 80, "radius": 2.8},
{"_type": "Combat", "hp": 40, "max_hp": 40, "damage": 10, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": true},
{"_type": "EnemyConfig", "hearing_distance": 5},