-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add second enemy (rock head with four direction movement)
- Loading branch information
1 parent
2ed2155
commit 0273a67
Showing
27 changed files
with
492 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="30" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="8" nextobjectid="15"> | ||
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="40" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="8" nextobjectid="19"> | ||
<properties> | ||
<property name="musicAsset" value="TUTORIAL"/> | ||
<property name="name" value="Tutorial"/> | ||
</properties> | ||
<tileset firstgid="1" source="terrain.tsx"/> | ||
<tileset firstgid="243" source="objects.tsx"/> | ||
<objectgroup id="6" name="bgdObjects"> | ||
<object id="13" gid="244" x="158" y="63" width="38" height="38"> | ||
<object id="13" gid="244" x="318" y="63" width="38" height="38"> | ||
<properties> | ||
<property name="entityTags" propertytype="EntityTag" value=""/> | ||
<property name="hasTrack" type="bool" value="false"/> | ||
</properties> | ||
</object> | ||
<object id="4" gid="244" x="333" y="75" width="38" height="38"/> | ||
<object id="4" gid="244" x="493" y="75" width="38" height="38"/> | ||
</objectgroup> | ||
<layer id="1" name="ground" width="30" height="10"> | ||
<layer id="1" name="ground" width="40" height="10"> | ||
<data encoding="base64" compression="zlib"> | ||
eJxjYBgFgwWwAzEHFHMOsFtwgcHuRmT34cKcJKonxjxZIJYjgOWR7CVGPTHmDZS9xkBsQgCbItlLjHpizAMArX8NYQ== | ||
eJxjYBgFo4A4wA7EHFDMOcBuoRQMF78g+4NSzEllc0HmyQKxHJWwPJL7qGGu/BBwnzEQm1AJmyK5jxrmgswDADrHEhE= | ||
</data> | ||
</layer> | ||
<layer id="2" name="decoration" width="30" height="10"> | ||
<layer id="2" name="decoration" width="40" height="10"> | ||
<data encoding="base64" compression="zlib"> | ||
eJxjYBgFIwWwAzEnFnFjIDaBYlMa2CsLxPIUmkFrNw4GoADEilTSi88sUu0hVT0tAQCPawMy | ||
eJxjYBgFo2DgADsQc+DAnHj0YJMzBmITKDalkvtkgVgOB5bHoweXHLGAFn4Z7kABiBXpbAc+O/HJUUP9YAAA8d4EYg== | ||
</data> | ||
</layer> | ||
<objectgroup id="3" name="objects"> | ||
<object id="3" gid="243" x="103" y="97" width="32" height="32"/> | ||
<object id="3" gid="243" x="127" y="96" width="32" height="32"/> | ||
<object id="16" gid="245" x="-3" y="69" width="42" height="42"/> | ||
<object id="17" gid="245" x="300" y="100" width="42" height="42"/> | ||
<object id="18" gid="245" x="163" y="31" width="42" height="42"/> | ||
</objectgroup> | ||
<objectgroup id="7" name="fgdObjects"> | ||
<object id="11" gid="244" x="269" y="105" width="38" height="38"/> | ||
<object id="11" gid="244" x="429" y="105" width="38" height="38"/> | ||
</objectgroup> | ||
<objectgroup id="5" name="tracks"> | ||
<object id="10" x="320" y="57"> | ||
<object id="10" x="480" y="57"> | ||
<polygon points="0,0 64,-1 80,-25"/> | ||
</object> | ||
<object id="12" x="288" y="96"> | ||
<object id="12" x="448" y="96"> | ||
<polyline points="0,0 0,-80"/> | ||
</object> | ||
</objectgroup> | ||
<layer id="4" name="foreground" width="30" height="10"> | ||
<layer id="4" name="foreground" width="40" height="10"> | ||
<data encoding="base64" compression="zlib"> | ||
eJxjYBgFo2AUjIKhAQAEsAAB | ||
eJxjYBgFo2AUjIJRMApIBwAGQAAB | ||
</data> | ||
</layer> | ||
</map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.