blob: 79f8a4708a2fd9f0033768f7322346dbc2e95a3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0"?>
<include file="entities.xml"/>
<IndoorWorld>
<style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/>
<house width="800" texture="assets/style/classic/bg/insideWoodHouse.png" />
<generation width="1600"/>
<time>6000</time>
<!--<link outside="town.xml"/>-->
<npc name="Bob" hasDialog="false" spawnx="30"/>
</IndoorWorld>
|