annotate demos/shooter/maps/shooter_map1.xml @ 459:302a69c5141d

Player death is now handled a bit nicer. Added invulnerability. Added 3 more enemy types. Fixed a bug in the collision detection routine that caused some objects not to be updated when a collision is detected.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 09 Apr 2010 17:35:52 +0000
parents 5e2ec84902a7
children 5e1d6e40d19d
rev   line source
446
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1 <?xml version="1.0" encoding="ascii"?>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2 <map id="tutorial1" format="1.0">
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3 <import file="../objects/backgrounds/starfield/object.xml"></import>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4 <import file="../objects/ships/player/object.xml"></import>
447
64676ea55472 Added the ability to set the scale of the object layer. Tweaked the player controls a little bit. A little more work needs to be done to keep the player within the bounds of the camera.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 446
diff changeset
5 <import file="../objects/ships/saucer1/object.xml"></import>
64676ea55472 Added the ability to set the scale of the object layer. Tweaked the player controls a little bit. A little more work needs to be done to keep the player within the bounds of the camera.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 446
diff changeset
6 <import file="../objects/ships/saucer2/object.xml"></import>
446
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7 <import file="../objects/projectiles/bullet1/object.xml"></import>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8 <layer y_scale="1.0" y_offset="0.0" pathing="cell_edges_and_diagonals" grid_type="square" id="background" rotation="0.0" x_scale="1.0" x_offset="0.0" transparency="0">
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
9 <instances>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
10 <i o="starfield" ns="http://www.fifengine.de/xml/tutorial" x="-2.0" r="0" y="-1.0" z="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
11 <i r="0" x="0.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
12 <i r="0" x="0.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
13 <i r="0" x="0.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
14 <i r="0" x="1.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
15 <i r="0" x="1.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
16 <i r="0" x="1.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
17 <i r="0" x="2.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
18 <i r="0" x="3.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
19 <i r="0" x="3.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
20 <i r="0" x="2.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
21 <i r="0" x="3.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
22 <i r="0" x="0.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
23 <i r="0" x="1.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
24 <i r="0" x="2.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
25 <i r="0" x="3.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
26 <i r="0" x="4.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
27 <i r="0" x="4.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
28 <i r="0" x="4.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
29 <i r="0" x="4.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
30 <i r="0" x="0.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
31 <i r="0" x="1.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
32 <i r="0" x="2.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
33 <i r="0" x="3.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
34 <i r="0" x="4.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
35 <i r="0" x="5.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
36 <i r="0" x="5.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
37 <i r="0" x="5.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
38 <i r="0" x="5.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
39 <i r="0" x="5.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
40 <i r="0" x="6.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
41 <i r="0" x="6.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
42 <i r="0" x="6.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
43 <i r="0" x="6.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
44 <i r="0" x="6.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
45 <i r="0" x="7.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
46 <i r="0" x="7.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
47 <i r="0" x="7.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
48 <i r="0" x="7.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
49 <i r="0" x="7.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
50 <i r="0" x="8.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
51 <i r="0" x="8.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
52 <i r="0" x="8.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
53 <i r="0" x="8.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
54 <i r="0" x="8.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
55 <i r="0" x="9.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
56 <i r="0" x="10.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
57 <i r="0" x="11.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
58 <i r="0" x="12.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
59 <i r="0" x="13.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
60 <i r="0" x="14.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
61 <i r="0" x="15.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
62 <i r="0" x="15.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
63 <i r="0" x="14.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
64 <i r="0" x="13.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
65 <i r="0" x="12.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
66 <i r="0" x="11.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
67 <i r="0" x="10.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
68 <i r="0" x="9.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
69 <i r="0" x="9.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
70 <i r="0" x="10.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
71 <i r="0" x="11.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
72 <i r="0" x="12.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
73 <i r="0" x="13.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
74 <i r="0" x="14.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
75 <i r="0" x="15.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
76 <i r="0" x="15.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
77 <i r="0" x="14.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
78 <i r="0" x="13.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
79 <i r="0" x="12.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
80 <i r="0" x="11.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
81 <i r="0" x="10.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
82 <i r="0" x="9.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
83 <i r="0" x="9.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
84 <i r="0" x="10.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
85 <i r="0" x="11.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
86 <i r="0" x="12.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
87 <i r="0" x="13.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
88 <i r="0" x="14.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
89 <i r="0" x="15.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
90 <i r="0" x="16.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
91 <i r="0" x="17.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
92 <i r="0" x="18.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
93 <i r="0" x="19.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
94 <i r="0" x="20.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
95 <i r="0" x="21.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
96 <i r="0" x="22.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
97 <i r="0" x="23.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
98 <i r="0" x="24.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
99 <i r="0" x="25.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
100 <i r="0" x="25.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
101 <i r="0" x="25.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
102 <i r="0" x="25.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
103 <i r="0" x="25.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
104 <i r="0" x="24.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
105 <i r="0" x="23.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
106 <i r="0" x="22.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
107 <i r="0" x="21.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
108 <i r="0" x="20.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
109 <i r="0" x="19.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
110 <i r="0" x="18.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
111 <i r="0" x="17.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
112 <i r="0" x="16.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
113 <i r="0" x="16.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
114 <i r="0" x="16.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
115 <i r="0" x="16.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
116 <i r="0" x="17.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
117 <i r="0" x="18.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
118 <i r="0" x="19.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
119 <i r="0" x="20.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
120 <i r="0" x="21.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
121 <i r="0" x="22.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
122 <i r="0" x="23.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
123 <i r="0" x="24.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
124 <i r="0" x="24.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
125 <i r="0" x="24.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
126 <i r="0" x="23.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
127 <i r="0" x="22.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
128 <i r="0" x="21.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
129 <i r="0" x="20.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
130 <i r="0" x="19.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
131 <i r="0" x="18.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
132 <i r="0" x="17.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
133 <i r="0" x="17.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
134 <i r="0" x="18.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
135 <i r="0" x="19.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
136 <i r="0" x="20.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
137 <i r="0" x="21.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
138 <i r="0" x="22.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
139 <i r="0" x="23.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
140 <i r="0" x="26.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
141 <i r="0" x="27.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
142 <i r="0" x="28.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
143 <i r="0" x="29.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
144 <i r="0" x="30.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
145 <i r="0" x="31.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
146 <i r="0" x="32.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
147 <i r="0" x="33.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
148 <i r="0" x="34.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
149 <i r="0" x="34.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
150 <i r="0" x="34.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
151 <i r="0" x="34.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
152 <i r="0" x="34.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
153 <i r="0" x="33.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
154 <i r="0" x="32.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
155 <i r="0" x="31.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
156 <i r="0" x="30.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
157 <i r="0" x="29.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
158 <i r="0" x="28.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
159 <i r="0" x="27.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
160 <i r="0" x="26.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
161 <i r="0" x="26.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
162 <i r="0" x="26.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
163 <i r="0" x="26.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
164 <i r="0" x="27.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
165 <i r="0" x="28.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
166 <i r="0" x="29.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
167 <i r="0" x="30.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
168 <i r="0" x="31.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
169 <i r="0" x="32.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
170 <i r="0" x="33.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
171 <i r="0" x="33.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
172 <i r="0" x="33.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
173 <i r="0" x="32.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
174 <i r="0" x="31.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
175 <i r="0" x="30.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
176 <i r="0" x="29.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
177 <i r="0" x="28.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
178 <i r="0" x="27.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
179 <i r="0" x="27.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
180 <i r="0" x="28.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
181 <i r="0" x="29.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
182 <i r="0" x="30.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
183 <i r="0" x="31.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
184 <i r="0" x="32.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
185 <i r="0" x="35.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
186 <i r="0" x="36.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
187 <i r="0" x="37.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
188 <i r="0" x="38.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
189 <i r="0" x="39.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
190 <i r="0" x="40.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
191 <i r="0" x="41.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
192 <i r="0" x="42.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
193 <i r="0" x="43.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
194 <i r="0" x="43.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
195 <i r="0" x="43.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
196 <i r="0" x="43.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
197 <i r="0" x="43.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
198 <i r="0" x="42.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
199 <i r="0" x="41.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
200 <i r="0" x="40.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
201 <i r="0" x="39.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
202 <i r="0" x="38.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
203 <i r="0" x="37.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
204 <i r="0" x="36.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
205 <i r="0" x="35.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
206 <i r="0" x="35.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
207 <i r="0" x="36.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
208 <i r="0" x="37.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
209 <i r="0" x="38.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
210 <i r="0" x="39.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
211 <i r="0" x="40.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
212 <i r="0" x="41.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
213 <i r="0" x="42.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
214 <i r="0" x="42.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
215 <i r="0" x="41.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
216 <i r="0" x="40.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
217 <i r="0" x="39.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
218 <i r="0" x="38.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
219 <i r="0" x="37.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
220 <i r="0" x="36.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
221 <i r="0" x="35.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
222 <i r="0" x="35.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
223 <i r="0" x="36.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
224 <i r="0" x="37.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
225 <i r="0" x="38.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
226 <i r="0" x="39.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
227 <i r="0" x="40.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
228 <i r="0" x="41.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
229 <i r="0" x="42.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
230 <i r="0" x="44.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
231 <i r="0" x="45.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
232 <i r="0" x="46.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
233 <i r="0" x="47.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
234 <i r="0" x="48.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
235 <i r="0" x="49.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
236 <i r="0" x="50.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
237 <i r="0" x="51.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
238 <i r="0" x="52.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
239 <i r="0" x="52.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
240 <i r="0" x="51.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
241 <i r="0" x="50.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
242 <i r="0" x="49.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
243 <i r="0" x="48.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
244 <i r="0" x="47.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
245 <i r="0" x="46.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
246 <i r="0" x="45.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
247 <i r="0" x="44.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
248 <i r="0" x="44.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
249 <i r="0" x="45.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
250 <i r="0" x="46.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
251 <i r="0" x="47.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
252 <i r="0" x="48.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
253 <i r="0" x="49.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
254 <i r="0" x="50.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
255 <i r="0" x="51.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
256 <i r="0" x="52.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
257 <i r="0" x="52.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
258 <i r="0" x="51.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
259 <i r="0" x="50.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
260 <i r="0" x="49.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
261 <i r="0" x="48.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
262 <i r="0" x="47.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
263 <i r="0" x="46.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
264 <i r="0" x="45.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
265 <i r="0" x="44.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
266 <i r="0" x="44.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
267 <i r="0" x="45.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
268 <i r="0" x="46.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
269 <i r="0" x="47.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
270 <i r="0" x="48.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
271 <i r="0" x="49.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
272 <i r="0" x="50.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
273 <i r="0" x="51.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
274 <i r="0" x="52.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
275 <i r="0" x="53.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
276 <i r="0" x="53.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
277 <i r="0" x="53.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
278 <i r="0" x="53.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
279 <i r="0" x="53.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
280 <i r="0" x="54.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
281 <i r="0" x="55.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
282 <i r="0" x="56.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
283 <i r="0" x="57.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
284 <i r="0" x="58.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
285 <i r="0" x="59.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
286 <i r="0" x="59.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
287 <i r="0" x="60.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
288 <i r="0" x="60.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
289 <i r="0" x="60.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
290 <i r="0" x="60.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
291 <i r="0" x="60.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
292 <i r="0" x="59.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
293 <i r="0" x="58.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
294 <i r="0" x="57.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
295 <i r="0" x="56.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
296 <i r="0" x="55.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
297 <i r="0" x="54.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
298 <i r="0" x="54.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
299 <i r="0" x="54.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
300 <i r="0" x="54.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
301 <i r="0" x="55.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
302 <i r="0" x="56.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
303 <i r="0" x="57.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
304 <i r="0" x="58.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
305 <i r="0" x="58.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
306 <i r="0" x="59.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
307 <i r="0" x="59.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
308 <i r="0" x="58.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
309 <i r="0" x="57.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
310 <i r="0" x="56.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
311 <i r="0" x="55.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
312 <i r="0" x="55.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
313 <i r="0" x="56.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
314 <i r="0" x="57.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
315 <i r="0" x="61.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
316 <i r="0" x="62.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
317 <i r="0" x="63.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
318 <i r="0" x="64.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
319 <i r="0" x="65.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
320 <i r="0" x="66.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
321 <i r="0" x="67.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
322 <i r="0" x="67.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
323 <i r="0" x="67.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
324 <i r="0" x="67.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
325 <i r="0" x="67.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
326 <i r="0" x="66.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
327 <i r="0" x="65.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
328 <i r="0" x="64.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
329 <i r="0" x="63.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
330 <i r="0" x="62.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
331 <i r="0" x="61.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
332 <i r="0" x="61.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
333 <i r="0" x="62.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
334 <i r="0" x="63.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
335 <i r="0" x="64.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
336 <i r="0" x="65.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
337 <i r="0" x="66.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
338 <i r="0" x="66.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
339 <i r="0" x="66.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
340 <i r="0" x="65.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
341 <i r="0" x="64.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
342 <i r="0" x="63.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
343 <i r="0" x="62.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
344 <i r="0" x="61.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
345 <i r="0" x="61.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
346 <i r="0" x="62.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
347 <i r="0" x="63.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
348 <i r="0" x="64.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
349 <i r="0" x="65.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
350 <i r="0" x="68.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
351 <i r="0" x="69.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
352 <i r="0" x="70.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
353 <i r="0" x="71.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
354 <i r="0" x="72.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
355 <i r="0" x="73.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
356 <i r="0" x="74.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
357 <i r="0" x="75.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
358 <i r="0" x="76.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
359 <i r="0" x="76.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
360 <i r="0" x="76.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
361 <i r="0" x="76.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
362 <i r="0" x="76.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
363 <i r="0" x="75.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
364 <i r="0" x="74.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
365 <i r="0" x="73.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
366 <i r="0" x="72.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
367 <i r="0" x="71.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
368 <i r="0" x="70.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
369 <i r="0" x="69.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
370 <i r="0" x="68.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
371 <i r="0" x="68.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
372 <i r="0" x="69.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
373 <i r="0" x="70.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
374 <i r="0" x="71.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
375 <i r="0" x="72.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
376 <i r="0" x="73.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
377 <i r="0" x="74.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
378 <i r="0" x="75.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
379 <i r="0" x="75.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
380 <i r="0" x="74.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
381 <i r="0" x="73.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
382 <i r="0" x="72.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
383 <i r="0" x="71.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
384 <i r="0" x="70.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
385 <i r="0" x="69.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
386 <i r="0" x="68.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
387 <i r="0" x="68.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
388 <i r="0" x="69.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
389 <i r="0" x="70.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
390 <i r="0" x="71.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
391 <i r="0" x="72.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
392 <i r="0" x="73.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
393 <i r="0" x="74.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
394 <i r="0" x="75.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
395 <i r="0" x="77.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
396 <i r="0" x="77.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
397 <i r="0" x="77.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
398 <i r="0" x="77.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
399 <i r="0" x="77.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
400 <i r="0" x="78.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
401 <i r="0" x="79.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
402 <i r="0" x="80.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
403 <i r="0" x="81.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
404 <i r="0" x="82.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
405 <i r="0" x="83.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
406 <i r="0" x="83.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
407 <i r="0" x="82.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
408 <i r="0" x="81.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
409 <i r="0" x="80.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
410 <i r="0" x="84.0" o="starfield" z="0.0" y="2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
411 <i r="0" x="84.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
412 <i r="0" x="84.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
413 <i r="0" x="84.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
414 <i r="0" x="84.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
415 <i r="0" x="83.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
416 <i r="0" x="82.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
417 <i r="0" x="81.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
418 <i r="0" x="80.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
419 <i r="0" x="79.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
420 <i r="0" x="78.0" o="starfield" z="0.0" y="-2.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
421 <i r="0" x="78.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
422 <i r="0" x="78.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
423 <i r="0" x="78.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
424 <i r="0" x="79.0" o="starfield" z="0.0" y="1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
425 <i r="0" x="79.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
426 <i r="0" x="79.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
427 <i r="0" x="80.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
428 <i r="0" x="81.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
429 <i r="0" x="82.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
430 <i r="0" x="83.0" o="starfield" z="0.0" y="-1.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
431 <i r="0" x="83.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
432 <i r="0" x="82.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
433 <i r="0" x="81.0" o="starfield" z="0.0" y="0.0"></i>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
434 <i r="0" x="80.0" o="starfield" z="0.0" y="0.0"></i>
447
64676ea55472 Added the ability to set the scale of the object layer. Tweaked the player controls a little bit. A little more work needs to be done to keep the player within the bounds of the camera.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 446
diff changeset
435 <i r="0" x="2.0" o="starfield" z="0.0" y="1.0"></i>
446
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
436 </instances>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
437 </layer>
447
64676ea55472 Added the ability to set the scale of the object layer. Tweaked the player controls a little bit. A little more work needs to be done to keep the player within the bounds of the camera.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 446
diff changeset
438 <layer y_scale="0.25" y_offset="0.0" pathing="cell_edges_and_diagonals" grid_type="square" id="objects" rotation="0.0" x_scale="0.25" x_offset="0.0" transparency="0">
446
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
439 <instances>
447
64676ea55472 Added the ability to set the scale of the object layer. Tweaked the player controls a little bit. A little more work needs to be done to keep the player within the bounds of the camera.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 446
diff changeset
440 <i o="ship1" z="0.0" x="7.0" r="0" y="0.0" id="player"></i>
459
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
441 <i r="0" id="dodge1" x="20.0" o="saucer1" z="0.0" y="-2.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
442 <i r="0" id="dodge1" x="20.0" o="saucer1" z="0.0" y="1.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
443 <i r="0" id="dodge1" x="20.0" o="saucer1" z="0.0" y="4.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
444 <i r="0" id="dodge1" x="20.0" o="saucer1" z="0.0" y="-5.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
445 <i r="0" id="dodge2" x="26.0" o="saucer2" z="0.0" y="-3.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
446 <i r="0" id="dodge2" x="26.0" o="saucer2" z="0.0" y="2.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
447
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
448 <i r="0" id="diag_top_right" x="32.0" o="saucer1" z="0.0" y="-6.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
449 <i r="0" id="diag_top_right" x="33.0" o="saucer1" z="0.0" y="-7.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
450 <i r="0" id="diag_top_right" x="34.0" o="saucer1" z="0.0" y="-8.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
451 <i r="0" id="diag_top_right" x="35.0" o="saucer1" z="0.0" y="-9.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
452 <i r="0" id="diag_bottom_right" x="32.0" o="saucer1" z="0.0" y="6.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
453 <i r="0" id="diag_bottom_right" x="33.0" o="saucer1" z="0.0" y="7.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
454 <i r="0" id="diag_bottom_right" x="34.0" o="saucer1" z="0.0" y="8.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
455 <i r="0" id="diag_bottom_right" x="35.0" o="saucer1" z="0.0" y="9.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
456
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
457 <i r="0" id="streaker" x="37.0" o="saucer1" z="0.0" y="-2.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
458 <i r="0" id="streaker" x="37.0" o="saucer1" z="0.0" y="1.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
459 <i r="0" id="streaker" x="37.0" o="saucer1" z="0.0" y="4.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
460 <i r="0" id="streaker" x="37.0" o="saucer1" z="0.0" y="-5.0"></i>
302a69c5141d Player death is now handled a bit nicer.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 448
diff changeset
461
446
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
462 </instances>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
463 </layer>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
464 <camera ref_cell_height="256" zoom="1" rotation="0.0" ref_layer_id="background" ref_cell_width="256" id="main" tilt="0.0">
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
465 </camera>
2046a1f2f5f2 Adding the shooter demo. This is still a work in progress.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
466 </map>