ippa-chingu 0.5 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Manifest.txt +69 -0
- data/benchmarks/README.txt +1 -0
- data/benchmarks/benchmark.rb +6 -0
- data/benchmarks/benchmark3.rb +23 -0
- data/benchmarks/benchmark4.rb +71 -0
- data/benchmarks/meta_benchmark.rb +67 -0
- data/benchmarks/meta_benchmark2.rb +39 -0
- data/chingu.gemspec +3 -3
- data/games/triangle_wars/NOT_DONE_YET.txt +1 -0
- data/games/triangle_wars/media/1up.png +0 -0
- data/games/triangle_wars/media/33487__CosmicD__006.wav +0 -0
- data/games/triangle_wars/media/Thumbs.db +0 -0
- data/games/triangle_wars/media/autofire.png +0 -0
- data/games/triangle_wars/media/backgrounds/GPN-2000-000933.jpg +0 -0
- data/games/triangle_wars/media/backgrounds/Thumbs.db +0 -0
- data/games/triangle_wars/media/backgrounds/background10.png +0 -0
- data/games/triangle_wars/media/backgrounds/background10.svg +94 -0
- data/games/triangle_wars/media/backgrounds/background2.jpg +0 -0
- data/games/triangle_wars/media/backgrounds/background2.png +0 -0
- data/games/triangle_wars/media/backgrounds/hubble_deep_field.jpg +0 -0
- data/games/triangle_wars/media/backgrounds/hubble_deep_field.png +0 -0
- data/games/triangle_wars/media/backgrounds/intro_bg.png +0 -0
- data/games/triangle_wars/media/backgrounds/star_4.jpg +0 -0
- data/games/triangle_wars/media/backgrounds/star_5.jpg +0 -0
- data/games/triangle_wars/media/backgrounds/star_6.jpg +0 -0
- data/games/triangle_wars/media/backgrounds/supernova_1.jpg +0 -0
- data/games/triangle_wars/media/bigbomb.png +0 -0
- data/games/triangle_wars/media/bullets.svg +223 -0
- data/games/triangle_wars/media/enemy.png +0 -0
- data/games/triangle_wars/media/enemy.svg +194 -0
- data/games/triangle_wars/media/enemy_dying.png +0 -0
- data/games/triangle_wars/media/enemy_small.svg +195 -0
- data/games/triangle_wars/media/explosion.wav +0 -0
- data/games/triangle_wars/media/hit.wav +0 -0
- data/games/triangle_wars/media/hit2.wav +0 -0
- data/games/triangle_wars/media/hit3.wav +0 -0
- data/games/triangle_wars/media/laser.png +0 -0
- data/games/triangle_wars/media/laser.svg +166 -0
- data/games/triangle_wars/media/laser_up.png +0 -0
- data/games/triangle_wars/media/plasma.png +0 -0
- data/games/triangle_wars/media/plasma.wav +0 -0
- data/games/triangle_wars/media/plasma_up.png +0 -0
- data/games/triangle_wars/media/powerup_bg.png +0 -0
- data/games/triangle_wars/media/powerups.svg +885 -0
- data/games/triangle_wars/media/rocket_up.png +0 -0
- data/games/triangle_wars/media/spaceship.png +0 -0
- data/games/triangle_wars/media/spaceship.svg +318 -0
- data/games/triangle_wars/media/triangle_logo.svg +335 -0
- data/games/triangle_wars/media/triangle_wars.png +0 -0
- data/games/triangle_wars/media/triangle_wars_intro.mp3 +0 -0
- data/games/triangle_wars/media/triangle_wars_intro.ogg +0 -0
- data/games/triangle_wars/src/enemy.rb +117 -0
- data/games/triangle_wars/src/game_over_state.rb +18 -0
- data/games/triangle_wars/src/level_state.rb +114 -0
- data/games/triangle_wars/src/menu_state.rb +67 -0
- data/games/triangle_wars/src/my_game_object.rb +46 -0
- data/games/triangle_wars/src/pause_state.rb +16 -0
- data/games/triangle_wars/src/player.rb +136 -0
- data/games/triangle_wars/src/power_up.rb +67 -0
- data/games/triangle_wars/triangle_wars.rb +69 -0
- data/lib/chingu.rb +2 -2
- data/lib/chingu/actor.rb +8 -8
- data/lib/chingu/animation.rb +2 -2
- data/lib/chingu/basic_game_object.rb +36 -29
- data/lib/chingu/particle.rb +5 -8
- data/lib/chingu/traits/collision_detection.rb +1 -1
- data/lib/chingu/traits/deprecated_module_visual.rb +1 -1
- data/lib/chingu/traits/deprecated_visual.rb +1 -1
- data/lib/chingu/traits/effect.rb +1 -1
- data/lib/chingu/traits/input.rb +1 -1
- data/lib/chingu/traits/velocity.rb +1 -1
- metadata +62 -3
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,166 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
<svg
|
4
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
6
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
9
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
11
|
+
width="744.09448819"
|
12
|
+
height="1052.3622047"
|
13
|
+
id="svg2"
|
14
|
+
sodipodi:version="0.32"
|
15
|
+
inkscape:version="0.46"
|
16
|
+
sodipodi:docname="laser.svg"
|
17
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
18
|
+
inkscape:export-filename="C:\Dev\projects\triangle wars\media\lazer.png"
|
19
|
+
inkscape:export-xdpi="27.674637"
|
20
|
+
inkscape:export-ydpi="27.674637">
|
21
|
+
<defs
|
22
|
+
id="defs4">
|
23
|
+
<inkscape:perspective
|
24
|
+
sodipodi:type="inkscape:persp3d"
|
25
|
+
inkscape:vp_x="0 : 526.18109 : 1"
|
26
|
+
inkscape:vp_y="0 : 1000 : 0"
|
27
|
+
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
28
|
+
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
29
|
+
id="perspective10" />
|
30
|
+
<filter
|
31
|
+
inkscape:collect="always"
|
32
|
+
id="filter3355"
|
33
|
+
x="-0.77332064"
|
34
|
+
width="2.5466413"
|
35
|
+
y="-0.37806786"
|
36
|
+
height="1.7561357">
|
37
|
+
<feGaussianBlur
|
38
|
+
inkscape:collect="always"
|
39
|
+
stdDeviation="12.687"
|
40
|
+
id="feGaussianBlur3357" />
|
41
|
+
</filter>
|
42
|
+
<filter
|
43
|
+
inkscape:collect="always"
|
44
|
+
id="filter3771"
|
45
|
+
x="-0.69517972"
|
46
|
+
width="2.3903594"
|
47
|
+
y="-0.33986563"
|
48
|
+
height="1.6797313">
|
49
|
+
<feGaussianBlur
|
50
|
+
inkscape:collect="always"
|
51
|
+
stdDeviation="11.40503"
|
52
|
+
id="feGaussianBlur3773" />
|
53
|
+
</filter>
|
54
|
+
<filter
|
55
|
+
inkscape:collect="always"
|
56
|
+
id="filter3881"
|
57
|
+
x="-0.28460905"
|
58
|
+
width="1.5692181"
|
59
|
+
y="-0.1391422"
|
60
|
+
height="1.2782844">
|
61
|
+
<feGaussianBlur
|
62
|
+
inkscape:collect="always"
|
63
|
+
stdDeviation="4.6692599"
|
64
|
+
id="feGaussianBlur3883" />
|
65
|
+
</filter>
|
66
|
+
<filter
|
67
|
+
inkscape:collect="always"
|
68
|
+
id="filter3925"
|
69
|
+
x="-0.33586107"
|
70
|
+
width="1.6717221"
|
71
|
+
y="-0.16419874"
|
72
|
+
height="1.3283975">
|
73
|
+
<feGaussianBlur
|
74
|
+
inkscape:collect="always"
|
75
|
+
stdDeviation="5.5100942"
|
76
|
+
id="feGaussianBlur3927" />
|
77
|
+
</filter>
|
78
|
+
</defs>
|
79
|
+
<sodipodi:namedview
|
80
|
+
id="base"
|
81
|
+
pagecolor="#ffffff"
|
82
|
+
bordercolor="#666666"
|
83
|
+
borderopacity="1.0"
|
84
|
+
gridtolerance="10000"
|
85
|
+
guidetolerance="10"
|
86
|
+
objecttolerance="10"
|
87
|
+
inkscape:pageopacity="0.0"
|
88
|
+
inkscape:pageshadow="2"
|
89
|
+
inkscape:zoom="0.558743"
|
90
|
+
inkscape:cx="372.04724"
|
91
|
+
inkscape:cy="526.18109"
|
92
|
+
inkscape:document-units="px"
|
93
|
+
inkscape:current-layer="layer1"
|
94
|
+
showgrid="false"
|
95
|
+
inkscape:window-width="1048"
|
96
|
+
inkscape:window-height="793"
|
97
|
+
inkscape:window-x="49"
|
98
|
+
inkscape:window-y="50" />
|
99
|
+
<metadata
|
100
|
+
id="metadata7">
|
101
|
+
<rdf:RDF>
|
102
|
+
<cc:Work
|
103
|
+
rdf:about="">
|
104
|
+
<dc:format>image/svg+xml</dc:format>
|
105
|
+
<dc:type
|
106
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
107
|
+
</cc:Work>
|
108
|
+
</rdf:RDF>
|
109
|
+
</metadata>
|
110
|
+
<g
|
111
|
+
inkscape:label="Layer 1"
|
112
|
+
inkscape:groupmode="layer"
|
113
|
+
id="layer1">
|
114
|
+
<rect
|
115
|
+
style="opacity:0.9586777;fill:#00222b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.52199996;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
116
|
+
id="rect3791"
|
117
|
+
width="459.96103"
|
118
|
+
height="676.51855"
|
119
|
+
x="5.3691978"
|
120
|
+
y="110.96339" />
|
121
|
+
<rect
|
122
|
+
style="opacity:0.66528926;fill:#ececec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.52199996000000000;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3881)"
|
123
|
+
id="rect2397"
|
124
|
+
width="39.374096"
|
125
|
+
height="80.537926"
|
126
|
+
x="87.696846"
|
127
|
+
y="622.8266"
|
128
|
+
transform="matrix(1.4481817,0,0,4.2135615,37.994372,-2282.7773)"
|
129
|
+
inkscape:export-filename="C:\Dev\projects\triangle wars\media\laser.png"
|
130
|
+
inkscape:export-xdpi="14"
|
131
|
+
inkscape:export-ydpi="14" />
|
132
|
+
<rect
|
133
|
+
style="opacity:0.88842975;fill:#d5f6ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.52199996000000000;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3925)"
|
134
|
+
id="rect3185"
|
135
|
+
width="39.374096"
|
136
|
+
height="80.537926"
|
137
|
+
x="87.696846"
|
138
|
+
y="622.8266"
|
139
|
+
transform="matrix(0.6529089,0,0,6.0547545,123.20056,-3501.7077)"
|
140
|
+
inkscape:export-filename="C:\Dev\projects\triangle wars\media\laser.png"
|
141
|
+
inkscape:export-xdpi="14"
|
142
|
+
inkscape:export-ydpi="14" />
|
143
|
+
<rect
|
144
|
+
style="opacity:0.66528926;fill:#d5f6ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.52199996000000000;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3355)"
|
145
|
+
id="rect3187"
|
146
|
+
width="39.374096"
|
147
|
+
height="80.537926"
|
148
|
+
x="87.696846"
|
149
|
+
y="622.8266"
|
150
|
+
transform="matrix(0.4663637,0,0,4.2991538,179.66789,-2331.7359)"
|
151
|
+
inkscape:export-filename="C:\Dev\projects\triangle wars\media\laser.png"
|
152
|
+
inkscape:export-xdpi="14"
|
153
|
+
inkscape:export-ydpi="14" />
|
154
|
+
<rect
|
155
|
+
style="opacity:0.66528926;fill:#d5f6ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.52199996000000000;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3771)"
|
156
|
+
id="rect3189"
|
157
|
+
width="39.374096"
|
158
|
+
height="80.537926"
|
159
|
+
x="87.696846"
|
160
|
+
y="622.8266"
|
161
|
+
transform="matrix(0.6529089,0,0,4.2991538,85.025607,-2345.183)"
|
162
|
+
inkscape:export-filename="C:\Dev\projects\triangle wars\media\laser.png"
|
163
|
+
inkscape:export-xdpi="14"
|
164
|
+
inkscape:export-ydpi="14" />
|
165
|
+
</g>
|
166
|
+
</svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,885 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="744.09448819"
|
14
|
+
height="1052.3622047"
|
15
|
+
id="svg2"
|
16
|
+
sodipodi:version="0.32"
|
17
|
+
inkscape:version="0.46+devel r21323"
|
18
|
+
sodipodi:docname="powerups.svg"
|
19
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
20
|
+
<defs
|
21
|
+
id="defs4">
|
22
|
+
<linearGradient
|
23
|
+
inkscape:collect="always"
|
24
|
+
id="linearGradient2261">
|
25
|
+
<stop
|
26
|
+
style="stop-color:#000000;stop-opacity:1;"
|
27
|
+
offset="0"
|
28
|
+
id="stop2263" />
|
29
|
+
<stop
|
30
|
+
style="stop-color:#000000;stop-opacity:0;"
|
31
|
+
offset="1"
|
32
|
+
id="stop2265" />
|
33
|
+
</linearGradient>
|
34
|
+
<linearGradient
|
35
|
+
inkscape:collect="always"
|
36
|
+
id="linearGradient2249">
|
37
|
+
<stop
|
38
|
+
style="stop-color:#000000;stop-opacity:1"
|
39
|
+
offset="0"
|
40
|
+
id="stop2251" />
|
41
|
+
<stop
|
42
|
+
style="stop-color:#dedede;stop-opacity:1"
|
43
|
+
offset="1"
|
44
|
+
id="stop2253" />
|
45
|
+
</linearGradient>
|
46
|
+
<linearGradient
|
47
|
+
inkscape:collect="always"
|
48
|
+
id="linearGradient2241">
|
49
|
+
<stop
|
50
|
+
style="stop-color:#000000;stop-opacity:1;"
|
51
|
+
offset="0"
|
52
|
+
id="stop2243" />
|
53
|
+
<stop
|
54
|
+
style="stop-color:#ffea00;stop-opacity:1"
|
55
|
+
offset="1"
|
56
|
+
id="stop2245" />
|
57
|
+
</linearGradient>
|
58
|
+
<linearGradient
|
59
|
+
inkscape:collect="always"
|
60
|
+
id="linearGradient2235">
|
61
|
+
<stop
|
62
|
+
style="stop-color:#000000;stop-opacity:1"
|
63
|
+
offset="0"
|
64
|
+
id="stop2237" />
|
65
|
+
<stop
|
66
|
+
style="stop-color:#8c8c8c;stop-opacity:1"
|
67
|
+
offset="1"
|
68
|
+
id="stop2239" />
|
69
|
+
</linearGradient>
|
70
|
+
<linearGradient
|
71
|
+
id="linearGradient1995">
|
72
|
+
<stop
|
73
|
+
style="stop-color:#ff0000;stop-opacity:0.49803922;"
|
74
|
+
offset="0"
|
75
|
+
id="stop2001" />
|
76
|
+
<stop
|
77
|
+
id="stop2003"
|
78
|
+
offset="0.5"
|
79
|
+
style="stop-color:#ff0000;stop-opacity:0.24705882;" />
|
80
|
+
<stop
|
81
|
+
id="stop1999"
|
82
|
+
offset="1"
|
83
|
+
style="stop-color:#000000;stop-opacity:0" />
|
84
|
+
</linearGradient>
|
85
|
+
<linearGradient
|
86
|
+
id="linearGradient796">
|
87
|
+
<stop
|
88
|
+
style="stop-color:#f90000;stop-opacity:0;"
|
89
|
+
offset="0"
|
90
|
+
id="stop798" />
|
91
|
+
<stop
|
92
|
+
id="stop1991"
|
93
|
+
offset="0.5"
|
94
|
+
style="stop-color:#ff0000;stop-opacity:0;" />
|
95
|
+
<stop
|
96
|
+
style="stop-color:#000000;stop-opacity:0;"
|
97
|
+
offset="0.75"
|
98
|
+
id="stop1993" />
|
99
|
+
<stop
|
100
|
+
style="stop-color:#380101;stop-opacity:0;"
|
101
|
+
offset="1"
|
102
|
+
id="stop800" />
|
103
|
+
</linearGradient>
|
104
|
+
<inkscape:perspective
|
105
|
+
sodipodi:type="inkscape:persp3d"
|
106
|
+
inkscape:vp_x="0 : 526.18109 : 1"
|
107
|
+
inkscape:vp_y="0 : 1000 : 0"
|
108
|
+
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
109
|
+
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
110
|
+
id="perspective10" />
|
111
|
+
<inkscape:perspective
|
112
|
+
id="perspective814"
|
113
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
114
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
115
|
+
inkscape:vp_y="0 : 1000 : 0"
|
116
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
117
|
+
sodipodi:type="inkscape:persp3d" />
|
118
|
+
<linearGradient
|
119
|
+
inkscape:collect="always"
|
120
|
+
xlink:href="#linearGradient796-7"
|
121
|
+
id="linearGradient804-1"
|
122
|
+
x1="315.13828"
|
123
|
+
y1="335.81476"
|
124
|
+
x2="315.13828"
|
125
|
+
y2="438.80017"
|
126
|
+
gradientUnits="userSpaceOnUse"
|
127
|
+
gradientTransform="translate(0,1.0589618e-5)" />
|
128
|
+
<linearGradient
|
129
|
+
inkscape:collect="always"
|
130
|
+
id="linearGradient796-7">
|
131
|
+
<stop
|
132
|
+
style="stop-color:#000000;stop-opacity:1;"
|
133
|
+
offset="0"
|
134
|
+
id="stop798-4" />
|
135
|
+
<stop
|
136
|
+
style="stop-color:#000000;stop-opacity:0;"
|
137
|
+
offset="1"
|
138
|
+
id="stop800-0" />
|
139
|
+
</linearGradient>
|
140
|
+
<inkscape:perspective
|
141
|
+
id="perspective858"
|
142
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
143
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
144
|
+
inkscape:vp_y="0 : 1000 : 0"
|
145
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
146
|
+
sodipodi:type="inkscape:persp3d" />
|
147
|
+
<linearGradient
|
148
|
+
y2="990.64862"
|
149
|
+
x2="309.43442"
|
150
|
+
y1="29.232279"
|
151
|
+
x1="323.69406"
|
152
|
+
gradientTransform="translate(1.2808054e-7,1.5589685e-5)"
|
153
|
+
gradientUnits="userSpaceOnUse"
|
154
|
+
id="linearGradient823-4"
|
155
|
+
xlink:href="#linearGradient844-8"
|
156
|
+
inkscape:collect="always" />
|
157
|
+
<linearGradient
|
158
|
+
id="linearGradient844-8"
|
159
|
+
inkscape:collect="always">
|
160
|
+
<stop
|
161
|
+
id="stop846-8"
|
162
|
+
offset="0"
|
163
|
+
style="stop-color:#000000;stop-opacity:1" />
|
164
|
+
<stop
|
165
|
+
id="stop848-2"
|
166
|
+
offset="1"
|
167
|
+
style="stop-color:#000000;stop-opacity:0;" />
|
168
|
+
</linearGradient>
|
169
|
+
<inkscape:perspective
|
170
|
+
id="perspective1228"
|
171
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
172
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
173
|
+
inkscape:vp_y="0 : 1000 : 0"
|
174
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
175
|
+
sodipodi:type="inkscape:persp3d" />
|
176
|
+
<linearGradient
|
177
|
+
inkscape:collect="always"
|
178
|
+
xlink:href="#linearGradient796-5"
|
179
|
+
id="linearGradient1032-5"
|
180
|
+
gradientUnits="userSpaceOnUse"
|
181
|
+
gradientTransform="translate(1.4259651,-79.854039)"
|
182
|
+
x1="315.13828"
|
183
|
+
y1="335.81476"
|
184
|
+
x2="315.13828"
|
185
|
+
y2="438.80017" />
|
186
|
+
<linearGradient
|
187
|
+
inkscape:collect="always"
|
188
|
+
id="linearGradient796-5">
|
189
|
+
<stop
|
190
|
+
style="stop-color:#000000;stop-opacity:1;"
|
191
|
+
offset="0"
|
192
|
+
id="stop798-1" />
|
193
|
+
<stop
|
194
|
+
style="stop-color:#000000;stop-opacity:0;"
|
195
|
+
offset="1"
|
196
|
+
id="stop800-7" />
|
197
|
+
</linearGradient>
|
198
|
+
<inkscape:perspective
|
199
|
+
id="perspective1266"
|
200
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
201
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
202
|
+
inkscape:vp_y="0 : 1000 : 0"
|
203
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
204
|
+
sodipodi:type="inkscape:persp3d" />
|
205
|
+
<linearGradient
|
206
|
+
y2="866.58966"
|
207
|
+
x2="315.13828"
|
208
|
+
y1="-4.990881"
|
209
|
+
x1="310.86038"
|
210
|
+
gradientTransform="translate(1.4259645,-79.854039)"
|
211
|
+
gradientUnits="userSpaceOnUse"
|
212
|
+
id="linearGradient1237-1"
|
213
|
+
xlink:href="#linearGradient796-5-5"
|
214
|
+
inkscape:collect="always" />
|
215
|
+
<linearGradient
|
216
|
+
inkscape:collect="always"
|
217
|
+
id="linearGradient796-5-5">
|
218
|
+
<stop
|
219
|
+
style="stop-color:#000000;stop-opacity:1;"
|
220
|
+
offset="0"
|
221
|
+
id="stop798-1-2" />
|
222
|
+
<stop
|
223
|
+
style="stop-color:#000000;stop-opacity:0;"
|
224
|
+
offset="1"
|
225
|
+
id="stop800-7-7" />
|
226
|
+
</linearGradient>
|
227
|
+
<inkscape:perspective
|
228
|
+
id="perspective1266-1"
|
229
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
230
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
231
|
+
inkscape:vp_y="0 : 1000 : 0"
|
232
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
233
|
+
sodipodi:type="inkscape:persp3d" />
|
234
|
+
<linearGradient
|
235
|
+
y2="866.58966"
|
236
|
+
x2="315.13828"
|
237
|
+
y1="-4.990881"
|
238
|
+
x1="310.86038"
|
239
|
+
gradientTransform="translate(1.4259645,-79.854039)"
|
240
|
+
gradientUnits="userSpaceOnUse"
|
241
|
+
id="linearGradient1237-4"
|
242
|
+
xlink:href="#linearGradient796-5-2"
|
243
|
+
inkscape:collect="always" />
|
244
|
+
<linearGradient
|
245
|
+
inkscape:collect="always"
|
246
|
+
id="linearGradient796-5-2">
|
247
|
+
<stop
|
248
|
+
style="stop-color:#000000;stop-opacity:1;"
|
249
|
+
offset="0"
|
250
|
+
id="stop798-1-3" />
|
251
|
+
<stop
|
252
|
+
style="stop-color:#000000;stop-opacity:0;"
|
253
|
+
offset="1"
|
254
|
+
id="stop800-7-2" />
|
255
|
+
</linearGradient>
|
256
|
+
<inkscape:perspective
|
257
|
+
id="perspective1266-6"
|
258
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
259
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
260
|
+
inkscape:vp_y="0 : 1000 : 0"
|
261
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
262
|
+
sodipodi:type="inkscape:persp3d" />
|
263
|
+
<linearGradient
|
264
|
+
y2="866.58966"
|
265
|
+
x2="315.13828"
|
266
|
+
y1="-4.990881"
|
267
|
+
x1="310.86038"
|
268
|
+
gradientTransform="translate(1.4259645,-79.854039)"
|
269
|
+
gradientUnits="userSpaceOnUse"
|
270
|
+
id="linearGradient1237-8"
|
271
|
+
xlink:href="#linearGradient796-5-57"
|
272
|
+
inkscape:collect="always" />
|
273
|
+
<linearGradient
|
274
|
+
inkscape:collect="always"
|
275
|
+
id="linearGradient796-5-57">
|
276
|
+
<stop
|
277
|
+
style="stop-color:#000000;stop-opacity:1;"
|
278
|
+
offset="0"
|
279
|
+
id="stop798-1-6" />
|
280
|
+
<stop
|
281
|
+
style="stop-color:#000000;stop-opacity:0;"
|
282
|
+
offset="1"
|
283
|
+
id="stop800-7-1" />
|
284
|
+
</linearGradient>
|
285
|
+
<inkscape:perspective
|
286
|
+
id="perspective1342"
|
287
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
288
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
289
|
+
inkscape:vp_y="0 : 1000 : 0"
|
290
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
291
|
+
sodipodi:type="inkscape:persp3d" />
|
292
|
+
<linearGradient
|
293
|
+
inkscape:collect="always"
|
294
|
+
xlink:href="#linearGradient796-79"
|
295
|
+
id="linearGradient1040-2"
|
296
|
+
gradientUnits="userSpaceOnUse"
|
297
|
+
gradientTransform="translate(9.9817404,-183.94948)"
|
298
|
+
x1="315.13828"
|
299
|
+
y1="335.81476"
|
300
|
+
x2="315.13828"
|
301
|
+
y2="438.80017" />
|
302
|
+
<linearGradient
|
303
|
+
inkscape:collect="always"
|
304
|
+
id="linearGradient796-79">
|
305
|
+
<stop
|
306
|
+
style="stop-color:#000000;stop-opacity:1;"
|
307
|
+
offset="0"
|
308
|
+
id="stop798-5" />
|
309
|
+
<stop
|
310
|
+
style="stop-color:#000000;stop-opacity:0;"
|
311
|
+
offset="1"
|
312
|
+
id="stop800-4" />
|
313
|
+
</linearGradient>
|
314
|
+
<inkscape:perspective
|
315
|
+
id="perspective1386"
|
316
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
317
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
318
|
+
inkscape:vp_y="0 : 1000 : 0"
|
319
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
320
|
+
sodipodi:type="inkscape:persp3d" />
|
321
|
+
<linearGradient
|
322
|
+
y2="990.64862"
|
323
|
+
x2="309.43442"
|
324
|
+
y1="29.232279"
|
325
|
+
x1="323.69406"
|
326
|
+
gradientTransform="translate(-3.5902571e-7,1.0531614e-5)"
|
327
|
+
gradientUnits="userSpaceOnUse"
|
328
|
+
id="linearGradient867-3"
|
329
|
+
xlink:href="#linearGradient844-8-4"
|
330
|
+
inkscape:collect="always" />
|
331
|
+
<linearGradient
|
332
|
+
id="linearGradient844-8-4"
|
333
|
+
inkscape:collect="always">
|
334
|
+
<stop
|
335
|
+
id="stop846-8-4"
|
336
|
+
offset="0"
|
337
|
+
style="stop-color:#000000;stop-opacity:1" />
|
338
|
+
<stop
|
339
|
+
id="stop848-2-6"
|
340
|
+
offset="1"
|
341
|
+
style="stop-color:#000000;stop-opacity:0;" />
|
342
|
+
</linearGradient>
|
343
|
+
<inkscape:perspective
|
344
|
+
id="perspective1748"
|
345
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
346
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
347
|
+
inkscape:vp_y="0 : 1000 : 0"
|
348
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
349
|
+
sodipodi:type="inkscape:persp3d" />
|
350
|
+
<linearGradient
|
351
|
+
inkscape:collect="always"
|
352
|
+
xlink:href="#linearGradient1372-2-7"
|
353
|
+
id="linearGradient1012-3-0"
|
354
|
+
gradientUnits="userSpaceOnUse"
|
355
|
+
gradientTransform="matrix(0,-1,1,0,-396.41827,-2.1790841e-6)"
|
356
|
+
x1="7.1298137"
|
357
|
+
y1="337.85373"
|
358
|
+
x2="794.26251"
|
359
|
+
y2="1155.1317" />
|
360
|
+
<linearGradient
|
361
|
+
id="linearGradient1372-2-7"
|
362
|
+
inkscape:collect="always">
|
363
|
+
<stop
|
364
|
+
id="stop1374-3-6"
|
365
|
+
offset="0"
|
366
|
+
style="stop-color:#000000;stop-opacity:0.28235295" />
|
367
|
+
<stop
|
368
|
+
id="stop1376-3-3"
|
369
|
+
offset="1"
|
370
|
+
style="stop-color:#000000;stop-opacity:0;" />
|
371
|
+
</linearGradient>
|
372
|
+
<inkscape:perspective
|
373
|
+
id="perspective1969"
|
374
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
375
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
376
|
+
inkscape:vp_y="0 : 1000 : 0"
|
377
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
378
|
+
sodipodi:type="inkscape:persp3d" />
|
379
|
+
<radialGradient
|
380
|
+
inkscape:collect="always"
|
381
|
+
xlink:href="#linearGradient2235"
|
382
|
+
id="radialGradient1989"
|
383
|
+
cx="265.63669"
|
384
|
+
cy="266.60751"
|
385
|
+
fx="265.63669"
|
386
|
+
fy="266.60751"
|
387
|
+
r="190.16052"
|
388
|
+
gradientTransform="matrix(1.2549573,0.89262441,-1.0824074,1.5217767,220.85194,-376.2234)"
|
389
|
+
gradientUnits="userSpaceOnUse" />
|
390
|
+
<radialGradient
|
391
|
+
inkscape:collect="always"
|
392
|
+
xlink:href="#linearGradient2241"
|
393
|
+
id="radialGradient2247"
|
394
|
+
cx="219.78317"
|
395
|
+
cy="235.11072"
|
396
|
+
fx="219.78317"
|
397
|
+
fy="235.11072"
|
398
|
+
r="172.64176"
|
399
|
+
gradientTransform="matrix(-1.0000001,0.89262411,-1.4417539,-1.6151879,825.41046,450.21972)"
|
400
|
+
gradientUnits="userSpaceOnUse" />
|
401
|
+
<linearGradient
|
402
|
+
inkscape:collect="always"
|
403
|
+
xlink:href="#linearGradient2249"
|
404
|
+
id="linearGradient2257"
|
405
|
+
x1="266.90988"
|
406
|
+
y1="449.07901"
|
407
|
+
x2="266.90988"
|
408
|
+
y2="14.972638"
|
409
|
+
gradientUnits="userSpaceOnUse" />
|
410
|
+
<linearGradient
|
411
|
+
inkscape:collect="always"
|
412
|
+
xlink:href="#linearGradient2261"
|
413
|
+
id="linearGradient2267"
|
414
|
+
x1="266.90988"
|
415
|
+
y1="125.41089"
|
416
|
+
x2="266.90988"
|
417
|
+
y2="409.32599"
|
418
|
+
gradientUnits="userSpaceOnUse" />
|
419
|
+
<filter
|
420
|
+
inkscape:collect="always"
|
421
|
+
id="filter2281">
|
422
|
+
<feGaussianBlur
|
423
|
+
inkscape:collect="always"
|
424
|
+
stdDeviation="1.4714511"
|
425
|
+
id="feGaussianBlur2283" />
|
426
|
+
</filter>
|
427
|
+
<inkscape:perspective
|
428
|
+
id="perspective2325"
|
429
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
430
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
431
|
+
inkscape:vp_y="0 : 1000 : 0"
|
432
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
433
|
+
sodipodi:type="inkscape:persp3d" />
|
434
|
+
<inkscape:perspective
|
435
|
+
id="perspective2325-9"
|
436
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
437
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
438
|
+
inkscape:vp_y="0 : 1000 : 0"
|
439
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
440
|
+
sodipodi:type="inkscape:persp3d" />
|
441
|
+
<inkscape:perspective
|
442
|
+
id="perspective2362"
|
443
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
444
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
445
|
+
inkscape:vp_y="0 : 1000 : 0"
|
446
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
447
|
+
sodipodi:type="inkscape:persp3d" />
|
448
|
+
<filter
|
449
|
+
inkscape:collect="always"
|
450
|
+
id="filter2410">
|
451
|
+
<feGaussianBlur
|
452
|
+
inkscape:collect="always"
|
453
|
+
stdDeviation="0.91272321"
|
454
|
+
id="feGaussianBlur2412" />
|
455
|
+
</filter>
|
456
|
+
<inkscape:perspective
|
457
|
+
id="perspective2480"
|
458
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
459
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
460
|
+
inkscape:vp_y="0 : 1000 : 0"
|
461
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
462
|
+
sodipodi:type="inkscape:persp3d" />
|
463
|
+
<linearGradient
|
464
|
+
inkscape:collect="always"
|
465
|
+
xlink:href="#linearGradient2462-5"
|
466
|
+
id="linearGradient2470-3"
|
467
|
+
x1="603.89618"
|
468
|
+
y1="953.25763"
|
469
|
+
x2="603.89618"
|
470
|
+
y2="755.04846"
|
471
|
+
gradientUnits="userSpaceOnUse"
|
472
|
+
gradientTransform="matrix(1,0,0,1.8007101,0,-712.60304)" />
|
473
|
+
<linearGradient
|
474
|
+
inkscape:collect="always"
|
475
|
+
id="linearGradient2462-5">
|
476
|
+
<stop
|
477
|
+
style="stop-color:#00ffff;stop-opacity:1;"
|
478
|
+
offset="0"
|
479
|
+
id="stop2464-0" />
|
480
|
+
<stop
|
481
|
+
style="stop-color:#00ffff;stop-opacity:0;"
|
482
|
+
offset="1"
|
483
|
+
id="stop2466-7" />
|
484
|
+
</linearGradient>
|
485
|
+
<inkscape:perspective
|
486
|
+
id="perspective2480-3"
|
487
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
488
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
489
|
+
inkscape:vp_y="0 : 1000 : 0"
|
490
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
491
|
+
sodipodi:type="inkscape:persp3d" />
|
492
|
+
<linearGradient
|
493
|
+
inkscape:collect="always"
|
494
|
+
xlink:href="#linearGradient2462-4"
|
495
|
+
id="linearGradient2470-6"
|
496
|
+
x1="603.89618"
|
497
|
+
y1="953.25763"
|
498
|
+
x2="603.89618"
|
499
|
+
y2="755.04846"
|
500
|
+
gradientUnits="userSpaceOnUse"
|
501
|
+
gradientTransform="matrix(1,0,0,1.8007101,0,-712.60304)" />
|
502
|
+
<linearGradient
|
503
|
+
inkscape:collect="always"
|
504
|
+
id="linearGradient2462-4">
|
505
|
+
<stop
|
506
|
+
style="stop-color:#00ffff;stop-opacity:1;"
|
507
|
+
offset="0"
|
508
|
+
id="stop2464-4" />
|
509
|
+
<stop
|
510
|
+
style="stop-color:#00ffff;stop-opacity:0;"
|
511
|
+
offset="1"
|
512
|
+
id="stop2466-1" />
|
513
|
+
</linearGradient>
|
514
|
+
<inkscape:perspective
|
515
|
+
id="perspective2480-4"
|
516
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
517
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
518
|
+
inkscape:vp_y="0 : 1000 : 0"
|
519
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
520
|
+
sodipodi:type="inkscape:persp3d" />
|
521
|
+
<linearGradient
|
522
|
+
inkscape:collect="always"
|
523
|
+
xlink:href="#linearGradient2462-3"
|
524
|
+
id="linearGradient2470-7"
|
525
|
+
x1="603.89618"
|
526
|
+
y1="953.25763"
|
527
|
+
x2="603.89618"
|
528
|
+
y2="755.04846"
|
529
|
+
gradientUnits="userSpaceOnUse"
|
530
|
+
gradientTransform="matrix(1,0,0,1.8007101,0,-712.60304)" />
|
531
|
+
<linearGradient
|
532
|
+
inkscape:collect="always"
|
533
|
+
id="linearGradient2462-3">
|
534
|
+
<stop
|
535
|
+
style="stop-color:#00ffff;stop-opacity:1;"
|
536
|
+
offset="0"
|
537
|
+
id="stop2464-40" />
|
538
|
+
<stop
|
539
|
+
style="stop-color:#00ffff;stop-opacity:0;"
|
540
|
+
offset="1"
|
541
|
+
id="stop2466-8" />
|
542
|
+
</linearGradient>
|
543
|
+
<inkscape:perspective
|
544
|
+
id="perspective2480-2"
|
545
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
546
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
547
|
+
inkscape:vp_y="0 : 1000 : 0"
|
548
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
549
|
+
sodipodi:type="inkscape:persp3d" />
|
550
|
+
<linearGradient
|
551
|
+
inkscape:collect="always"
|
552
|
+
xlink:href="#linearGradient2462-6"
|
553
|
+
id="linearGradient2470-4"
|
554
|
+
x1="603.89618"
|
555
|
+
y1="953.25763"
|
556
|
+
x2="603.89618"
|
557
|
+
y2="755.04846"
|
558
|
+
gradientUnits="userSpaceOnUse"
|
559
|
+
gradientTransform="matrix(1,0,0,1.8007101,0,-712.60304)" />
|
560
|
+
<linearGradient
|
561
|
+
inkscape:collect="always"
|
562
|
+
id="linearGradient2462-6">
|
563
|
+
<stop
|
564
|
+
style="stop-color:#00ffff;stop-opacity:1;"
|
565
|
+
offset="0"
|
566
|
+
id="stop2464-6" />
|
567
|
+
<stop
|
568
|
+
style="stop-color:#00ffff;stop-opacity:0;"
|
569
|
+
offset="1"
|
570
|
+
id="stop2466-6" />
|
571
|
+
</linearGradient>
|
572
|
+
<filter
|
573
|
+
inkscape:collect="always"
|
574
|
+
id="filter2662">
|
575
|
+
<feGaussianBlur
|
576
|
+
inkscape:collect="always"
|
577
|
+
stdDeviation="0.73690784"
|
578
|
+
id="feGaussianBlur2664" />
|
579
|
+
</filter>
|
580
|
+
<radialGradient
|
581
|
+
inkscape:collect="always"
|
582
|
+
xlink:href="#linearGradient2235"
|
583
|
+
id="radialGradient2677"
|
584
|
+
gradientUnits="userSpaceOnUse"
|
585
|
+
gradientTransform="matrix(1.1957267,0.7593641,-1.0313206,1.2945899,213.97171,-254.85431)"
|
586
|
+
cx="265.63669"
|
587
|
+
cy="266.60751"
|
588
|
+
fx="265.63669"
|
589
|
+
fy="266.60751"
|
590
|
+
r="190.16052" />
|
591
|
+
<radialGradient
|
592
|
+
inkscape:collect="always"
|
593
|
+
xlink:href="#linearGradient2241"
|
594
|
+
id="radialGradient2679"
|
595
|
+
gradientUnits="userSpaceOnUse"
|
596
|
+
gradientTransform="matrix(-0.95280275,0.75936384,-1.3737069,-1.3740557,789.99668,448.20873)"
|
597
|
+
cx="219.78317"
|
598
|
+
cy="235.11072"
|
599
|
+
fx="219.78317"
|
600
|
+
fy="235.11072"
|
601
|
+
r="172.64176" />
|
602
|
+
<linearGradient
|
603
|
+
inkscape:collect="always"
|
604
|
+
xlink:href="#linearGradient2249"
|
605
|
+
id="linearGradient2681"
|
606
|
+
gradientUnits="userSpaceOnUse"
|
607
|
+
x1="266.90988"
|
608
|
+
y1="449.07901"
|
609
|
+
x2="266.90988"
|
610
|
+
y2="14.972638"
|
611
|
+
gradientTransform="matrix(0.95280266,0,0,0.85070953,3.543395,65.202526)" />
|
612
|
+
<linearGradient
|
613
|
+
inkscape:collect="always"
|
614
|
+
xlink:href="#linearGradient2261"
|
615
|
+
id="linearGradient2683"
|
616
|
+
gradientUnits="userSpaceOnUse"
|
617
|
+
x1="266.90988"
|
618
|
+
y1="125.41089"
|
619
|
+
x2="266.90988"
|
620
|
+
y2="409.32599"
|
621
|
+
gradientTransform="matrix(0.95280266,0,0,0.85070953,3.543395,65.202526)" />
|
622
|
+
</defs>
|
623
|
+
<sodipodi:namedview
|
624
|
+
id="base"
|
625
|
+
pagecolor="#ffffff"
|
626
|
+
bordercolor="#666666"
|
627
|
+
borderopacity="1.0"
|
628
|
+
inkscape:pageopacity="0.0"
|
629
|
+
inkscape:pageshadow="2"
|
630
|
+
inkscape:zoom="0.70127948"
|
631
|
+
inkscape:cx="370.62128"
|
632
|
+
inkscape:cy="526.18109"
|
633
|
+
inkscape:document-units="px"
|
634
|
+
inkscape:current-layer="layer1"
|
635
|
+
showgrid="false"
|
636
|
+
inkscape:window-width="1280"
|
637
|
+
inkscape:window-height="952"
|
638
|
+
inkscape:window-x="-4"
|
639
|
+
inkscape:window-y="-4" />
|
640
|
+
<metadata
|
641
|
+
id="metadata7">
|
642
|
+
<rdf:RDF>
|
643
|
+
<cc:Work
|
644
|
+
rdf:about="">
|
645
|
+
<dc:format>image/svg+xml</dc:format>
|
646
|
+
<dc:type
|
647
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
648
|
+
<dc:title></dc:title>
|
649
|
+
</cc:Work>
|
650
|
+
</rdf:RDF>
|
651
|
+
</metadata>
|
652
|
+
<g
|
653
|
+
inkscape:label="Layer 1"
|
654
|
+
inkscape:groupmode="layer"
|
655
|
+
id="layer1">
|
656
|
+
<g
|
657
|
+
id="g2672"
|
658
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\powerup_bg.png"
|
659
|
+
inkscape:export-xdpi="11.254937"
|
660
|
+
inkscape:export-ydpi="11.254937"
|
661
|
+
transform="matrix(1.0495353,0,0,1.1754894,-3.7189181,-76.644875)">
|
662
|
+
<rect
|
663
|
+
rx="200"
|
664
|
+
y="96.965614"
|
665
|
+
x="75.576157"
|
666
|
+
height="339.28381"
|
667
|
+
width="380.12106"
|
668
|
+
id="rect1951-1"
|
669
|
+
style="fill:url(#radialGradient2677);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.9003101;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.80062023, 0.90031012, 0.45015505, 0.90031012;stroke-dashoffset:0" />
|
670
|
+
<rect
|
671
|
+
rx="200"
|
672
|
+
y="112.65124"
|
673
|
+
x="94.113701"
|
674
|
+
height="308.00845"
|
675
|
+
width="345.08353"
|
676
|
+
id="rect1951"
|
677
|
+
style="fill:url(#radialGradient2679);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.18006203;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.36012404, 0.18006202, 0.09003101, 0.18006202;stroke-dashoffset:0" />
|
678
|
+
<rect
|
679
|
+
rx="200"
|
680
|
+
y="126.91089"
|
681
|
+
x="113.0772"
|
682
|
+
height="280.9151"
|
683
|
+
width="307.66534"
|
684
|
+
id="rect1959"
|
685
|
+
style="fill:url(#linearGradient2681);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2683);stroke-width:1.8006202;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3.60124047, 1.80062023, 0.90031012, 1.80062023;stroke-dashoffset:0;filter:url(#filter2281)" />
|
686
|
+
</g>
|
687
|
+
<flowRoot
|
688
|
+
xml:space="preserve"
|
689
|
+
id="flowRoot2285"
|
690
|
+
style="fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40"><flowRegion
|
691
|
+
id="flowRegion2287"><rect
|
692
|
+
id="rect2289"
|
693
|
+
width="189.65335"
|
694
|
+
height="128.33685"
|
695
|
+
x="89.835793"
|
696
|
+
y="578.94177"
|
697
|
+
style="fill:#000000" /></flowRegion><flowPara
|
698
|
+
id="flowPara2291"></flowPara></flowRoot> <text
|
699
|
+
xml:space="preserve"
|
700
|
+
style="font-size:231.39604187px;font-style:normal;font-weight:normal;fill:#ff00ff;fill-opacity:1;stroke:#ff0000;stroke-width:1;stroke-opacity:1;font-family:Bitstream Vera Sans"
|
701
|
+
x="31.529129"
|
702
|
+
y="651.99823"
|
703
|
+
id="text2293"
|
704
|
+
transform="scale(0.95826994,1.0435473)"
|
705
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\autofire.png"
|
706
|
+
inkscape:export-xdpi="20.59318"
|
707
|
+
inkscape:export-ydpi="20.59318"><tspan
|
708
|
+
sodipodi:role="line"
|
709
|
+
id="tspan2295"
|
710
|
+
x="31.529129"
|
711
|
+
y="651.99823"
|
712
|
+
style="font-weight:bold;fill:#ff00ff;fill-opacity:1;stroke:#ff0000;stroke-width:1;stroke-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">A</tspan></text>
|
713
|
+
<flowRoot
|
714
|
+
xml:space="preserve"
|
715
|
+
id="flowRoot2297"
|
716
|
+
style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40"><flowRegion
|
717
|
+
id="flowRegion2299"><rect
|
718
|
+
id="rect2301"
|
719
|
+
width="44.204914"
|
720
|
+
height="61.316494"
|
721
|
+
x="74.150185"
|
722
|
+
y="603.18323" /></flowRegion><flowPara
|
723
|
+
id="flowPara2303"></flowPara></flowRoot> <flowRoot
|
724
|
+
xml:space="preserve"
|
725
|
+
id="flowRoot2305"
|
726
|
+
style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40"><flowRegion
|
727
|
+
id="flowRegion2307"><rect
|
728
|
+
id="rect2309"
|
729
|
+
width="41.352985"
|
730
|
+
height="114.0772"
|
731
|
+
x="386.43652"
|
732
|
+
y="670.20355" /></flowRegion><flowPara
|
733
|
+
id="flowPara2311"></flowPara></flowRoot> <g
|
734
|
+
id="g2414"
|
735
|
+
transform="translate(-35.649126,12.833682)"
|
736
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\plasma_up.png"
|
737
|
+
inkscape:export-xdpi="19.896898"
|
738
|
+
inkscape:export-ydpi="19.896898">
|
739
|
+
<path
|
740
|
+
transform="matrix(1.3103448,0,0,1.3103448,-440.0402,-12.350289)"
|
741
|
+
d="m 449.70606,627.86389 c 0,16.14935 -13.09163,29.24098 -29.24097,29.24098 -16.14935,0 -29.24098,-13.09163 -29.24098,-29.24098 0,-16.14934 13.09163,-29.24097 29.24098,-29.24097 16.14934,0 29.24097,13.09163 29.24097,29.24097 z"
|
742
|
+
sodipodi:ry="29.240976"
|
743
|
+
sodipodi:rx="29.240976"
|
744
|
+
sodipodi:cy="627.86389"
|
745
|
+
sodipodi:cx="420.46509"
|
746
|
+
id="path2313"
|
747
|
+
style="fill:#b10000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.52631581;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3.05263158, 1.52631579, 0.76315789, 1.52631579;stroke-dashoffset:0"
|
748
|
+
sodipodi:type="arc" />
|
749
|
+
<path
|
750
|
+
transform="matrix(1.3103448,0,0,1.3103448,-337.19262,-12.350289)"
|
751
|
+
d="m 449.70606,627.86389 c 0,16.14935 -13.09163,29.24098 -29.24097,29.24098 -16.14935,0 -29.24098,-13.09163 -29.24098,-29.24098 0,-16.14934 13.09163,-29.24097 29.24098,-29.24097 16.14934,0 29.24097,13.09163 29.24097,29.24097 z"
|
752
|
+
sodipodi:ry="29.240976"
|
753
|
+
sodipodi:rx="29.240976"
|
754
|
+
sodipodi:cy="627.86389"
|
755
|
+
sodipodi:cx="420.46509"
|
756
|
+
id="path2313-4"
|
757
|
+
style="fill:#b10000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.52631581;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3.05263158, 1.52631579, 0.76315789, 1.52631579;stroke-dashoffset:0"
|
758
|
+
sodipodi:type="arc" />
|
759
|
+
<path
|
760
|
+
transform="matrix(1.3103448,0,0,1.3103448,-389.62472,76.380941)"
|
761
|
+
d="m 449.70606,627.86389 c 0,16.14935 -13.09163,29.24098 -29.24097,29.24098 -16.14935,0 -29.24098,-13.09163 -29.24098,-29.24098 0,-16.14934 13.09163,-29.24097 29.24098,-29.24097 16.14934,0 29.24097,13.09163 29.24097,29.24097 z"
|
762
|
+
sodipodi:ry="29.240976"
|
763
|
+
sodipodi:rx="29.240976"
|
764
|
+
sodipodi:cy="627.86389"
|
765
|
+
sodipodi:cx="420.46509"
|
766
|
+
id="path2313-9"
|
767
|
+
style="fill:#b10000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.52631581;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3.05263158, 1.52631579, 0.76315789, 1.52631579;stroke-dashoffset:0"
|
768
|
+
sodipodi:type="arc" />
|
769
|
+
</g>
|
770
|
+
<g
|
771
|
+
id="g2668"
|
772
|
+
transform="translate(-1.4259649,2.8519272)"
|
773
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\rocket_up.png"
|
774
|
+
inkscape:export-xdpi="19.896898"
|
775
|
+
inkscape:export-ydpi="19.896898">
|
776
|
+
<path
|
777
|
+
transform="matrix(1.7922301,0,0,2.0192379,-382.74168,-1048.3106)"
|
778
|
+
d="m 402.12212,975.36004 28.79901,0.48447 -14.81906,24.69839 -13.97995,-25.18286 z"
|
779
|
+
inkscape:randomized="0"
|
780
|
+
inkscape:rounded="0"
|
781
|
+
inkscape:flatsided="true"
|
782
|
+
sodipodi:arg2="-1.5539756"
|
783
|
+
sodipodi:arg1="-2.6011732"
|
784
|
+
sodipodi:r2="8.3147335"
|
785
|
+
sodipodi:r1="16.629467"
|
786
|
+
sodipodi:cy="983.91583"
|
787
|
+
sodipodi:cx="416.38177"
|
788
|
+
sodipodi:sides="3"
|
789
|
+
id="path2666"
|
790
|
+
style="opacity:0.95884776;fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05133069;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
791
|
+
sodipodi:type="star" />
|
792
|
+
<path
|
793
|
+
id="path2352-0"
|
794
|
+
d="m 362.62288,757.32068 -52.03125,94.9375 27.84375,0 0,51 -31.875,42.125 110.09375,0 -31.84375,-42.0625 0,-51.0625 29.84375,0 -52.03125,-94.9375 z"
|
795
|
+
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 3, 1.5, 3;stroke-dashoffset:0;filter:url(#filter2410)" />
|
796
|
+
</g>
|
797
|
+
<flowRoot
|
798
|
+
xml:space="preserve"
|
799
|
+
id="flowRoot2380"
|
800
|
+
style="font-size:40px;font-style:normal;font-weight:normal;fill:#00ff00;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
|
801
|
+
transform="matrix(2.3539985,0,0,6.0997293,-630.71855,-2832.887)"
|
802
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\1up.png"
|
803
|
+
inkscape:export-xdpi="18.320267"
|
804
|
+
inkscape:export-ydpi="18.320267"><flowRegion
|
805
|
+
id="flowRegion2382"><rect
|
806
|
+
id="rect2384"
|
807
|
+
width="231.91119"
|
808
|
+
height="189.56219"
|
809
|
+
x="371.05792"
|
810
|
+
y="544.17419"
|
811
|
+
style="fill:#00ff00;fill-opacity:1" /></flowRegion><flowPara
|
812
|
+
id="flowPara2386"
|
813
|
+
style="font-weight:bold;fill:#00ff00;-inkscape-font-specification:Bitstream Vera Sans Bold">1UP</flowPara></flowRoot> <g
|
814
|
+
transform="matrix(4.6124116,-3.1771281,2.9325139,4.1997818,-3296.4637,714.43565)"
|
815
|
+
style="font-size:40px;font-style:normal;font-weight:normal;fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.02458084;stroke-opacity:1;font-family:Bitstream Vera Sans"
|
816
|
+
id="flowRoot2435"
|
817
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\bigbomb.png"
|
818
|
+
inkscape:export-xdpi="17.445875"
|
819
|
+
inkscape:export-ydpi="17.445875">
|
820
|
+
<path
|
821
|
+
d="m 576.0282,410.80227 9.5983,-4.61064 -0.96828,25.51725 8.48694,-34.69894 -10.83085,5.9133 0.58224,-21.10665 -6.86835,28.98568 z"
|
822
|
+
style="font-weight:bold;stroke-width:1.02458084;-inkscape-font-specification:Bitstream Vera Sans Bold"
|
823
|
+
id="path2444"
|
824
|
+
sodipodi:nodetypes="ccccccc" />
|
825
|
+
</g>
|
826
|
+
<g
|
827
|
+
id="g2625"
|
828
|
+
transform="translate(-29.945267,-12.833693)"
|
829
|
+
style="opacity:0.95884776;fill:#00ffff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter2662)"
|
830
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\laser_up.png"
|
831
|
+
inkscape:export-xdpi="19.896898"
|
832
|
+
inkscape:export-ydpi="19.896898">
|
833
|
+
<path
|
834
|
+
transform="matrix(0.61529988,0,0,0.92613441,217.33099,136.01228)"
|
835
|
+
d="m 697.29689,856.29199 c 0,16.93208 -41.81692,30.65825 -93.40071,30.65825 -51.58379,0 -93.40071,-13.72617 -93.40071,-30.65825 0,-16.93208 41.81692,-30.65824 93.40071,-30.65824 51.58379,0 93.40071,13.72616 93.40071,30.65824 z"
|
836
|
+
sodipodi:ry="30.658247"
|
837
|
+
sodipodi:rx="93.400711"
|
838
|
+
sodipodi:cy="856.29199"
|
839
|
+
sodipodi:cx="603.89618"
|
840
|
+
id="path2446"
|
841
|
+
style="opacity:0.95999995;fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.64941239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
842
|
+
sodipodi:type="arc" />
|
843
|
+
<path
|
844
|
+
transform="matrix(0.61529988,0,0,0.92613441,217.17164,109.8534)"
|
845
|
+
d="m 697.29689,856.29199 c 0,16.93208 -41.81692,30.65825 -93.40071,30.65825 -51.58379,0 -93.40071,-13.72617 -93.40071,-30.65825 0,-16.93208 41.81692,-30.65824 93.40071,-30.65824 51.58379,0 93.40071,13.72616 93.40071,30.65824 z"
|
846
|
+
sodipodi:ry="30.658247"
|
847
|
+
sodipodi:rx="93.400711"
|
848
|
+
sodipodi:cy="856.29199"
|
849
|
+
sodipodi:cx="603.89618"
|
850
|
+
id="path2446-8"
|
851
|
+
style="opacity:0.95999995;fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.64941239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
852
|
+
sodipodi:type="arc" />
|
853
|
+
<path
|
854
|
+
transform="matrix(0.61529988,0,0,0.92613441,217.17164,76.560252)"
|
855
|
+
d="m 697.29689,856.29199 c 0,16.93208 -41.81692,30.65825 -93.40071,30.65825 -51.58379,0 -93.40071,-13.72617 -93.40071,-30.65825 0,-16.93208 41.81692,-30.65824 93.40071,-30.65824 51.58379,0 93.40071,13.72616 93.40071,30.65824 z"
|
856
|
+
sodipodi:ry="30.658247"
|
857
|
+
sodipodi:rx="93.400711"
|
858
|
+
sodipodi:cy="856.29199"
|
859
|
+
sodipodi:cx="603.89618"
|
860
|
+
id="path2446-7"
|
861
|
+
style="opacity:0.95999995;fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.64941239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
862
|
+
sodipodi:type="arc" />
|
863
|
+
<path
|
864
|
+
transform="matrix(0.61529988,0,0,0.92613441,218.92643,48.023292)"
|
865
|
+
d="m 697.29689,856.29199 c 0,16.93208 -41.81692,30.65825 -93.40071,30.65825 -51.58379,0 -93.40071,-13.72617 -93.40071,-30.65825 0,-16.93208 41.81692,-30.65824 93.40071,-30.65824 51.58379,0 93.40071,13.72616 93.40071,30.65824 z"
|
866
|
+
sodipodi:ry="30.658247"
|
867
|
+
sodipodi:rx="93.400711"
|
868
|
+
sodipodi:cy="856.29199"
|
869
|
+
sodipodi:cx="603.89618"
|
870
|
+
id="path2446-3"
|
871
|
+
style="opacity:0.95999995;fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.64941239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
872
|
+
sodipodi:type="arc" />
|
873
|
+
<path
|
874
|
+
transform="matrix(0.61529988,0,0,0.92613441,218.60772,14.730142)"
|
875
|
+
d="m 697.29689,856.29199 c 0,16.93208 -41.81692,30.65825 -93.40071,30.65825 -51.58379,0 -93.40071,-13.72617 -93.40071,-30.65825 0,-16.93208 41.81692,-30.65824 93.40071,-30.65824 51.58379,0 93.40071,13.72616 93.40071,30.65824 z"
|
876
|
+
sodipodi:ry="30.658247"
|
877
|
+
sodipodi:rx="93.400711"
|
878
|
+
sodipodi:cy="856.29199"
|
879
|
+
sodipodi:cx="603.89618"
|
880
|
+
id="path2446-4"
|
881
|
+
style="opacity:0.95999995;fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.64941239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
882
|
+
sodipodi:type="arc" />
|
883
|
+
</g>
|
884
|
+
</g>
|
885
|
+
</svg>
|