aboutsummaryrefslogtreecommitdiffstats
path: root/xml/entities.xml
blob: bcaa455c778ed6618612bd54e0afbaf095329c09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<spawnx/>

<npc>
	<Position value="0.0,100.0" />
	<Visible value="0.2" />
	<Sprite image="assets/NPC.png" />
</npc>

<structure>
	<Position value="0.0,100.0" />
	<Visible value="0.25" />
	<Sprite image="assets/style/classic/house1.png" />
	<Portal />
</structure>

<chest>
	<Position value="0.0,100.0" />
	<Visible value="0.15" />
	<Sprite image="assets/chest.png" />
</chest>