motion-game 1.1.6 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +120 -0
- data/build/android/armeabi/libmotion-cocos.a +0 -0
- data/build/android/motion-cocos.jar +0 -0
- data/build/android/x86/libmotion-cocos.a +0 -0
- data/build/ios/libmotion-cocos.a +0 -0
- data/build/tvos/libmotion-cocos.a +0 -0
- data/doc/API_reference.rb +1407 -0
- data/doc/MG.html +1 -1
- data/doc/MG/Action.html +9 -9
- data/doc/MG/Animate.html +4 -4
- data/doc/MG/Application.html +5 -5
- data/doc/MG/Audio.html +391 -175
- data/doc/MG/Blink.html +3 -3
- data/doc/MG/Button.html +23 -23
- data/doc/MG/Color.html +19 -20
- data/doc/MG/DelayTime.html +3 -3
- data/doc/MG/Director.html +33 -33
- data/doc/MG/Draw.html +11 -11
- data/doc/MG/Events.html +1 -1
- data/doc/MG/Events/Acceleration.html +17 -17
- data/doc/MG/Events/Touch.html +5 -5
- data/doc/MG/FadeIn.html +3 -3
- data/doc/MG/FadeOut.html +3 -3
- data/doc/MG/FadeTo.html +3 -3
- data/doc/MG/File.html +3 -3
- data/doc/MG/Follow.html +3 -3
- data/doc/MG/JumpBy.html +3 -3
- data/doc/MG/JumpTo.html +3 -3
- data/doc/MG/Layout.html +15 -15
- data/doc/MG/List.html +21 -21
- data/doc/MG/Menu.html +9 -9
- data/doc/MG/MoveBy.html +3 -3
- data/doc/MG/MoveTo.html +3 -3
- data/doc/MG/Node.html +61 -61
- data/doc/MG/Parallax.html +3 -3
- data/doc/MG/Particle.html +47 -47
- data/doc/MG/Point.html +16 -18
- data/doc/MG/Repeat.html +3 -3
- data/doc/MG/RepeatForever.html +3 -3
- data/doc/MG/RotateBy.html +3 -3
- data/doc/MG/RotateTo.html +3 -3
- data/doc/MG/ScaleBy.html +3 -3
- data/doc/MG/ScaleTo.html +3 -3
- data/doc/MG/Scene.html +33 -33
- data/doc/MG/Scroll.html +15 -15
- data/doc/MG/Sequence.html +3 -3
- data/doc/MG/Size.html +19 -20
- data/doc/MG/SkewBy.html +3 -3
- data/doc/MG/SkewTo.html +3 -3
- data/doc/MG/Slider.html +7 -7
- data/doc/MG/Spawn.html +3 -3
- data/doc/MG/Speed.html +3 -3
- data/doc/MG/Sprite.html +189 -67
- data/doc/MG/Text.html +31 -31
- data/doc/MG/TintBy.html +3 -3
- data/doc/MG/TintTo.html +3 -3
- data/doc/MG/Web.html +15 -15
- data/doc/MG/Widget.html +15 -15
- data/doc/_index.html +1 -1
- data/doc/file.README.html +4 -2
- data/doc/index.html +4 -2
- data/doc/method_list.html +181 -141
- data/doc/top-level-namespace.html +1 -1
- data/lib/motion-game/android.rb +0 -1
- metadata +4 -2
data/doc/MG/Blink.html
CHANGED
@@ -230,10 +230,10 @@ attribute.</p>
|
|
230
230
|
<pre class="lines">
|
231
231
|
|
232
232
|
|
233
|
-
|
233
|
+
238</pre>
|
234
234
|
</td>
|
235
235
|
<td>
|
236
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
236
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 238</span>
|
237
237
|
|
238
238
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_blinks'>blinks</span><span class='comma'>,</span> <span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
239
239
|
</td>
|
@@ -247,7 +247,7 @@ attribute.</p>
|
|
247
247
|
</div>
|
248
248
|
|
249
249
|
<div id="footer">
|
250
|
-
Generated on Sun
|
250
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
251
251
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
252
252
|
0.9.5 (ruby-2.3.3).
|
253
253
|
</div>
|
data/doc/MG/Button.html
CHANGED
@@ -388,10 +388,10 @@ the button is activated. Example:</p>
|
|
388
388
|
<pre class="lines">
|
389
389
|
|
390
390
|
|
391
|
-
|
391
|
+
1225</pre>
|
392
392
|
</td>
|
393
393
|
<td>
|
394
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
394
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1225</span>
|
395
395
|
|
396
396
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_title'>title</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
397
397
|
</td>
|
@@ -450,12 +450,12 @@ the button is activated. Example:</p>
|
|
450
450
|
<pre class="lines">
|
451
451
|
|
452
452
|
|
453
|
-
|
454
|
-
|
455
|
-
|
453
|
+
1237
|
454
|
+
1238
|
455
|
+
1239</pre>
|
456
456
|
</td>
|
457
457
|
<td>
|
458
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
458
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1237</span>
|
459
459
|
|
460
460
|
<span class='kw'>def</span> <span class='id identifier rubyid_font'>font</span>
|
461
461
|
<span class='ivar'>@font</span>
|
@@ -511,12 +511,12 @@ the button is activated. Example:</p>
|
|
511
511
|
<pre class="lines">
|
512
512
|
|
513
513
|
|
514
|
-
|
515
|
-
|
516
|
-
|
514
|
+
1240
|
515
|
+
1241
|
516
|
+
1242</pre>
|
517
517
|
</td>
|
518
518
|
<td>
|
519
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
519
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1240</span>
|
520
520
|
|
521
521
|
<span class='kw'>def</span> <span class='id identifier rubyid_font_size'>font_size</span>
|
522
522
|
<span class='ivar'>@font_size</span>
|
@@ -572,12 +572,12 @@ the button is activated. Example:</p>
|
|
572
572
|
<pre class="lines">
|
573
573
|
|
574
574
|
|
575
|
-
|
576
|
-
|
577
|
-
|
575
|
+
1231
|
576
|
+
1232
|
577
|
+
1233</pre>
|
578
578
|
</td>
|
579
579
|
<td>
|
580
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
580
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1231</span>
|
581
581
|
|
582
582
|
<span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
|
583
583
|
<span class='ivar'>@text</span>
|
@@ -633,12 +633,12 @@ the button is activated. Example:</p>
|
|
633
633
|
<pre class="lines">
|
634
634
|
|
635
635
|
|
636
|
-
|
637
|
-
|
638
|
-
|
636
|
+
1234
|
637
|
+
1235
|
638
|
+
1236</pre>
|
639
639
|
</td>
|
640
640
|
<td>
|
641
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
641
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1234</span>
|
642
642
|
|
643
643
|
<span class='kw'>def</span> <span class='id identifier rubyid_text_color'>text_color</span>
|
644
644
|
<span class='ivar'>@text_color</span>
|
@@ -694,12 +694,12 @@ the button is activated. Example:</p>
|
|
694
694
|
<pre class="lines">
|
695
695
|
|
696
696
|
|
697
|
-
|
698
|
-
|
699
|
-
|
697
|
+
1244
|
698
|
+
1245
|
699
|
+
1246</pre>
|
700
700
|
</td>
|
701
701
|
<td>
|
702
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
702
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1244</span>
|
703
703
|
|
704
704
|
<span class='kw'>def</span> <span class='id identifier rubyid_zoom_scale'>zoom_scale</span>
|
705
705
|
<span class='ivar'>@zoom_scale</span>
|
@@ -715,7 +715,7 @@ the button is activated. Example:</p>
|
|
715
715
|
</div>
|
716
716
|
|
717
717
|
<div id="footer">
|
718
|
-
Generated on Sun
|
718
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
719
719
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
720
720
|
0.9.5 (ruby-2.3.3).
|
721
721
|
</div>
|
data/doc/MG/Color.html
CHANGED
@@ -104,9 +104,8 @@
|
|
104
104
|
<h2>Overview</h2><div class="docstring">
|
105
105
|
<div class="discussion">
|
106
106
|
|
107
|
-
<p>A color represents the color, and sometimes opacity (alpha) of an object
|
108
|
-
|
109
|
-
<p>When calling a method that expects a <code>Color</code> object, a 3-element
|
107
|
+
<p>A color represents the color, and sometimes opacity (alpha) of an object.
|
108
|
+
When calling a method that expects a <code>Color</code> object, a 3-element
|
110
109
|
<code>Array</code> (red-green-blue) or 4-element <code>Array</code>
|
111
110
|
(red-green-blue-alpha) can be passed instead, as a convenience shortcut.
|
112
111
|
For example,</p>
|
@@ -319,12 +318,12 @@ the black color.</p>
|
|
319
318
|
<pre class="lines">
|
320
319
|
|
321
320
|
|
322
|
-
|
323
|
-
|
324
|
-
|
321
|
+
1144
|
322
|
+
1145
|
323
|
+
1146</pre>
|
325
324
|
</td>
|
326
325
|
<td>
|
327
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
326
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1144</span>
|
328
327
|
|
329
328
|
<span class='kw'>def</span> <span class='id identifier rubyid_alpha'>alpha</span>
|
330
329
|
<span class='ivar'>@alpha</span>
|
@@ -381,12 +380,12 @@ the black color.</p>
|
|
381
380
|
<pre class="lines">
|
382
381
|
|
383
382
|
|
384
|
-
|
385
|
-
|
386
|
-
|
383
|
+
1141
|
384
|
+
1142
|
385
|
+
1143</pre>
|
387
386
|
</td>
|
388
387
|
<td>
|
389
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
388
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1141</span>
|
390
389
|
|
391
390
|
<span class='kw'>def</span> <span class='id identifier rubyid_blue'>blue</span>
|
392
391
|
<span class='ivar'>@blue</span>
|
@@ -443,12 +442,12 @@ the black color.</p>
|
|
443
442
|
<pre class="lines">
|
444
443
|
|
445
444
|
|
446
|
-
|
447
|
-
|
448
|
-
|
445
|
+
1138
|
446
|
+
1139
|
447
|
+
1140</pre>
|
449
448
|
</td>
|
450
449
|
<td>
|
451
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
450
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1138</span>
|
452
451
|
|
453
452
|
<span class='kw'>def</span> <span class='id identifier rubyid_green'>green</span>
|
454
453
|
<span class='ivar'>@green</span>
|
@@ -505,12 +504,12 @@ the black color.</p>
|
|
505
504
|
<pre class="lines">
|
506
505
|
|
507
506
|
|
508
|
-
|
509
|
-
|
510
|
-
|
507
|
+
1135
|
508
|
+
1136
|
509
|
+
1137</pre>
|
511
510
|
</td>
|
512
511
|
<td>
|
513
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
512
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1135</span>
|
514
513
|
|
515
514
|
<span class='kw'>def</span> <span class='id identifier rubyid_red'>red</span>
|
516
515
|
<span class='ivar'>@red</span>
|
@@ -526,7 +525,7 @@ the black color.</p>
|
|
526
525
|
</div>
|
527
526
|
|
528
527
|
<div id="footer">
|
529
|
-
Generated on Sun
|
528
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
530
529
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
531
530
|
0.9.5 (ruby-2.3.3).
|
532
531
|
</div>
|
data/doc/MG/DelayTime.html
CHANGED
@@ -212,10 +212,10 @@
|
|
212
212
|
<pre class="lines">
|
213
213
|
|
214
214
|
|
215
|
-
|
215
|
+
283</pre>
|
216
216
|
</td>
|
217
217
|
<td>
|
218
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
218
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 283</span>
|
219
219
|
|
220
220
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
221
221
|
</td>
|
@@ -229,7 +229,7 @@
|
|
229
229
|
</div>
|
230
230
|
|
231
231
|
<div id="footer">
|
232
|
-
Generated on Sun
|
232
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
233
233
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
234
234
|
0.9.5 (ruby-2.3.3).
|
235
235
|
</div>
|
data/doc/MG/Director.html
CHANGED
@@ -522,12 +522,12 @@ scene instead.</p>
|
|
522
522
|
<pre class="lines">
|
523
523
|
|
524
524
|
|
525
|
-
|
526
|
-
|
527
|
-
|
525
|
+
490
|
526
|
+
491
|
527
|
+
492</pre>
|
528
528
|
</td>
|
529
529
|
<td>
|
530
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
530
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 490</span>
|
531
531
|
|
532
532
|
<span class='kw'>def</span> <span class='id identifier rubyid_origin'>origin</span>
|
533
533
|
<span class='ivar'>@origin</span>
|
@@ -584,12 +584,12 @@ the bottom-left corner of the director view. By default it is hidden.</p>
|
|
584
584
|
<pre class="lines">
|
585
585
|
|
586
586
|
|
587
|
-
|
588
|
-
|
589
|
-
|
587
|
+
498
|
588
|
+
499
|
589
|
+
500</pre>
|
590
590
|
</td>
|
591
591
|
<td>
|
592
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
592
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 498</span>
|
593
593
|
|
594
594
|
def show_stats?
|
595
595
|
@show_stats?
|
@@ -645,12 +645,12 @@ end</pre>
|
|
645
645
|
<pre class="lines">
|
646
646
|
|
647
647
|
|
648
|
-
|
649
|
-
|
650
|
-
|
648
|
+
493
|
649
|
+
494
|
650
|
+
495</pre>
|
651
651
|
</td>
|
652
652
|
<td>
|
653
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
653
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 493</span>
|
654
654
|
|
655
655
|
<span class='kw'>def</span> <span class='id identifier rubyid_size'>size</span>
|
656
656
|
<span class='ivar'>@size</span>
|
@@ -711,10 +711,10 @@ end</pre>
|
|
711
711
|
<pre class="lines">
|
712
712
|
|
713
713
|
|
714
|
-
|
714
|
+
439</pre>
|
715
715
|
</td>
|
716
716
|
<td>
|
717
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
717
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 439</span>
|
718
718
|
|
719
719
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_shared'>shared</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
720
720
|
</td>
|
@@ -772,10 +772,10 @@ end</pre>
|
|
772
772
|
<pre class="lines">
|
773
773
|
|
774
774
|
|
775
|
-
|
775
|
+
468</pre>
|
776
776
|
</td>
|
777
777
|
<td>
|
778
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
778
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 468</span>
|
779
779
|
|
780
780
|
<span class='kw'>def</span> <span class='kw'>end</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
781
781
|
</td>
|
@@ -827,10 +827,10 @@ end</pre>
|
|
827
827
|
<pre class="lines">
|
828
828
|
|
829
829
|
|
830
|
-
|
830
|
+
472</pre>
|
831
831
|
</td>
|
832
832
|
<td>
|
833
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
833
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 472</span>
|
834
834
|
|
835
835
|
<span class='kw'>def</span> <span class='id identifier rubyid_pause'>pause</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
836
836
|
</td>
|
@@ -883,10 +883,10 @@ scene. If there are no more scenes to run, the execution will be stopped.</p>
|
|
883
883
|
<pre class="lines">
|
884
884
|
|
885
885
|
|
886
|
-
|
886
|
+
464</pre>
|
887
887
|
</td>
|
888
888
|
<td>
|
889
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
889
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 464</span>
|
890
890
|
|
891
891
|
<span class='kw'>def</span> <span class='id identifier rubyid_pop'>pop</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
892
892
|
</td>
|
@@ -959,10 +959,10 @@ scene instead.</p>
|
|
959
959
|
<pre class="lines">
|
960
960
|
|
961
961
|
|
962
|
-
|
962
|
+
459</pre>
|
963
963
|
</td>
|
964
964
|
<td>
|
965
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
965
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 459</span>
|
966
966
|
|
967
967
|
<span class='kw'>def</span> <span class='id identifier rubyid_push'>push</span><span class='lparen'>(</span><span class='id identifier rubyid_scene'>scene</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
968
968
|
</td>
|
@@ -1035,10 +1035,10 @@ terminated.</p>
|
|
1035
1035
|
<pre class="lines">
|
1036
1036
|
|
1037
1037
|
|
1038
|
-
|
1038
|
+
453</pre>
|
1039
1039
|
</td>
|
1040
1040
|
<td>
|
1041
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1041
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 453</span>
|
1042
1042
|
|
1043
1043
|
<span class='kw'>def</span> <span class='id identifier rubyid_replace'>replace</span><span class='lparen'>(</span><span class='id identifier rubyid_scene'>scene</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1044
1044
|
</td>
|
@@ -1090,10 +1090,10 @@ terminated.</p>
|
|
1090
1090
|
<pre class="lines">
|
1091
1091
|
|
1092
1092
|
|
1093
|
-
|
1093
|
+
476</pre>
|
1094
1094
|
</td>
|
1095
1095
|
<td>
|
1096
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1096
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 476</span>
|
1097
1097
|
|
1098
1098
|
<span class='kw'>def</span> <span class='id identifier rubyid_resume'>resume</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1099
1099
|
</td>
|
@@ -1165,10 +1165,10 @@ terminated.</p>
|
|
1165
1165
|
<pre class="lines">
|
1166
1166
|
|
1167
1167
|
|
1168
|
-
|
1168
|
+
447</pre>
|
1169
1169
|
</td>
|
1170
1170
|
<td>
|
1171
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1171
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 447</span>
|
1172
1172
|
|
1173
1173
|
<span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span><span class='id identifier rubyid_scene'>scene</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1174
1174
|
</td>
|
@@ -1220,10 +1220,10 @@ terminated.</p>
|
|
1220
1220
|
<pre class="lines">
|
1221
1221
|
|
1222
1222
|
|
1223
|
-
|
1223
|
+
480</pre>
|
1224
1224
|
</td>
|
1225
1225
|
<td>
|
1226
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1226
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 480</span>
|
1227
1227
|
|
1228
1228
|
<span class='kw'>def</span> <span class='id identifier rubyid_start_animation'>start_animation</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1229
1229
|
</td>
|
@@ -1275,10 +1275,10 @@ terminated.</p>
|
|
1275
1275
|
<pre class="lines">
|
1276
1276
|
|
1277
1277
|
|
1278
|
-
|
1278
|
+
484</pre>
|
1279
1279
|
</td>
|
1280
1280
|
<td>
|
1281
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1281
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 484</span>
|
1282
1282
|
|
1283
1283
|
<span class='kw'>def</span> <span class='id identifier rubyid_stop_animation'>stop_animation</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1284
1284
|
</td>
|
@@ -1291,7 +1291,7 @@ terminated.</p>
|
|
1291
1291
|
</div>
|
1292
1292
|
|
1293
1293
|
<div id="footer">
|
1294
|
-
Generated on Sun
|
1294
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
1295
1295
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1296
1296
|
0.9.5 (ruby-2.3.3).
|
1297
1297
|
</div>
|
data/doc/MG/Draw.html
CHANGED
@@ -308,10 +308,10 @@ color.</p>
|
|
308
308
|
<pre class="lines">
|
309
309
|
|
310
310
|
|
311
|
-
|
311
|
+
794</pre>
|
312
312
|
</td>
|
313
313
|
<td>
|
314
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
314
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 794</span>
|
315
315
|
|
316
316
|
<span class='kw'>def</span> <span class='id identifier rubyid_clear'>clear</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
317
317
|
</td>
|
@@ -416,10 +416,10 @@ color.</p>
|
|
416
416
|
<pre class="lines">
|
417
417
|
|
418
418
|
|
419
|
-
|
419
|
+
801</pre>
|
420
420
|
</td>
|
421
421
|
<td>
|
422
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
422
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 801</span>
|
423
423
|
|
424
424
|
<span class='kw'>def</span> <span class='id identifier rubyid_dot'>dot</span><span class='lparen'>(</span><span class='id identifier rubyid_pos'>pos</span><span class='comma'>,</span> <span class='id identifier rubyid_radius'>radius</span><span class='comma'>,</span> <span class='id identifier rubyid_color'>color</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
425
425
|
</td>
|
@@ -539,10 +539,10 @@ color.</p>
|
|
539
539
|
<pre class="lines">
|
540
540
|
|
541
541
|
|
542
|
-
|
542
|
+
817</pre>
|
543
543
|
</td>
|
544
544
|
<td>
|
545
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
545
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 817</span>
|
546
546
|
|
547
547
|
<span class='kw'>def</span> <span class='id identifier rubyid_line'>line</span><span class='lparen'>(</span><span class='id identifier rubyid_origin'>origin</span><span class='comma'>,</span> <span class='id identifier rubyid_destination'>destination</span><span class='comma'>,</span> <span class='id identifier rubyid_thickness'>thickness</span><span class='comma'>,</span> <span class='id identifier rubyid_color'>color</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
548
548
|
</td>
|
@@ -664,10 +664,10 @@ color.</p>
|
|
664
664
|
<pre class="lines">
|
665
665
|
|
666
666
|
|
667
|
-
|
667
|
+
809</pre>
|
668
668
|
</td>
|
669
669
|
<td>
|
670
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
670
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 809</span>
|
671
671
|
|
672
672
|
<span class='kw'>def</span> <span class='id identifier rubyid_rect'>rect</span><span class='lparen'>(</span><span class='id identifier rubyid_origin'>origin</span><span class='comma'>,</span> <span class='id identifier rubyid_destination'>destination</span><span class='comma'>,</span> <span class='id identifier rubyid_color'>color</span><span class='comma'>,</span> <span class='id identifier rubyid_fill'>fill</span><span class='op'>=</span><span class='kw'>false</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
673
673
|
</td>
|
@@ -787,10 +787,10 @@ color.</p>
|
|
787
787
|
<pre class="lines">
|
788
788
|
|
789
789
|
|
790
|
-
|
790
|
+
825</pre>
|
791
791
|
</td>
|
792
792
|
<td>
|
793
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
793
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 825</span>
|
794
794
|
|
795
795
|
<span class='kw'>def</span> <span class='id identifier rubyid_triangle'>triangle</span><span class='lparen'>(</span><span class='id identifier rubyid_position1'>position1</span><span class='comma'>,</span> <span class='id identifier rubyid_position2'>position2</span><span class='comma'>,</span> <span class='id identifier rubyid_position3'>position3</span><span class='comma'>,</span> <span class='id identifier rubyid_color'>color</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
796
796
|
</td>
|
@@ -803,7 +803,7 @@ color.</p>
|
|
803
803
|
</div>
|
804
804
|
|
805
805
|
<div id="footer">
|
806
|
-
Generated on Sun
|
806
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
807
807
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
808
808
|
0.9.5 (ruby-2.3.3).
|
809
809
|
</div>
|