Added a couple of test enemies to the game for the next stream.
This commit is contained in:
parent
8d661b785b
commit
59bbae0af0
3 changed files with 23 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue