Skip to content

Commit

Permalink
Desktop build town map
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhael-Danilov committed Jan 29, 2025
1 parent 313c6b6 commit d75b686
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
"x":17,
"y":21
},
{
"kind":"TownsfolkMovieNPC",
"x":12,
"y":15
},
{
"kind":"TownsfolkSilentNPC",
"x":4,
Expand All @@ -43,6 +38,11 @@
"x":23,
"y":7
},
{
"kind":"TownsfolkNPC",
"x":12,
"y":16
},
{
"kind":"TownGuardNPC",
"x":14,
Expand Down
14 changes: 7 additions & 7 deletions TiledMaps/Town_desktop.tmx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.11.1" orientation="orthogonal" renderorder="left-up" width="32" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="11" nextobjectid="22">
<map version="1.10" tiledversion="1.11.1" orientation="orthogonal" renderorder="left-up" width="32" height="32" tilewidth="16" tileheight="16" infinite="0" nextlayerid="11" nextobjectid="23">
<tileset firstgid="1" source="tilesets/tiles_town_outside_winter.tsx"/>
<tileset firstgid="257" source="tilesets/tiles_town_inside.tsx"/>
<tileset firstgid="1281" source="tilesets/logic.tsx"/>
<tileset firstgid="1345" source="tilesets/Objects.tsx"/>
<layer id="1" name="logic" width="32" height="32">
<layer id="1" name="logic" width="32" height="32" locked="1">
<data encoding="csv">
1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1282,1282,1282,1282,1282,1282,1282,1285,1285,1285,1285,1285,1285,1285,1282,1282,
1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1282,1282,1285,1285,1285,1285,1285,1285,1285,1285,1282,
Expand Down Expand Up @@ -40,7 +40,7 @@
1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1285,1282,1282,1282,1282,1282,1282,1282,1282,1285
</data>
</layer>
<objectgroup id="10" name="objects" locked="1">
<objectgroup id="10" name="objects">
<object id="11" name="PortalGateReceiver" type="object" x="200" y="460">
<point/>
</object>
Expand All @@ -50,21 +50,21 @@
<object id="13" name="TownGuardNPC" type="mob" x="280" y="348">
<point/>
</object>
<object id="14" name="TownsfolkMovieNPC" type="mob" x="200" y="252">
<point/>
</object>
<object id="15" name="TownsfolkSilentNPC" type="mob" x="72" y="172">
<point/>
</object>
<object id="16" name="HealerNPC" type="mob" x="120" y="172">
<point/>
</object>
<object id="17" name="PlagueDoctorNPC" type="mob" x="232" y="188">
<object id="17" name="PlagueDoctor" type="mob" x="232" y="188">
<point/>
</object>
<object id="18" name="TownsfolkNPC" type="mob" x="376" y="124">
<point/>
</object>
<object id="22" name="TownsfolkNPC" type="mob" x="201" y="256.333">
<point/>
</object>
<object id="19" name="TownGuardNPC" type="mob" x="232" y="92">
<point/>
</object>
Expand Down

0 comments on commit d75b686

Please sign in to comment.