Working sound system and most enemies have a sound effect. This will make it easier to add sounds now.
This commit is contained in:
parent
83df9ff03b
commit
20cbc3a21c
12 changed files with 126 additions and 5 deletions
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"sounds": {
|
||||
"sword_1": "assets/sword.1.ogg",
|
||||
"monster_16": "assets/monster-16.ogg",
|
||||
"monster_1": "assets/monster-1.ogg"
|
||||
},
|
||||
"sprites": {
|
||||
"armored_knight": "assets/armored_knight_1-256.png",
|
||||
"sword": "assets/cinqueda_1-512.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue