Added a couple of test enemies to the game for the next stream.

This commit is contained in:
Zed A. Shaw 2024-12-28 14:12:05 -05:00
parent 8d661b785b
commit 59bbae0af0
3 changed files with 23 additions and 2 deletions

View file

@ -5,8 +5,28 @@
"display":"\ua66b"
},
"ENEMY_TILE": {
"foreground": [255, 200, 125],
"foreground": [100, 200, 125],
"background": [30, 20, 75],
"display":"\u1d5c"
},
"SNAKE": {
"foreground": [90, 172, 74],
"background": [30, 20, 75],
"display":"\u06b1"
},
"GOBLIN": {
"foreground": [50, 200, 125],
"background": [30, 20, 75],
"display":"\u06bf"
},
"UNICORN": {
"foreground": [25, 200, 125],
"background": [30, 20, 75],
"display":"\u17a5"
},
"RAT": {
"foreground": [75, 200, 125],
"background": [30, 20, 75],
"display":"\u08ac"
}
}