Made some progress on the refactoring but I need to start getting serious and not reworking this code to death.

This commit is contained in:
Zed A. Shaw 2025-01-26 19:22:27 -05:00
parent 6ed57cd4a8
commit 51c1e04f61
5 changed files with 46 additions and 33 deletions

View file

@ -7,12 +7,11 @@
],
"sprites": {
"armored_knight": "assets/armored_knight_1-256.png",
"sword": "assets/cinqueda_1-256.png",
"sword": "assets/cinqueda_1-512.png",
"barrel": "assets/wood_barrel_large-256.png",
"evil_eye": "assets/evil_eye_test-256.png",
"peasant_girl": "assets/undead_peasant-256.png",
"floor": "assets/floor_tile_test-256.png",
"ceiling": "assets/ceiling_test-256.png",
"weapon": "assets/cinqueda_1-256.png"
"ceiling": "assets/ceiling_test-256.png"
}
}