Add tiled map, tilesheet configs etc
These are just XML so relatively git-friendly. They're needed for the game and should be syncronised to the version of the code so they really ought to be checked in.
This commit is contained in:
10
assets/templates/flag.tx
Normal file
10
assets/templates/flag.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../objectsprites.tsx"/>
|
||||
<object type="0" gid="1" width="32" height="64">
|
||||
<properties>
|
||||
<property name="animframes" type="int" value="5"/>
|
||||
<property name="assetpath" value="/obj/flag.png"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
10
assets/templates/fountain.tx
Normal file
10
assets/templates/fountain.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../objectsprites.tsx"/>
|
||||
<object type="1" gid="2" width="48" height="48">
|
||||
<properties>
|
||||
<property name="animframes" type="int" value="3"/>
|
||||
<property name="assetpath" value="/obj/fountain.png"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
10
assets/templates/house.tx
Normal file
10
assets/templates/house.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../objectsprites.tsx"/>
|
||||
<object type="2" gid="3" width="80" height="80">
|
||||
<properties>
|
||||
<property name="animframes" type="int" value="1"/>
|
||||
<property name="assetpath" value="/obj/house.png"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
10
assets/templates/tower.tx
Normal file
10
assets/templates/tower.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../objectsprites.tsx"/>
|
||||
<object type="3" gid="4" width="48" height="128">
|
||||
<properties>
|
||||
<property name="animframes" type="int" value="1"/>
|
||||
<property name="assetpath" value="/obj/tower.png"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
10
assets/templates/waterfall.tx
Normal file
10
assets/templates/waterfall.tx
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<tileset firstgid="1" source="../objectsprites.tsx"/>
|
||||
<object type="4" gid="5" width="48" height="64">
|
||||
<properties>
|
||||
<property name="animframes" type="int" value="3"/>
|
||||
<property name="assetpath" value="/obj/waterfall.png"/>
|
||||
</properties>
|
||||
</object>
|
||||
</template>
|
||||
Reference in New Issue
Block a user