aboutsummaryrefslogtreecommitdiffstats
path: root/xml/entities.xml
blob: d95cdc768abe9f6ce1a6304b717ba6ba3f0dcc49 (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
28
29
30
31
32
33
34
<spawnx/>

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

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

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