aboutsummaryrefslogtreecommitdiffstats
path: root/xml/entities.xml
blob: 431c0678cd308b0b704f6bdce55447fc653901f4 (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
<spawnx/>

<npc>
	<Position value="0.0,100.0" />
	<Visible value="0.2" />
	<Sprite image="assets/NPC.png" />
	<Direction />
	<Solid />
	<Physics />
	<Name value="Daddy" />
</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>