motion-game 1.1.6 → 1.1.7

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.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +120 -0
  3. data/build/android/armeabi/libmotion-cocos.a +0 -0
  4. data/build/android/motion-cocos.jar +0 -0
  5. data/build/android/x86/libmotion-cocos.a +0 -0
  6. data/build/ios/libmotion-cocos.a +0 -0
  7. data/build/tvos/libmotion-cocos.a +0 -0
  8. data/doc/API_reference.rb +1407 -0
  9. data/doc/MG.html +1 -1
  10. data/doc/MG/Action.html +9 -9
  11. data/doc/MG/Animate.html +4 -4
  12. data/doc/MG/Application.html +5 -5
  13. data/doc/MG/Audio.html +391 -175
  14. data/doc/MG/Blink.html +3 -3
  15. data/doc/MG/Button.html +23 -23
  16. data/doc/MG/Color.html +19 -20
  17. data/doc/MG/DelayTime.html +3 -3
  18. data/doc/MG/Director.html +33 -33
  19. data/doc/MG/Draw.html +11 -11
  20. data/doc/MG/Events.html +1 -1
  21. data/doc/MG/Events/Acceleration.html +17 -17
  22. data/doc/MG/Events/Touch.html +5 -5
  23. data/doc/MG/FadeIn.html +3 -3
  24. data/doc/MG/FadeOut.html +3 -3
  25. data/doc/MG/FadeTo.html +3 -3
  26. data/doc/MG/File.html +3 -3
  27. data/doc/MG/Follow.html +3 -3
  28. data/doc/MG/JumpBy.html +3 -3
  29. data/doc/MG/JumpTo.html +3 -3
  30. data/doc/MG/Layout.html +15 -15
  31. data/doc/MG/List.html +21 -21
  32. data/doc/MG/Menu.html +9 -9
  33. data/doc/MG/MoveBy.html +3 -3
  34. data/doc/MG/MoveTo.html +3 -3
  35. data/doc/MG/Node.html +61 -61
  36. data/doc/MG/Parallax.html +3 -3
  37. data/doc/MG/Particle.html +47 -47
  38. data/doc/MG/Point.html +16 -18
  39. data/doc/MG/Repeat.html +3 -3
  40. data/doc/MG/RepeatForever.html +3 -3
  41. data/doc/MG/RotateBy.html +3 -3
  42. data/doc/MG/RotateTo.html +3 -3
  43. data/doc/MG/ScaleBy.html +3 -3
  44. data/doc/MG/ScaleTo.html +3 -3
  45. data/doc/MG/Scene.html +33 -33
  46. data/doc/MG/Scroll.html +15 -15
  47. data/doc/MG/Sequence.html +3 -3
  48. data/doc/MG/Size.html +19 -20
  49. data/doc/MG/SkewBy.html +3 -3
  50. data/doc/MG/SkewTo.html +3 -3
  51. data/doc/MG/Slider.html +7 -7
  52. data/doc/MG/Spawn.html +3 -3
  53. data/doc/MG/Speed.html +3 -3
  54. data/doc/MG/Sprite.html +189 -67
  55. data/doc/MG/Text.html +31 -31
  56. data/doc/MG/TintBy.html +3 -3
  57. data/doc/MG/TintTo.html +3 -3
  58. data/doc/MG/Web.html +15 -15
  59. data/doc/MG/Widget.html +15 -15
  60. data/doc/_index.html +1 -1
  61. data/doc/file.README.html +4 -2
  62. data/doc/index.html +4 -2
  63. data/doc/method_list.html +181 -141
  64. data/doc/top-level-namespace.html +1 -1
  65. data/lib/motion-game/android.rb +0 -1
  66. 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</pre>
233
+ 238</pre>
234
234
  </td>
235
235
  <td>
236
- <pre class="code"><span class="info file"># File 'motion-game', line 233</span>
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 Nov 27 15:52:18 2016 by
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
- 1202</pre>
391
+ 1225</pre>
392
392
  </td>
393
393
  <td>
394
- <pre class="code"><span class="info file"># File 'motion-game', line 1202</span>
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'>&#39;</span><span class='tstring_end'>&#39;</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
- 1214
454
- 1215
455
- 1216</pre>
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 1214</span>
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
- 1217
515
- 1218
516
- 1219</pre>
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 1217</span>
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
- 1208
576
- 1209
577
- 1210</pre>
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 1208</span>
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
- 1211
637
- 1212
638
- 1213</pre>
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 1211</span>
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
- 1221
698
- 1222
699
- 1223</pre>
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 1221</span>
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 Nov 27 15:52:19 2016 by
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.</p>
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
- 1121
323
- 1122
324
- 1123</pre>
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 1121</span>
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
- 1118
385
- 1119
386
- 1120</pre>
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 1118</span>
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
- 1115
447
- 1116
448
- 1117</pre>
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 1115</span>
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
- 1112
509
- 1113
510
- 1114</pre>
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 1112</span>
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 Nov 27 15:52:19 2016 by
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>
@@ -212,10 +212,10 @@
212
212
  <pre class="lines">
213
213
 
214
214
 
215
- 278</pre>
215
+ 283</pre>
216
216
  </td>
217
217
  <td>
218
- <pre class="code"><span class="info file"># File 'motion-game', line 278</span>
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 Nov 27 15:52:18 2016 by
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
- 470
526
- 471
527
- 472</pre>
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 470</span>
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
- 478
588
- 479
589
- 480</pre>
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 478</span>
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
- 473
649
- 474
650
- 475</pre>
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 473</span>
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
- 419</pre>
714
+ 439</pre>
715
715
  </td>
716
716
  <td>
717
- <pre class="code"><span class="info file"># File 'motion-game', line 419</span>
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
- 448</pre>
775
+ 468</pre>
776
776
  </td>
777
777
  <td>
778
- <pre class="code"><span class="info file"># File 'motion-game', line 448</span>
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
- 452</pre>
830
+ 472</pre>
831
831
  </td>
832
832
  <td>
833
- <pre class="code"><span class="info file"># File 'motion-game', line 452</span>
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
- 444</pre>
886
+ 464</pre>
887
887
  </td>
888
888
  <td>
889
- <pre class="code"><span class="info file"># File 'motion-game', line 444</span>
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
- 439</pre>
962
+ 459</pre>
963
963
  </td>
964
964
  <td>
965
- <pre class="code"><span class="info file"># File 'motion-game', line 439</span>
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
- 433</pre>
1038
+ 453</pre>
1039
1039
  </td>
1040
1040
  <td>
1041
- <pre class="code"><span class="info file"># File 'motion-game', line 433</span>
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
- 456</pre>
1093
+ 476</pre>
1094
1094
  </td>
1095
1095
  <td>
1096
- <pre class="code"><span class="info file"># File 'motion-game', line 456</span>
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
- 427</pre>
1168
+ 447</pre>
1169
1169
  </td>
1170
1170
  <td>
1171
- <pre class="code"><span class="info file"># File 'motion-game', line 427</span>
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
- 460</pre>
1223
+ 480</pre>
1224
1224
  </td>
1225
1225
  <td>
1226
- <pre class="code"><span class="info file"># File 'motion-game', line 460</span>
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
- 464</pre>
1278
+ 484</pre>
1279
1279
  </td>
1280
1280
  <td>
1281
- <pre class="code"><span class="info file"># File 'motion-game', line 464</span>
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 Nov 27 15:52:18 2016 by
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
- 774</pre>
311
+ 794</pre>
312
312
  </td>
313
313
  <td>
314
- <pre class="code"><span class="info file"># File 'motion-game', line 774</span>
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
- 781</pre>
419
+ 801</pre>
420
420
  </td>
421
421
  <td>
422
- <pre class="code"><span class="info file"># File 'motion-game', line 781</span>
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
- 797</pre>
542
+ 817</pre>
543
543
  </td>
544
544
  <td>
545
- <pre class="code"><span class="info file"># File 'motion-game', line 797</span>
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
- 789</pre>
667
+ 809</pre>
668
668
  </td>
669
669
  <td>
670
- <pre class="code"><span class="info file"># File 'motion-game', line 789</span>
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
- 805</pre>
790
+ 825</pre>
791
791
  </td>
792
792
  <td>
793
- <pre class="code"><span class="info file"># File 'motion-game', line 805</span>
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 Nov 27 15:52:19 2016 by
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>