File: editor.dat

package info (click to toggle)
xmoto 0.2.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,448 kB
  • ctags: 8,532
  • sloc: cpp: 39,422; sh: 4,034; ansic: 282; makefile: 189; sed: 16
file content (91 lines) | stat: -rw-r--r-- 2,828 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>

<!-- This file defines the entities placeable in the editor -->
<editordata>

	<entitytype id="EndOfLevel" size="1" psize="0.5">
		<symbol>
			<circle x="0" y="0" radius="1" border="1"
			        bcolor="#00000000" fcolor="#0000ffff"/>
			<text allign="center" vallign="center" x="0" y="0"
			      bcolor="#00000000" fcolor="#6363ffff"
			      caption="END"/>
		</symbol>	

		<param name="style" default="default"/>
	</entitytype>
	
	<entitytype id="PlayerStart" size="1" psize="0.4">
		<symbol>
			<circle x="0" y="0" radius="1" border="1"
			        bcolor="#00000000" fcolor="#0000ffff"/>
			<text allign="center" vallign="center" x="0" y="0"
			      bcolor="#00000000" fcolor="#6363ffff"
			      caption="START"/>
		</symbol>	
	</entitytype>
	
	<entitytype id="Wrecker" size="1" psize="0.4">
		<symbol>
			<circle x="0" y="0" radius="1" border="1"
			        bcolor="#00000000" fcolor="#ff8000ff"/>
			<circle x="0" y="0" radius="0.25" border="2"
			        bcolor="#00000000" fcolor="#ff0000ff"/>
			<text allign="center" vallign="center" x="0" y="0"
			      bcolor="#00000000" fcolor="#6363ffff"
			      caption="X"/>			
		</symbol>

		<param name="style" default="default"/>
	</entitytype>

	<entitytype id="Sprite" size="1" psize="0.4">
		<symbol>
			<circle x="0" y="0" radius="1" border="3"
			        bcolor="#00000000" fcolor="#ffff00ff"/>
			<text allign="center" vallign="center" x="0" y="0"
			      bcolor="#00000000" fcolor="#6363ffff"
			      caption="SPR"/>			
		</symbol>
	
		<param name="z" default="-1"/>
		<param name="name" default="Grass1"/>
	</entitytype>
	
	<entitytype id="Strawberry" size="1" psize="0.5">
		<symbol>
			<circle x="0" y="0" radius="1" border="3"
			        bcolor="#00000000" fcolor="#ff8000ff"/>
			<text allign="center" vallign="center" x="0" y="0"
			      bcolor="#00000000" fcolor="#ff63ffff"
			      caption="@"/>			
		</symbol>				
	</entitytype>
	
	<entitytype id="ParticleSource" size="1" psize="0.4">
		<symbol>
			<circle x="0" y="0" radius="1" border="3"
			        bcolor="#00000000" fcolor="#ff8000ff"/>
			<text allign="center" vallign="center" x="0" y="0"
			      bcolor="#00000000" fcolor="#ff63ffff"
			      caption="PS"/>			
		</symbol>				

		<param name="type" default="Smoke"/>
	</entitytype>

	<entitytype id="Dummy" size="1" psize="0.5">
		<symbol>
			<circle x="0" y="0" radius="1" border="1"
			        bcolor="#00000000" fcolor="#0000ffff"/>
			<circle x="0" y="0" radius="0.5" border="1"
			        bcolor="#00000000" fcolor="#00ffffff"/>
			<text allign="center" vallign="center" x="0" y="0"
			      bcolor="#00000000" fcolor="#6363ffff"
			      caption="Dummy"/>
		</symbol>	
	</entitytype>
		
</editordata>