Fix wrong filenames
This commit is contained in:
parent
7997916968
commit
dfb9c76b7e
1 changed files with 3 additions and 3 deletions
|
@ -66,10 +66,10 @@ var muri = (function() {
|
|||
|
||||
muri.setup = function() {
|
||||
kontra.assets.load(
|
||||
'room_stasis_dark.gif',
|
||||
'room_stasis.gif',
|
||||
'room_stasis_dark.png',
|
||||
'room_stasis.png',
|
||||
'stasis_doorSheet.png',
|
||||
'stasis_lightSwitch.gif'
|
||||
'stasis_lightSwitch.png'
|
||||
).then(function() {
|
||||
document.getElementById('loading').style.display = 'none';
|
||||
muri.modules.forEach(function(m) {
|
||||
|
|
Loading…
Reference in a new issue