diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/031-2.tmx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/031-2.tmx b/maps/031-2.tmx index 07d21c3e..936afe7e 100644 --- a/maps/031-2.tmx +++ b/maps/031-2.tmx @@ -36,7 +36,7 @@ H4sIAAAAAAAAA+3OwQ2CQBCG0UUbwL60A+gAG9BYgbEVa2QSOcGF6K5zeS/5M9k9faUAAAAA0NI5dsmOqGCIjdkRFUyxa3ZEY33slB1RwS074Ef35b67z32klex3PGz/nqv36y8lAAAAAN+ZAZvHhDwQJwAA </data> </layer> - <layer name="collision" width="50" height="50"> + <layer name="collision" width="50" height="50" visible="0"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA+3RsQoAIQxEweD/f/T1qcQT1sAEprN4i6uqFgAAAABsqgcabu3ol2762993TNi0e+nO0x39TbrzZEu65+Z/TN42rRcAAABSPoDEU8sQJwAA </data> @@ -46,7 +46,7 @@ H4sIAAAAAAAAA+3BAQ0AAADCoPdPbQ43oAAAAAAAAAAAAODfAC7KO00QJwAA </data> </layer> - <objectgroup name="Objects" width="50" height="50" visible="0"> + <objectgroup name="Objects" width="50" height="50"> <object x="736" y="960" width="32" height="32"/> <object name="door" type="Warp" x="736" y="960" width="32" height="32"> <properties> @@ -55,5 +55,6 @@ <property name="dest_y" value="2624"/> </properties> </object> + <object name="graphics/particles/fireplace.particle.xml" type="PARTICLE_EFFECT" x="768" y="736" width="32" height="32"/> </objectgroup> </map> |