1
Technical Support / Re: Editor run crash
« on: January 02, 2014, 10:45:01 PM »
Okay, I figured it out by browsing about. You need to make a new folder for your map, name your map when you save it as level_mapname, and make to XML files:
info.xml:
and
levels.xml:
info.xml:
Code: [Select]
<info>
<name>Script test level</name>
<description></description>
<lives>10</lives>
</info>
and
levels.xml:
Code: [Select]
<levels start="1">
<act name="lvl.act1">
<level id="1" res="test_puzzle.xml" name="Puzzle test" />
</act>
</levels>