aboutsummaryrefslogtreecommitdiffstats
path: root/xml/entities.xml
blob: a74e91256586b046953102f628301fb7bd49762a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<spawnx/>

<npc>
	<Position value="0.0,100.0" />
	<Visible value="0.2" />
	<Sprite image="assets/NPC.png" />
	<Direction />
	<Solid />
	<Physics />
	<Name value="Daddy" />
	<Dialog />
</npc>

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

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