-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfile.xml
56 lines (56 loc) · 1.71 KB
/
file.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<game>
<highScore>150</highScore>
<model>
<projector>
<pause>2093.0 ms</pause>
<Duration>5500.0 ms</Duration>
<Delay>0.0 ms</Delay>
<type>FreezingFruit</type>
<moveX>600.0</moveX>
<moveY>450.0</moveY>
<controlX>350.0</controlX>
<controlY>-400.0</controlY>
<x>100.0</x>
<y>450.0</y>
</projector>
<projector>
<pause>1425.6666666666667 ms</pause>
<Duration>5500.0 ms</Duration>
<Delay>400.0 ms</Delay>
<type>DangerousBomb</type>
<moveX>500.0</moveX>
<moveY>450.0</moveY>
<controlX>450.0</controlX>
<controlY>-200.0</controlY>
<x>300.0</x>
<y>450.0</y>
</projector>
<projector>
<pause>996.5 ms</pause>
<Duration>5500.0 ms</Duration>
<Delay>800.0 ms</Delay>
<type>watermelon</type>
<moveX>350.0</moveX>
<moveY>450.0</moveY>
<controlX>450.0</controlX>
<controlY>-150.0</controlY>
<x>600.0</x>
<y>450.0</y>
</projector>
<projector>
<pause>582.1666666666666 ms</pause>
<Duration>5500.0 ms</Duration>
<Delay>1200.0 ms</Delay>
<type>watermelon</type>
<moveX>350.0</moveX>
<moveY>450.0</moveY>
<controlX>450.0</controlX>
<controlY>-150.0</controlY>
<x>600.0</x>
<y>450.0</y>
</projector>
<score>0</score>
<lives>3</lives>
</model>
</game>