blob: 0b287b6b1419339dc7f0f83a3da257f2618d7b4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<include file="entities.xml"/>
<IndoorWorld>
<style bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/">
<layer path="bg/bg.png"/>
<layer path="bg/bgFarMountain.png"/>
<layer path="bg/forestTileFar.png"/>
<layer path="bg/forestTileBack.png"/>
<layer path="bg/forestTileMid.png"/>
<layer path="bg/forestTileFront.png"/>
<layer path="bg/dirt.png"/>
<layer path="bg/grass.png"/>
</style>
<house width="800" texture="assets/style/classic/bg/insideWoodHouse.png"/>
<generation width="320"/>
<time>6000</time>
<!--<link outside="town.xml"/>-->
<npc name="Bob" hasDialog="false" spawnx="30"/>
</IndoorWorld>
|