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
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,223 @@
|
|
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:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="297mm"
|
13
|
+
height="210mm"
|
14
|
+
id="svg3544"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.46"
|
17
|
+
sodipodi:docname="bullets.svg"
|
18
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
19
|
+
inkscape:export-filename="C:\Dev\projects\triangle_wars_gosu\media\fire_bullet.png"
|
20
|
+
inkscape:export-xdpi="5.1636558"
|
21
|
+
inkscape:export-ydpi="5.1636558">
|
22
|
+
<defs
|
23
|
+
id="defs3546">
|
24
|
+
<linearGradient
|
25
|
+
inkscape:collect="always"
|
26
|
+
id="linearGradient4298">
|
27
|
+
<stop
|
28
|
+
style="stop-color:#000000;stop-opacity:1;"
|
29
|
+
offset="0"
|
30
|
+
id="stop4300" />
|
31
|
+
<stop
|
32
|
+
style="stop-color:#000000;stop-opacity:0;"
|
33
|
+
offset="1"
|
34
|
+
id="stop4302" />
|
35
|
+
</linearGradient>
|
36
|
+
<inkscape:perspective
|
37
|
+
sodipodi:type="inkscape:persp3d"
|
38
|
+
inkscape:vp_x="0 : 372.04724 : 1"
|
39
|
+
inkscape:vp_y="0 : 1000 : 0"
|
40
|
+
inkscape:vp_z="1052.3622 : 372.04724 : 1"
|
41
|
+
inkscape:persp3d-origin="526.18109 : 248.03149 : 1"
|
42
|
+
id="perspective3553" />
|
43
|
+
<filter
|
44
|
+
inkscape:collect="always"
|
45
|
+
id="filter4235"
|
46
|
+
x="-0.24508199"
|
47
|
+
width="1.490164"
|
48
|
+
y="-0.15545926"
|
49
|
+
height="1.3109185">
|
50
|
+
<feGaussianBlur
|
51
|
+
inkscape:collect="always"
|
52
|
+
stdDeviation="7.9709691"
|
53
|
+
id="feGaussianBlur4237" />
|
54
|
+
</filter>
|
55
|
+
<linearGradient
|
56
|
+
inkscape:collect="always"
|
57
|
+
xlink:href="#linearGradient4298"
|
58
|
+
id="linearGradient4304"
|
59
|
+
x1="358.23771"
|
60
|
+
y1="452.76684"
|
61
|
+
x2="569.89446"
|
62
|
+
y2="452.76684"
|
63
|
+
gradientUnits="userSpaceOnUse"
|
64
|
+
gradientTransform="translate(-5.0473006,-5.0473006)" />
|
65
|
+
<filter
|
66
|
+
inkscape:collect="always"
|
67
|
+
id="filter4334"
|
68
|
+
x="-0.067250573"
|
69
|
+
width="1.1345011"
|
70
|
+
y="-0.12645397"
|
71
|
+
height="1.2529079">
|
72
|
+
<feGaussianBlur
|
73
|
+
inkscape:collect="always"
|
74
|
+
stdDeviation="5.9308488"
|
75
|
+
id="feGaussianBlur4336" />
|
76
|
+
</filter>
|
77
|
+
<filter
|
78
|
+
inkscape:collect="always"
|
79
|
+
id="filter4390"
|
80
|
+
x="-0.043702821"
|
81
|
+
width="1.0874056"
|
82
|
+
y="-0.15615494"
|
83
|
+
height="1.3123099">
|
84
|
+
<feGaussianBlur
|
85
|
+
inkscape:collect="always"
|
86
|
+
stdDeviation="6.9131092"
|
87
|
+
id="feGaussianBlur4392" />
|
88
|
+
</filter>
|
89
|
+
<filter
|
90
|
+
inkscape:collect="always"
|
91
|
+
id="filter4452">
|
92
|
+
<feGaussianBlur
|
93
|
+
inkscape:collect="always"
|
94
|
+
stdDeviation="5.4561166"
|
95
|
+
id="feGaussianBlur4454" />
|
96
|
+
</filter>
|
97
|
+
<linearGradient
|
98
|
+
inkscape:collect="always"
|
99
|
+
xlink:href="#linearGradient4298"
|
100
|
+
id="linearGradient2403"
|
101
|
+
gradientUnits="userSpaceOnUse"
|
102
|
+
gradientTransform="translate(270.03058,196.84472)"
|
103
|
+
x1="358.23771"
|
104
|
+
y1="452.76684"
|
105
|
+
x2="569.89446"
|
106
|
+
y2="452.76684" />
|
107
|
+
<linearGradient
|
108
|
+
inkscape:collect="always"
|
109
|
+
xlink:href="#linearGradient4298"
|
110
|
+
id="linearGradient3197"
|
111
|
+
gradientUnits="userSpaceOnUse"
|
112
|
+
gradientTransform="translate(-267.13112,-40.845339)"
|
113
|
+
x1="358.23771"
|
114
|
+
y1="452.76684"
|
115
|
+
x2="569.89446"
|
116
|
+
y2="452.76684" />
|
117
|
+
<linearGradient
|
118
|
+
inkscape:collect="always"
|
119
|
+
xlink:href="#linearGradient4298"
|
120
|
+
id="linearGradient3201"
|
121
|
+
gradientUnits="userSpaceOnUse"
|
122
|
+
gradientTransform="translate(-5.0473,-5.0473)"
|
123
|
+
x1="358.23771"
|
124
|
+
y1="452.76684"
|
125
|
+
x2="569.89446"
|
126
|
+
y2="452.76684" />
|
127
|
+
<filter
|
128
|
+
inkscape:collect="always"
|
129
|
+
id="filter3310"
|
130
|
+
x="-0.16698801"
|
131
|
+
width="1.333976"
|
132
|
+
y="-0.10291587"
|
133
|
+
height="1.2058317">
|
134
|
+
<feGaussianBlur
|
135
|
+
inkscape:collect="always"
|
136
|
+
stdDeviation="5.0292092"
|
137
|
+
id="feGaussianBlur3312" />
|
138
|
+
</filter>
|
139
|
+
<filter
|
140
|
+
inkscape:collect="always"
|
141
|
+
id="filter3350">
|
142
|
+
<feGaussianBlur
|
143
|
+
inkscape:collect="always"
|
144
|
+
stdDeviation="3.66617"
|
145
|
+
id="feGaussianBlur3352" />
|
146
|
+
</filter>
|
147
|
+
</defs>
|
148
|
+
<sodipodi:namedview
|
149
|
+
inkscape:document-units="mm"
|
150
|
+
pagecolor="#ffffff"
|
151
|
+
bordercolor="#666666"
|
152
|
+
borderopacity="1.0"
|
153
|
+
inkscape:pageopacity="0.0"
|
154
|
+
inkscape:pageshadow="2"
|
155
|
+
inkscape:zoom="0.39625141"
|
156
|
+
inkscape:cx="619.55377"
|
157
|
+
inkscape:cy="372.04724"
|
158
|
+
inkscape:current-layer="layer1"
|
159
|
+
id="namedview3548"
|
160
|
+
showgrid="false"
|
161
|
+
inkscape:window-width="991"
|
162
|
+
inkscape:window-height="742"
|
163
|
+
inkscape:window-x="224"
|
164
|
+
inkscape:window-y="151" />
|
165
|
+
<metadata
|
166
|
+
id="metadata3550">
|
167
|
+
<rdf:RDF>
|
168
|
+
<cc:Work
|
169
|
+
rdf:about="">
|
170
|
+
<dc:format>image/svg+xml</dc:format>
|
171
|
+
<dc:type
|
172
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
173
|
+
</cc:Work>
|
174
|
+
</rdf:RDF>
|
175
|
+
</metadata>
|
176
|
+
<g
|
177
|
+
inkscape:label="Layer 1"
|
178
|
+
inkscape:groupmode="layer"
|
179
|
+
id="layer1">
|
180
|
+
<g
|
181
|
+
id="g2397"
|
182
|
+
transform="translate(-275.07788,-201.89202)">
|
183
|
+
<path
|
184
|
+
inkscape:export-filename="C:\Dev\projects\triangle_wars_gosu\media\fire_bullet.png"
|
185
|
+
inkscape:export-ydpi="3.3964062"
|
186
|
+
inkscape:export-xdpi="3.3964062"
|
187
|
+
d="M 575.82677,392.84015 A 131.2885,127.83354 0 1 1 313.24977,392.84015 A 131.2885,127.83354 0 1 1 575.82677,392.84015 z"
|
188
|
+
sodipodi:ry="127.83354"
|
189
|
+
sodipodi:rx="131.2885"
|
190
|
+
sodipodi:cy="392.84015"
|
191
|
+
sodipodi:cx="444.53827"
|
192
|
+
id="path3555"
|
193
|
+
style="opacity:0.61570243;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:9.31889725;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4452)"
|
194
|
+
sodipodi:type="arc" />
|
195
|
+
<path
|
196
|
+
id="path4110"
|
197
|
+
d="M 416.90236,301.86019 C 380.03102,301.86019 350.08986,332.81117 350.08986,370.95394 C 350.08986,389.7008 357.36053,406.68865 369.08986,419.14144 C 368.98743,416.91503 368.93361,414.67595 368.93361,412.42269 C 368.93361,366.95915 390.02919,326.69321 422.37111,302.11019 C 420.56297,301.95801 418.74821,301.86019 416.90236,301.86019 z"
|
198
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.77559042;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4235)" />
|
199
|
+
<path
|
200
|
+
id="path4250"
|
201
|
+
d="M 564.31566,391.96954 C 527.56848,444.26321 462.04389,479.12579 387.37816,479.12579 C 375.91737,479.12579 364.68101,478.26696 353.72191,476.68829 C 375.9353,493.46204 403.79985,503.46953 434.06566,503.46954 C 500.85336,503.46954 556.06967,454.82869 564.31566,391.96954 z"
|
202
|
+
style="opacity:0.38016525;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2403);stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4334)" />
|
203
|
+
<path
|
204
|
+
transform="matrix(0.6476861,0,0,1,155.69659,3.6053734e-8)"
|
205
|
+
id="path4241"
|
206
|
+
d="M 445.62085,262.7094 C 346.9438,262.7094 265.65476,309.28791 255.68582,368.9594 C 313.68871,361.41407 379.40832,357.1469 448.98415,357.1469 C 515.81147,357.1469 579.03926,361.08813 635.32864,368.0844 C 624.71729,308.83196 543.8165,262.70941 445.62085,262.7094 z"
|
207
|
+
style="opacity:0.23553718;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.77559042;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4390)" />
|
208
|
+
</g>
|
209
|
+
<g
|
210
|
+
id="g3354">
|
211
|
+
<path
|
212
|
+
transform="matrix(0.6476861,0,0,1,437.96961,-97.955428)"
|
213
|
+
id="path3195"
|
214
|
+
d="M 445.62085,262.7094 C 346.9438,262.7094 265.65476,309.28791 255.68582,368.9594 C 313.68871,361.41407 379.40832,357.1469 448.98415,357.1469 C 515.81147,357.1469 579.03926,361.08813 635.32864,368.0844 C 624.71729,308.83196 543.8165,262.70941 445.62085,262.7094 z"
|
215
|
+
style="opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.80555058;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3350)" />
|
216
|
+
<path
|
217
|
+
transform="matrix(1.0698286,0,0,0.5911593,-34.591103,70.063112)"
|
218
|
+
id="path3191"
|
219
|
+
d="M 706.74633,183.71556 C 669.87499,183.71556 639.93383,214.66654 639.93383,252.80931 C 639.93383,271.55617 647.2045,288.54402 658.93383,300.99681 C 658.8314,298.7704 658.77758,296.53132 658.77758,294.27806 C 658.77758,248.81452 679.87316,208.54858 712.21508,183.96556 C 710.40694,183.81338 708.59218,183.71556 706.74633,183.71556 z"
|
220
|
+
style="opacity:0.79668053;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.77559042;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3310)" />
|
221
|
+
</g>
|
222
|
+
</g>
|
223
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,194 @@
|
|
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:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="744.09448819"
|
13
|
+
height="1052.3622047"
|
14
|
+
id="svg2"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.46"
|
17
|
+
sodipodi:docname="enemy.svg"
|
18
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
19
|
+
inkscape:export-filename="C:\Dev\projects\triangle wars\media\enemy_spaceship.png"
|
20
|
+
inkscape:export-xdpi="9.7844801"
|
21
|
+
inkscape:export-ydpi="9.7844801">
|
22
|
+
<defs
|
23
|
+
id="defs4">
|
24
|
+
<linearGradient
|
25
|
+
id="linearGradient4931"
|
26
|
+
inkscape:collect="always">
|
27
|
+
<stop
|
28
|
+
id="stop4933"
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#000000;stop-opacity:1" />
|
31
|
+
<stop
|
32
|
+
id="stop4935"
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#333333;stop-opacity:1" />
|
35
|
+
</linearGradient>
|
36
|
+
<linearGradient
|
37
|
+
id="linearGradient4905">
|
38
|
+
<stop
|
39
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
40
|
+
offset="0"
|
41
|
+
id="stop4907" />
|
42
|
+
<stop
|
43
|
+
style="stop-color:#9f9f9f;stop-opacity:1"
|
44
|
+
offset="1"
|
45
|
+
id="stop4909" />
|
46
|
+
</linearGradient>
|
47
|
+
<inkscape:perspective
|
48
|
+
sodipodi:type="inkscape:persp3d"
|
49
|
+
inkscape:vp_x="0 : 526.18109 : 1"
|
50
|
+
inkscape:vp_y="0 : 1000 : 0"
|
51
|
+
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
52
|
+
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
53
|
+
id="perspective10" />
|
54
|
+
<filter
|
55
|
+
inkscape:collect="always"
|
56
|
+
id="filter4901">
|
57
|
+
<feGaussianBlur
|
58
|
+
inkscape:collect="always"
|
59
|
+
stdDeviation="2.5856297"
|
60
|
+
id="feGaussianBlur4903" />
|
61
|
+
</filter>
|
62
|
+
<linearGradient
|
63
|
+
inkscape:collect="always"
|
64
|
+
xlink:href="#linearGradient4905"
|
65
|
+
id="linearGradient4911"
|
66
|
+
x1="272.89514"
|
67
|
+
y1="269.62695"
|
68
|
+
x2="11.195779"
|
69
|
+
y2="722.29828"
|
70
|
+
gradientUnits="userSpaceOnUse" />
|
71
|
+
<linearGradient
|
72
|
+
inkscape:collect="always"
|
73
|
+
xlink:href="#linearGradient4931"
|
74
|
+
id="linearGradient4929"
|
75
|
+
x1="174.59357"
|
76
|
+
y1="362.77084"
|
77
|
+
x2="214.32291"
|
78
|
+
y2="208.38751"
|
79
|
+
gradientUnits="userSpaceOnUse" />
|
80
|
+
<filter
|
81
|
+
inkscape:collect="always"
|
82
|
+
id="filter5247"
|
83
|
+
x="-0.64571741"
|
84
|
+
width="2.2914348"
|
85
|
+
y="-0.28974296"
|
86
|
+
height="1.5794859">
|
87
|
+
<feGaussianBlur
|
88
|
+
inkscape:collect="always"
|
89
|
+
stdDeviation="6.4336567"
|
90
|
+
id="feGaussianBlur5249" />
|
91
|
+
</filter>
|
92
|
+
</defs>
|
93
|
+
<sodipodi:namedview
|
94
|
+
id="base"
|
95
|
+
pagecolor="#ffffff"
|
96
|
+
bordercolor="#666666"
|
97
|
+
borderopacity="1.0"
|
98
|
+
gridtolerance="10000"
|
99
|
+
guidetolerance="10"
|
100
|
+
objecttolerance="10"
|
101
|
+
inkscape:pageopacity="0.0"
|
102
|
+
inkscape:pageshadow="2"
|
103
|
+
inkscape:zoom="0.558743"
|
104
|
+
inkscape:cx="79.426124"
|
105
|
+
inkscape:cy="526.18109"
|
106
|
+
inkscape:document-units="px"
|
107
|
+
inkscape:current-layer="layer1"
|
108
|
+
showgrid="false"
|
109
|
+
inkscape:window-width="1280"
|
110
|
+
inkscape:window-height="952"
|
111
|
+
inkscape:window-x="-4"
|
112
|
+
inkscape:window-y="-4" />
|
113
|
+
<metadata
|
114
|
+
id="metadata7">
|
115
|
+
<rdf:RDF>
|
116
|
+
<cc:Work
|
117
|
+
rdf:about="">
|
118
|
+
<dc:format>image/svg+xml</dc:format>
|
119
|
+
<dc:type
|
120
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
121
|
+
</cc:Work>
|
122
|
+
</rdf:RDF>
|
123
|
+
</metadata>
|
124
|
+
<g
|
125
|
+
inkscape:label="Layer 1"
|
126
|
+
inkscape:groupmode="layer"
|
127
|
+
id="layer1">
|
128
|
+
<path
|
129
|
+
sodipodi:type="star"
|
130
|
+
style="opacity:0.52479338;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4901)"
|
131
|
+
id="path4883"
|
132
|
+
sodipodi:sides="3"
|
133
|
+
sodipodi:cx="205.89696"
|
134
|
+
sodipodi:cy="442.84186"
|
135
|
+
sodipodi:r1="196.79916"
|
136
|
+
sodipodi:r2="98.399582"
|
137
|
+
sodipodi:arg1="0.52359878"
|
138
|
+
sodipodi:arg2="1.5707963"
|
139
|
+
inkscape:flatsided="true"
|
140
|
+
inkscape:rounded="0"
|
141
|
+
inkscape:randomized="0"
|
142
|
+
d="M 376.33003,541.24144 L 35.463882,541.24144 L 205.89696,246.04269 L 376.33003,541.24144 z"
|
143
|
+
transform="matrix(1.087984,0,0,1.0282629,72.032354,228.53297)"
|
144
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\enemy.png"
|
145
|
+
inkscape:export-xdpi="63.092999"
|
146
|
+
inkscape:export-ydpi="63.092999" />
|
147
|
+
<path
|
148
|
+
sodipodi:type="star"
|
149
|
+
style="opacity:1;fill:url(#linearGradient4911);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
150
|
+
id="path2405"
|
151
|
+
sodipodi:sides="3"
|
152
|
+
sodipodi:cx="205.89696"
|
153
|
+
sodipodi:cy="442.84186"
|
154
|
+
sodipodi:r1="196.79916"
|
155
|
+
sodipodi:r2="98.399582"
|
156
|
+
sodipodi:arg1="0.52359878"
|
157
|
+
sodipodi:arg2="1.5707963"
|
158
|
+
inkscape:flatsided="true"
|
159
|
+
inkscape:rounded="0"
|
160
|
+
inkscape:randomized="0"
|
161
|
+
d="M 376.33003,541.24144 L 35.463882,541.24144 L 205.89696,246.04269 L 376.33003,541.24144 z"
|
162
|
+
transform="matrix(0.9975509,0,0,0.9592815,90.880702,257.86131)"
|
163
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\enemy.png"
|
164
|
+
inkscape:export-xdpi="63.092999"
|
165
|
+
inkscape:export-ydpi="63.092999" />
|
166
|
+
<path
|
167
|
+
sodipodi:type="star"
|
168
|
+
style="opacity:1;fill:url(#linearGradient4929);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.15117538;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
169
|
+
id="path2407"
|
170
|
+
sodipodi:sides="3"
|
171
|
+
sodipodi:cx="199.36053"
|
172
|
+
sodipodi:cy="285.96799"
|
173
|
+
sodipodi:r1="77.080475"
|
174
|
+
sodipodi:r2="38.540237"
|
175
|
+
sodipodi:arg1="0.52359878"
|
176
|
+
sodipodi:arg2="1.5707963"
|
177
|
+
inkscape:flatsided="true"
|
178
|
+
inkscape:rounded="0"
|
179
|
+
inkscape:randomized="0"
|
180
|
+
d="M 266.11418,324.50822 L 132.60689,324.50822 L 199.36054,208.88751 L 266.11418,324.50822 z"
|
181
|
+
transform="matrix(1.0581023,0,0,1.0175099,85.74208,317.09857)"
|
182
|
+
inkscape:export-xdpi="63.092999"
|
183
|
+
inkscape:export-ydpi="63.092999"
|
184
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\enemy.png" />
|
185
|
+
<path
|
186
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5247)"
|
187
|
+
d="M 194.45823,616.05674 C 191.65465,611.93819 192.50504,598.71979 196.09233,591.5452 C 199.99038,583.74912 204.25512,576.84858 209.16515,570.30187 C 211.57583,567.08763 213.60071,565.86631 215.70157,563.76545"
|
188
|
+
id="path4957"
|
189
|
+
inkscape:export-filename="C:\Dev\projects\lib\chingu\games\triangle_wars\media\enemy.png"
|
190
|
+
inkscape:export-xdpi="63.092999"
|
191
|
+
inkscape:export-ydpi="63.092999"
|
192
|
+
transform="matrix(1.3503145,0,0,1.1181659,7.5039882,-67.356062)" />
|
193
|
+
</g>
|
194
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,195 @@
|
|
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:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="744.09448819"
|
13
|
+
height="1052.3622047"
|
14
|
+
id="svg2"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.46"
|
17
|
+
sodipodi:docname="enemy_small.svg"
|
18
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
19
|
+
inkscape:export-filename="C:\Dev\projects\triangle wars\media\enemy_spaceship.png"
|
20
|
+
inkscape:export-xdpi="9.7844801"
|
21
|
+
inkscape:export-ydpi="9.7844801">
|
22
|
+
<defs
|
23
|
+
id="defs4">
|
24
|
+
<linearGradient
|
25
|
+
id="linearGradient4931"
|
26
|
+
inkscape:collect="always">
|
27
|
+
<stop
|
28
|
+
id="stop4933"
|
29
|
+
offset="0"
|
30
|
+
style="stop-color:#000000;stop-opacity:1" />
|
31
|
+
<stop
|
32
|
+
id="stop4935"
|
33
|
+
offset="1"
|
34
|
+
style="stop-color:#333333;stop-opacity:1" />
|
35
|
+
</linearGradient>
|
36
|
+
<linearGradient
|
37
|
+
inkscape:collect="always"
|
38
|
+
id="linearGradient4905">
|
39
|
+
<stop
|
40
|
+
style="stop-color:#ff2a2a;stop-opacity:1"
|
41
|
+
offset="0"
|
42
|
+
id="stop4907" />
|
43
|
+
<stop
|
44
|
+
style="stop-color:#550000;stop-opacity:1"
|
45
|
+
offset="1"
|
46
|
+
id="stop4909" />
|
47
|
+
</linearGradient>
|
48
|
+
<inkscape:perspective
|
49
|
+
sodipodi:type="inkscape:persp3d"
|
50
|
+
inkscape:vp_x="0 : 526.18109 : 1"
|
51
|
+
inkscape:vp_y="0 : 1000 : 0"
|
52
|
+
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
53
|
+
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
54
|
+
id="perspective10" />
|
55
|
+
<filter
|
56
|
+
inkscape:collect="always"
|
57
|
+
id="filter4901">
|
58
|
+
<feGaussianBlur
|
59
|
+
inkscape:collect="always"
|
60
|
+
stdDeviation="2.5856297"
|
61
|
+
id="feGaussianBlur4903" />
|
62
|
+
</filter>
|
63
|
+
<linearGradient
|
64
|
+
inkscape:collect="always"
|
65
|
+
xlink:href="#linearGradient4905"
|
66
|
+
id="linearGradient4911"
|
67
|
+
x1="272.89514"
|
68
|
+
y1="269.62695"
|
69
|
+
x2="142.16695"
|
70
|
+
y2="511.47418"
|
71
|
+
gradientUnits="userSpaceOnUse" />
|
72
|
+
<linearGradient
|
73
|
+
inkscape:collect="always"
|
74
|
+
xlink:href="#linearGradient4931"
|
75
|
+
id="linearGradient4929"
|
76
|
+
x1="174.59357"
|
77
|
+
y1="362.77084"
|
78
|
+
x2="214.32291"
|
79
|
+
y2="208.38751"
|
80
|
+
gradientUnits="userSpaceOnUse" />
|
81
|
+
<filter
|
82
|
+
inkscape:collect="always"
|
83
|
+
id="filter5247"
|
84
|
+
x="-0.64571741"
|
85
|
+
width="2.2914348"
|
86
|
+
y="-0.28974296"
|
87
|
+
height="1.5794859">
|
88
|
+
<feGaussianBlur
|
89
|
+
inkscape:collect="always"
|
90
|
+
stdDeviation="6.4336567"
|
91
|
+
id="feGaussianBlur5249" />
|
92
|
+
</filter>
|
93
|
+
</defs>
|
94
|
+
<sodipodi:namedview
|
95
|
+
id="base"
|
96
|
+
pagecolor="#ffffff"
|
97
|
+
bordercolor="#666666"
|
98
|
+
borderopacity="1.0"
|
99
|
+
gridtolerance="10000"
|
100
|
+
guidetolerance="10"
|
101
|
+
objecttolerance="10"
|
102
|
+
inkscape:pageopacity="0.0"
|
103
|
+
inkscape:pageshadow="2"
|
104
|
+
inkscape:zoom="0.558743"
|
105
|
+
inkscape:cx="372.04724"
|
106
|
+
inkscape:cy="526.18109"
|
107
|
+
inkscape:document-units="px"
|
108
|
+
inkscape:current-layer="layer1"
|
109
|
+
showgrid="false"
|
110
|
+
inkscape:window-width="1048"
|
111
|
+
inkscape:window-height="793"
|
112
|
+
inkscape:window-x="152"
|
113
|
+
inkscape:window-y="103" />
|
114
|
+
<metadata
|
115
|
+
id="metadata7">
|
116
|
+
<rdf:RDF>
|
117
|
+
<cc:Work
|
118
|
+
rdf:about="">
|
119
|
+
<dc:format>image/svg+xml</dc:format>
|
120
|
+
<dc:type
|
121
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
122
|
+
</cc:Work>
|
123
|
+
</rdf:RDF>
|
124
|
+
</metadata>
|
125
|
+
<g
|
126
|
+
inkscape:label="Layer 1"
|
127
|
+
inkscape:groupmode="layer"
|
128
|
+
id="layer1">
|
129
|
+
<path
|
130
|
+
sodipodi:type="star"
|
131
|
+
style="opacity:0.52479338;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4901)"
|
132
|
+
id="path4883"
|
133
|
+
sodipodi:sides="3"
|
134
|
+
sodipodi:cx="205.89696"
|
135
|
+
sodipodi:cy="442.84186"
|
136
|
+
sodipodi:r1="196.79916"
|
137
|
+
sodipodi:r2="98.399582"
|
138
|
+
sodipodi:arg1="0.52359878"
|
139
|
+
sodipodi:arg2="1.5707963"
|
140
|
+
inkscape:flatsided="true"
|
141
|
+
inkscape:rounded="0"
|
142
|
+
inkscape:randomized="0"
|
143
|
+
d="M 376.33003,541.24144 L 35.463882,541.24144 L 205.89696,246.04269 L 376.33003,541.24144 z"
|
144
|
+
transform="matrix(1.087984,0,0,1.0282629,72.032354,228.53297)"
|
145
|
+
inkscape:export-filename="C:\Dev\projects\rubygame_movie_maker\samples\media\spaceship.png"
|
146
|
+
inkscape:export-xdpi="63.092999"
|
147
|
+
inkscape:export-ydpi="63.092999" />
|
148
|
+
<path
|
149
|
+
sodipodi:type="star"
|
150
|
+
style="opacity:1;fill:url(#linearGradient4911);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
151
|
+
id="path2405"
|
152
|
+
sodipodi:sides="3"
|
153
|
+
sodipodi:cx="205.89696"
|
154
|
+
sodipodi:cy="442.84186"
|
155
|
+
sodipodi:r1="196.79916"
|
156
|
+
sodipodi:r2="98.399582"
|
157
|
+
sodipodi:arg1="0.52359878"
|
158
|
+
sodipodi:arg2="1.5707963"
|
159
|
+
inkscape:flatsided="true"
|
160
|
+
inkscape:rounded="0"
|
161
|
+
inkscape:randomized="0"
|
162
|
+
d="M 376.33003,541.24144 L 35.463882,541.24144 L 205.89696,246.04269 L 376.33003,541.24144 z"
|
163
|
+
transform="matrix(0.9975509,0,0,0.9592815,90.880702,257.86131)"
|
164
|
+
inkscape:export-filename="C:\Dev\projects\rubygame_movie_maker\samples\media\spaceship.png"
|
165
|
+
inkscape:export-xdpi="63.092999"
|
166
|
+
inkscape:export-ydpi="63.092999" />
|
167
|
+
<path
|
168
|
+
sodipodi:type="star"
|
169
|
+
style="opacity:1;fill:url(#linearGradient4929);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.15117538;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
170
|
+
id="path2407"
|
171
|
+
sodipodi:sides="3"
|
172
|
+
sodipodi:cx="199.36053"
|
173
|
+
sodipodi:cy="285.96799"
|
174
|
+
sodipodi:r1="77.080475"
|
175
|
+
sodipodi:r2="38.540237"
|
176
|
+
sodipodi:arg1="0.52359878"
|
177
|
+
sodipodi:arg2="1.5707963"
|
178
|
+
inkscape:flatsided="true"
|
179
|
+
inkscape:rounded="0"
|
180
|
+
inkscape:randomized="0"
|
181
|
+
d="M 266.11418,324.50822 L 132.60689,324.50822 L 199.36054,208.88751 L 266.11418,324.50822 z"
|
182
|
+
transform="matrix(1.0581023,0,0,1.0175099,85.74208,317.09857)"
|
183
|
+
inkscape:export-xdpi="63.092999"
|
184
|
+
inkscape:export-ydpi="63.092999"
|
185
|
+
inkscape:export-filename="C:\Dev\projects\rubygame_movie_maker\samples\media\spaceship.png" />
|
186
|
+
<path
|
187
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5247)"
|
188
|
+
d="M 194.45823,616.05674 C 191.65465,611.93819 192.50504,598.71979 196.09233,591.5452 C 199.99038,583.74912 204.25512,576.84858 209.16515,570.30187 C 211.57583,567.08763 213.60071,565.86631 215.70157,563.76545"
|
189
|
+
id="path4957"
|
190
|
+
inkscape:export-filename="C:\Dev\projects\rubygame_movie_maker\samples\media\spaceship.png"
|
191
|
+
inkscape:export-xdpi="63.092999"
|
192
|
+
inkscape:export-ydpi="63.092999"
|
193
|
+
transform="matrix(1.3503145,0,0,1.1181659,7.5039882,-67.356062)" />
|
194
|
+
</g>
|
195
|
+
</svg>
|