Fixed lingering static references to tiles in map.json

This commit is contained in:
2014-06-22 10:34:42 -07:00
parent adab130d17
commit 967a5a85a2
2 changed files with 15 additions and 3 deletions

12
moonlight/combine.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
cat src/Constants.js \
src/Settings.js \
src/Dialogue.js \
src/Util.js \
src/Light.js \
src/AISprite.js \
src/EffectSprite.js \
src/SoundSprite.js \
src/GameStates.js \
src/main.js > js/moonlight-skulk.js

View File

@@ -856,7 +856,7 @@
}, },
{ {
"firstgid":3865, "firstgid":3865,
"image":"D:\/Applications\/SteamLibrary\/SteamApps\/common\/RPGVXAce\/rtp\/Graphics\/Characters\/!Door1.png", "image":"./tiles/Doors.png",
"imageheight":256, "imageheight":256,
"imagewidth":384, "imagewidth":384,
"margin":0, "margin":0,
@@ -871,7 +871,7 @@
}, },
{ {
"firstgid":3961, "firstgid":3961,
"image":"tiles\/bigtop.png", "image":"./tiles/bigtop.png",
"imageheight":608, "imageheight":608,
"imagewidth":448, "imagewidth":448,
"margin":0, "margin":0,
@@ -886,7 +886,7 @@
}, },
{ {
"firstgid":4227, "firstgid":4227,
"image":"tiles\/002-Woods01.png", "image":"./tiles/002-Woods01.png",
"imageheight":800, "imageheight":800,
"imagewidth":256, "imagewidth":256,
"margin":0, "margin":0,