Implement farming

This commit is contained in:
2024-01-28 17:33:55 +01:00
parent 6ee46da8ab
commit 205fb57f07
10 changed files with 85 additions and 73 deletions

View File

@@ -7859,32 +7859,9 @@
},
{
"id":6400,
"objectgroup":
{
"draworder":"index",
"id":2,
"name":"",
"objects":[
{
"height":10,
"id":1,
"name":"hitbox",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":4,
"y":4
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
},
"properties":[
{
"name":"terrain",
"name":"building",
"type":"string",
"value":""
}],
@@ -7892,32 +7869,9 @@
},
{
"id":6401,
"objectgroup":
{
"draworder":"index",
"id":2,
"name":"",
"objects":[
{
"height":10,
"id":1,
"name":"hitbox",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":4,
"y":4
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
},
"properties":[
{
"name":"terrain",
"name":"building",
"type":"string",
"value":""
}],

View File

@@ -2894,19 +2894,13 @@
</tile>
<tile id="6400" type="wheat_1">
<properties>
<property name="terrain" value=""/>
<property name="building" value=""/>
</properties>
<objectgroup draworder="index" id="2">
<object id="1" name="hitbox" x="4" y="4" width="8" height="10"/>
</objectgroup>
</tile>
<tile id="6401" type="wheat_0">
<properties>
<property name="terrain" value=""/>
<property name="building" value=""/>
</properties>
<objectgroup draworder="index" id="2">
<object id="1" name="hitbox" x="4" y="4" width="8" height="10"/>
</objectgroup>
</tile>
<tile id="6402">
<properties>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="80" height="50" tilewidth="16" tileheight="16" infinite="0" nextlayerid="10" nextobjectid="8">
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="80" height="50" tilewidth="16" tileheight="16" infinite="0" nextlayerid="10" nextobjectid="20">
<editorsettings>
<export target="maps/map_01.tmj" format="json"/>
</editorsettings>
@@ -393,5 +393,41 @@
<object id="1" name="camera" x="1119" y="571.5">
<point/>
</object>
<object id="8" name="spawn" x="91.3333" y="665.333">
<point/>
</object>
<object id="9" name="p1" x="150" y="510">
<point/>
</object>
<object id="10" name="p2" x="226" y="353.333">
<point/>
</object>
<object id="11" name="p3" x="331.333" y="254">
<point/>
</object>
<object id="12" name="p4" x="458" y="214.667">
<point/>
</object>
<object id="13" name="p5" x="613.333" y="198.667">
<point/>
</object>
<object id="14" name="p6" x="744" y="226.667">
<point/>
</object>
<object id="15" name="p7" x="830.667" y="266.667">
<point/>
</object>
<object id="16" name="p8" x="912" y="325.333">
<point/>
</object>
<object id="17" name="p9" x="982" y="389.333">
<point/>
</object>
<object id="18" name="p10" x="1038.67" y="465.333">
<point/>
</object>
<object id="19" name="p11" x="1098.67" y="530">
<point/>
</object>
</objectgroup>
</map>