Create a bunch of textures for sprites in the game.

This commit is contained in:
Zed A. Shaw 2025-02-11 20:46:44 -05:00
parent ebaf4fc0ee
commit 583ad6d9c5
9 changed files with 20 additions and 30 deletions

View file

@ -8,7 +8,7 @@
},
{"_type": "Combat", "hp": 200, "damage": 15, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "LightSource", "strength": 70, "radius": 2},
{"_type": "LightSource", "strength": 60, "radius": 1.8},
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "peasant_girl"}
]
@ -21,7 +21,7 @@
},
{"_type": "Combat", "hp": 20, "damage": 1, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "LightSource", "strength": 70, "radius": 2},
{"_type": "LightSource", "strength": 40, "radius": 1.2},
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "armored_knight"}
]