More assets.
This commit is contained in:
parent
583ad6d9c5
commit
4027b70867
6 changed files with 13 additions and 11 deletions
|
@ -14,7 +14,7 @@
|
|||
{"_type": "Device",
|
||||
"config": {"test": true},
|
||||
"events": ["Events::GUI::STAIRS_DOWN"]},
|
||||
{"_type": "Sprite", "name": "barrel"}
|
||||
{"_type": "Sprite", "name": "well_down"}
|
||||
]
|
||||
},
|
||||
"STAIRS_UP": {
|
||||
|
@ -31,7 +31,7 @@
|
|||
{"_type": "Device",
|
||||
"config": {"test": true},
|
||||
"events": ["Events::GUI::STAIRS_UP"]},
|
||||
{"_type": "Sprite", "name": "barrel"}
|
||||
{"_type": "Sprite", "name": "barrel_small"}
|
||||
]
|
||||
},
|
||||
"SPIKE_TRAP": {
|
||||
|
@ -47,7 +47,7 @@
|
|||
{"_type": "Device",
|
||||
"config": {"test": true},
|
||||
"events": ["Events::GUI::TRAP"]},
|
||||
{"_type": "Sprite", "name": "barrel"}
|
||||
{"_type": "Sprite", "name": "barrel_small"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue