A simple config loader test.
This commit is contained in:
parent
b8bb49df2c
commit
947ccbe180
4 changed files with 24 additions and 4 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue