Skip to content

Commit

Permalink
Deploy Tiled Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 6, 2024
1 parent ac66e1b commit 458024d
Show file tree
Hide file tree
Showing 6 changed files with 830 additions and 821 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="5">
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="5">
<tileset firstgid="1" source="tileset.tsx"/>
<layer id="1" name="Ground" width="10" height="10">
<data encoding="csv">
Expand Down Expand Up @@ -43,11 +43,12 @@
</object>
<object id="2" name="Camera" type="Camera" x="80.0299" y="72.2658">
<properties>
<property name="camera" type="bool" value="true"/>
<property name="zoom" type="float" value="4"/>
</properties>
<point/>
</object>
<object id="3" name="Player" x="37.0287" y="27.4729">
<object id="3" name="Player" type="player" x="37.0287" y="27.4729">
<point/>
</object>
</objectgroup>
Expand Down
825 changes: 825 additions & 0 deletions assets/index-c0cfb87e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-c0cfb87e.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 458024d

Please sign in to comment.