motion-game 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- 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/MG/Application.html +2 -2
- data/doc/MG/Audio.html +2 -2
- data/doc/MG/Button.html +25 -25
- data/doc/MG/Color.html +18 -18
- data/doc/MG/Director.html +2 -2
- data/doc/MG/Draw.html +12 -12
- data/doc/MG/Events/Acceleration.html +2 -2
- data/doc/MG/Events/Touch.html +2 -2
- data/doc/MG/Events.html +2 -2
- data/doc/MG/File.html +2 -2
- data/doc/MG/Layout.html +17 -17
- data/doc/MG/List.html +23 -23
- data/doc/MG/Menu.html +455 -0
- data/doc/MG/Node.html +56 -56
- data/doc/MG/Parallax.html +4 -4
- data/doc/MG/Particle.html +48 -48
- data/doc/MG/Point.html +14 -14
- data/doc/MG/Scene.html +2 -2
- data/doc/MG/Scroll.html +17 -17
- data/doc/MG/Size.html +18 -18
- data/doc/MG/Slider.html +9 -9
- data/doc/MG/Sprite.html +60 -60
- data/doc/MG/Text.html +33 -33
- data/doc/MG/Web.html +17 -17
- data/doc/MG/Widget.html +101 -12
- data/doc/MG.html +3 -3
- data/doc/_index.html +9 -2
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +28 -2
- data/doc/index.html +28 -2
- data/doc/method_list.html +142 -118
- data/doc/top-level-namespace.html +2 -2
- data/lib/motion-game/android.rb +4 -3
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed4b38a805108eaae8c455f7682153e20a75d293
|
4
|
+
data.tar.gz: 0c32b7073d9bb700031460fec775d91c0c8ba09b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea8c4f6fea1dffbcbd5ad141cfc39b5b1c22b03fd1aa38b6f6aaf2690857fe3d0083d781f5098432abc7bcdb8e8768787ca0289db7fcae8158b84958e9c8b341
|
7
|
+
data.tar.gz: 5842d7ae9bca9e7a1e236f0dd2d6949dea1be923b0c84fa125017b0fa26949e7ad27330117ae03b59b04cd321305fc75b7cb5238dc2189270ce20c1ff51bc8be
|
Binary file
|
Binary file
|
Binary file
|
data/build/ios/libmotion-cocos.a
CHANGED
Binary file
|
Binary file
|
data/doc/MG/Application.html
CHANGED
@@ -323,9 +323,9 @@ implementation that will create the interface of your game.</p>
|
|
323
323
|
</div>
|
324
324
|
|
325
325
|
<div id="footer">
|
326
|
-
Generated on Wed
|
326
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
327
327
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
328
|
-
0.8.7.6 (ruby-2.
|
328
|
+
0.8.7.6 (ruby-2.3.1).
|
329
329
|
</div>
|
330
330
|
|
331
331
|
</body>
|
data/doc/MG/Audio.html
CHANGED
@@ -1040,9 +1040,9 @@ immediately plays it.</p>
|
|
1040
1040
|
</div>
|
1041
1041
|
|
1042
1042
|
<div id="footer">
|
1043
|
-
Generated on Wed
|
1043
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
1044
1044
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1045
|
-
0.8.7.6 (ruby-2.
|
1045
|
+
0.8.7.6 (ruby-2.3.1).
|
1046
1046
|
</div>
|
1047
1047
|
|
1048
1048
|
</body>
|
data/doc/MG/Button.html
CHANGED
@@ -268,7 +268,7 @@ the button is activated. Example:</p>
|
|
268
268
|
|
269
269
|
|
270
270
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Widget.html" title="MG::Widget (class)">Widget</a></span></h3>
|
271
|
-
<p class="inherited"><span class='object_link'><a href="Widget.html#enabled%3F-instance_method" title="MG::Widget#enabled? (method)">#enabled?</a></span>, <span class='object_link'><a href="Widget.html#highlighted%3F-instance_method" title="MG::Widget#highlighted? (method)">#highlighted?</a></span></p>
|
271
|
+
<p class="inherited"><span class='object_link'><a href="Widget.html#enabled%3F-instance_method" title="MG::Widget#enabled? (method)">#enabled?</a></span>, <span class='object_link'><a href="Widget.html#highlighted%3F-instance_method" title="MG::Widget#highlighted? (method)">#highlighted?</a></span>, <span class='object_link'><a href="Widget.html#touch_enabled%3F-instance_method" title="MG::Widget#touch_enabled? (method)">#touch_enabled?</a></span></p>
|
272
272
|
|
273
273
|
|
274
274
|
|
@@ -386,10 +386,10 @@ the button is activated. Example:</p>
|
|
386
386
|
<pre class="lines">
|
387
387
|
|
388
388
|
|
389
|
-
|
389
|
+
823</pre>
|
390
390
|
</td>
|
391
391
|
<td>
|
392
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
392
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 823</span>
|
393
393
|
|
394
394
|
<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>
|
395
395
|
</td>
|
@@ -448,12 +448,12 @@ the button is activated. Example:</p>
|
|
448
448
|
<pre class="lines">
|
449
449
|
|
450
450
|
|
451
|
-
|
452
|
-
|
453
|
-
|
451
|
+
835
|
452
|
+
836
|
453
|
+
837</pre>
|
454
454
|
</td>
|
455
455
|
<td>
|
456
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
456
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 835</span>
|
457
457
|
|
458
458
|
<span class='kw'>def</span> <span class='id identifier rubyid_font'>font</span>
|
459
459
|
<span class='ivar'>@font</span>
|
@@ -509,12 +509,12 @@ the button is activated. Example:</p>
|
|
509
509
|
<pre class="lines">
|
510
510
|
|
511
511
|
|
512
|
-
|
513
|
-
|
514
|
-
|
512
|
+
838
|
513
|
+
839
|
514
|
+
840</pre>
|
515
515
|
</td>
|
516
516
|
<td>
|
517
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
517
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 838</span>
|
518
518
|
|
519
519
|
<span class='kw'>def</span> <span class='id identifier rubyid_font_size'>font_size</span>
|
520
520
|
<span class='ivar'>@font_size</span>
|
@@ -570,12 +570,12 @@ the button is activated. Example:</p>
|
|
570
570
|
<pre class="lines">
|
571
571
|
|
572
572
|
|
573
|
-
|
574
|
-
|
575
|
-
|
573
|
+
829
|
574
|
+
830
|
575
|
+
831</pre>
|
576
576
|
</td>
|
577
577
|
<td>
|
578
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
578
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 829</span>
|
579
579
|
|
580
580
|
<span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
|
581
581
|
<span class='ivar'>@text</span>
|
@@ -631,12 +631,12 @@ the button is activated. Example:</p>
|
|
631
631
|
<pre class="lines">
|
632
632
|
|
633
633
|
|
634
|
-
|
635
|
-
|
636
|
-
|
634
|
+
832
|
635
|
+
833
|
636
|
+
834</pre>
|
637
637
|
</td>
|
638
638
|
<td>
|
639
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
639
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 832</span>
|
640
640
|
|
641
641
|
<span class='kw'>def</span> <span class='id identifier rubyid_text_color'>text_color</span>
|
642
642
|
<span class='ivar'>@text_color</span>
|
@@ -692,12 +692,12 @@ the button is activated. Example:</p>
|
|
692
692
|
<pre class="lines">
|
693
693
|
|
694
694
|
|
695
|
-
|
696
|
-
|
697
|
-
|
695
|
+
842
|
696
|
+
843
|
697
|
+
844</pre>
|
698
698
|
</td>
|
699
699
|
<td>
|
700
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
700
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 842</span>
|
701
701
|
|
702
702
|
<span class='kw'>def</span> <span class='id identifier rubyid_zoom_scale'>zoom_scale</span>
|
703
703
|
<span class='ivar'>@zoom_scale</span>
|
@@ -713,9 +713,9 @@ the button is activated. Example:</p>
|
|
713
713
|
</div>
|
714
714
|
|
715
715
|
<div id="footer">
|
716
|
-
Generated on Wed
|
716
|
+
Generated on Wed Aug 31 17:59:08 2016 by
|
717
717
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
718
|
-
0.8.7.6 (ruby-2.
|
718
|
+
0.8.7.6 (ruby-2.3.1).
|
719
719
|
</div>
|
720
720
|
|
721
721
|
</body>
|
data/doc/MG/Color.html
CHANGED
@@ -317,12 +317,12 @@ the black color.</p>
|
|
317
317
|
<pre class="lines">
|
318
318
|
|
319
319
|
|
320
|
-
|
321
|
-
|
322
|
-
|
320
|
+
742
|
321
|
+
743
|
322
|
+
744</pre>
|
323
323
|
</td>
|
324
324
|
<td>
|
325
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
325
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 742</span>
|
326
326
|
|
327
327
|
<span class='kw'>def</span> <span class='id identifier rubyid_alpha'>alpha</span>
|
328
328
|
<span class='ivar'>@alpha</span>
|
@@ -379,12 +379,12 @@ the black color.</p>
|
|
379
379
|
<pre class="lines">
|
380
380
|
|
381
381
|
|
382
|
-
|
383
|
-
|
384
|
-
|
382
|
+
739
|
383
|
+
740
|
384
|
+
741</pre>
|
385
385
|
</td>
|
386
386
|
<td>
|
387
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
387
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 739</span>
|
388
388
|
|
389
389
|
<span class='kw'>def</span> <span class='id identifier rubyid_blue'>blue</span>
|
390
390
|
<span class='ivar'>@blue</span>
|
@@ -441,12 +441,12 @@ the black color.</p>
|
|
441
441
|
<pre class="lines">
|
442
442
|
|
443
443
|
|
444
|
-
|
445
|
-
|
446
|
-
|
444
|
+
736
|
445
|
+
737
|
446
|
+
738</pre>
|
447
447
|
</td>
|
448
448
|
<td>
|
449
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
449
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 736</span>
|
450
450
|
|
451
451
|
<span class='kw'>def</span> <span class='id identifier rubyid_green'>green</span>
|
452
452
|
<span class='ivar'>@green</span>
|
@@ -503,12 +503,12 @@ the black color.</p>
|
|
503
503
|
<pre class="lines">
|
504
504
|
|
505
505
|
|
506
|
-
|
507
|
-
|
508
|
-
|
506
|
+
733
|
507
|
+
734
|
508
|
+
735</pre>
|
509
509
|
</td>
|
510
510
|
<td>
|
511
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
511
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 733</span>
|
512
512
|
|
513
513
|
<span class='kw'>def</span> <span class='id identifier rubyid_red'>red</span>
|
514
514
|
<span class='ivar'>@red</span>
|
@@ -524,9 +524,9 @@ the black color.</p>
|
|
524
524
|
</div>
|
525
525
|
|
526
526
|
<div id="footer">
|
527
|
-
Generated on Wed
|
527
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
528
528
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
529
|
-
0.8.7.6 (ruby-2.
|
529
|
+
0.8.7.6 (ruby-2.3.1).
|
530
530
|
</div>
|
531
531
|
|
532
532
|
</body>
|
data/doc/MG/Director.html
CHANGED
@@ -1131,9 +1131,9 @@ terminated.</p>
|
|
1131
1131
|
</div>
|
1132
1132
|
|
1133
1133
|
<div id="footer">
|
1134
|
-
Generated on Wed
|
1134
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
1135
1135
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1136
|
-
0.8.7.6 (ruby-2.
|
1136
|
+
0.8.7.6 (ruby-2.3.1).
|
1137
1137
|
</div>
|
1138
1138
|
|
1139
1139
|
</body>
|
data/doc/MG/Draw.html
CHANGED
@@ -306,10 +306,10 @@ color.</p>
|
|
306
306
|
<pre class="lines">
|
307
307
|
|
308
308
|
|
309
|
-
|
309
|
+
421</pre>
|
310
310
|
</td>
|
311
311
|
<td>
|
312
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
312
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 421</span>
|
313
313
|
|
314
314
|
<span class='kw'>def</span> <span class='id identifier rubyid_clear'>clear</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
315
315
|
</td>
|
@@ -414,10 +414,10 @@ color.</p>
|
|
414
414
|
<pre class="lines">
|
415
415
|
|
416
416
|
|
417
|
-
|
417
|
+
428</pre>
|
418
418
|
</td>
|
419
419
|
<td>
|
420
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
420
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 428</span>
|
421
421
|
|
422
422
|
<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>
|
423
423
|
</td>
|
@@ -537,10 +537,10 @@ color.</p>
|
|
537
537
|
<pre class="lines">
|
538
538
|
|
539
539
|
|
540
|
-
|
540
|
+
444</pre>
|
541
541
|
</td>
|
542
542
|
<td>
|
543
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
543
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 444</span>
|
544
544
|
|
545
545
|
<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>
|
546
546
|
</td>
|
@@ -662,10 +662,10 @@ color.</p>
|
|
662
662
|
<pre class="lines">
|
663
663
|
|
664
664
|
|
665
|
-
|
665
|
+
436</pre>
|
666
666
|
</td>
|
667
667
|
<td>
|
668
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
668
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 436</span>
|
669
669
|
|
670
670
|
<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>
|
671
671
|
</td>
|
@@ -785,10 +785,10 @@ color.</p>
|
|
785
785
|
<pre class="lines">
|
786
786
|
|
787
787
|
|
788
|
-
|
788
|
+
452</pre>
|
789
789
|
</td>
|
790
790
|
<td>
|
791
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
791
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 452</span>
|
792
792
|
|
793
793
|
<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>
|
794
794
|
</td>
|
@@ -801,9 +801,9 @@ color.</p>
|
|
801
801
|
</div>
|
802
802
|
|
803
803
|
<div id="footer">
|
804
|
-
Generated on Wed
|
804
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
805
805
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
806
|
-
0.8.7.6 (ruby-2.
|
806
|
+
0.8.7.6 (ruby-2.3.1).
|
807
807
|
</div>
|
808
808
|
|
809
809
|
</body>
|
@@ -493,9 +493,9 @@ the device, usually from the <span class='object_link'><a href="../Scene.html#on
|
|
493
493
|
</div>
|
494
494
|
|
495
495
|
<div id="footer">
|
496
|
-
Generated on Wed
|
496
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
497
497
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
498
|
-
0.8.7.6 (ruby-2.
|
498
|
+
0.8.7.6 (ruby-2.3.1).
|
499
499
|
</div>
|
500
500
|
|
501
501
|
</body>
|
data/doc/MG/Events/Touch.html
CHANGED
@@ -223,9 +223,9 @@ the <span class='object_link'><a href="../Scene.html#on_touch_begin-instance_met
|
|
223
223
|
</div>
|
224
224
|
|
225
225
|
<div id="footer">
|
226
|
-
Generated on Wed
|
226
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
227
227
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
228
|
-
0.8.7.6 (ruby-2.
|
228
|
+
0.8.7.6 (ruby-2.3.1).
|
229
229
|
</div>
|
230
230
|
|
231
231
|
</body>
|
data/doc/MG/Events.html
CHANGED
@@ -118,9 +118,9 @@ the game engine. You typically never instantiate these classes yourself.</p>
|
|
118
118
|
</div>
|
119
119
|
|
120
120
|
<div id="footer">
|
121
|
-
Generated on Wed
|
121
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
122
122
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
123
|
-
0.8.7.6 (ruby-2.
|
123
|
+
0.8.7.6 (ruby-2.3.1).
|
124
124
|
</div>
|
125
125
|
|
126
126
|
</body>
|
data/doc/MG/File.html
CHANGED
@@ -207,9 +207,9 @@
|
|
207
207
|
</div>
|
208
208
|
|
209
209
|
<div id="footer">
|
210
|
-
Generated on Wed
|
210
|
+
Generated on Wed Aug 31 17:59:07 2016 by
|
211
211
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
212
|
-
0.8.7.6 (ruby-2.
|
212
|
+
0.8.7.6 (ruby-2.3.1).
|
213
213
|
</div>
|
214
214
|
|
215
215
|
</body>
|
data/doc/MG/Layout.html
CHANGED
@@ -202,7 +202,7 @@
|
|
202
202
|
|
203
203
|
|
204
204
|
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Widget.html" title="MG::Widget (class)">Widget</a></span></h3>
|
205
|
-
<p class="inherited"><span class='object_link'><a href="Widget.html#enabled%3F-instance_method" title="MG::Widget#enabled? (method)">#enabled?</a></span>, <span class='object_link'><a href="Widget.html#highlighted%3F-instance_method" title="MG::Widget#highlighted? (method)">#highlighted?</a></span></p>
|
205
|
+
<p class="inherited"><span class='object_link'><a href="Widget.html#enabled%3F-instance_method" title="MG::Widget#enabled? (method)">#enabled?</a></span>, <span class='object_link'><a href="Widget.html#highlighted%3F-instance_method" title="MG::Widget#highlighted? (method)">#highlighted?</a></span>, <span class='object_link'><a href="Widget.html#touch_enabled%3F-instance_method" title="MG::Widget#touch_enabled? (method)">#touch_enabled?</a></span></p>
|
206
206
|
|
207
207
|
|
208
208
|
|
@@ -298,10 +298,10 @@
|
|
298
298
|
<pre class="lines">
|
299
299
|
|
300
300
|
|
301
|
-
|
301
|
+
867</pre>
|
302
302
|
</td>
|
303
303
|
<td>
|
304
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
304
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 867</span>
|
305
305
|
|
306
306
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
307
307
|
</td>
|
@@ -360,12 +360,12 @@
|
|
360
360
|
<pre class="lines">
|
361
361
|
|
362
362
|
|
363
|
-
|
364
|
-
|
365
|
-
|
363
|
+
876
|
364
|
+
877
|
365
|
+
878</pre>
|
366
366
|
</td>
|
367
367
|
<td>
|
368
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
368
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 876</span>
|
369
369
|
|
370
370
|
<span class='kw'>def</span> <span class='id identifier rubyid_background_color'>background_color</span>
|
371
371
|
<span class='ivar'>@background_color</span>
|
@@ -422,12 +422,12 @@ false).</p>
|
|
422
422
|
<pre class="lines">
|
423
423
|
|
424
424
|
|
425
|
-
|
426
|
-
|
427
|
-
|
425
|
+
880
|
426
|
+
881
|
427
|
+
882</pre>
|
428
428
|
</td>
|
429
429
|
<td>
|
430
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
430
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 880</span>
|
431
431
|
|
432
432
|
def clipping?
|
433
433
|
@clipping?
|
@@ -483,12 +483,12 @@ end</pre>
|
|
483
483
|
<pre class="lines">
|
484
484
|
|
485
485
|
|
486
|
-
|
487
|
-
|
488
|
-
|
486
|
+
873
|
487
|
+
874
|
488
|
+
875</pre>
|
489
489
|
</td>
|
490
490
|
<td>
|
491
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
491
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 873</span>
|
492
492
|
|
493
493
|
<span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
|
494
494
|
<span class='ivar'>@type</span>
|
@@ -504,9 +504,9 @@ end</pre>
|
|
504
504
|
</div>
|
505
505
|
|
506
506
|
<div id="footer">
|
507
|
-
Generated on Wed
|
507
|
+
Generated on Wed Aug 31 17:59:08 2016 by
|
508
508
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
509
|
-
0.8.7.6 (ruby-2.
|
509
|
+
0.8.7.6 (ruby-2.3.1).
|
510
510
|
</div>
|
511
511
|
|
512
512
|
</body>
|