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.
- 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/Menu.html
CHANGED
@@ -265,12 +265,12 @@ clicked. By default, a menu is enabled.</p>
|
|
265
265
|
<pre class="lines">
|
266
266
|
|
267
267
|
|
268
|
-
|
269
|
-
|
270
|
-
|
268
|
+
663
|
269
|
+
664
|
270
|
+
665</pre>
|
271
271
|
</td>
|
272
272
|
<td>
|
273
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
273
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 663</span>
|
274
274
|
|
275
275
|
def enabled?
|
276
276
|
@enabled?
|
@@ -354,10 +354,10 @@ image_item)</p>
|
|
354
354
|
<pre class="lines">
|
355
355
|
|
356
356
|
|
357
|
-
|
357
|
+
655</pre>
|
358
358
|
</td>
|
359
359
|
<td>
|
360
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
360
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 655</span>
|
361
361
|
|
362
362
|
<span class='kw'>def</span> <span class='id identifier rubyid_align_items_horizontally'>align_items_horizontally</span><span class='lparen'>(</span><span class='id identifier rubyid_padding'>padding</span><span class='op'>=</span><span class='id identifier rubyid_null'>null</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
363
363
|
</td>
|
@@ -432,10 +432,10 @@ image_item)</p>
|
|
432
432
|
<pre class="lines">
|
433
433
|
|
434
434
|
|
435
|
-
|
435
|
+
649</pre>
|
436
436
|
</td>
|
437
437
|
<td>
|
438
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
438
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 649</span>
|
439
439
|
|
440
440
|
<span class='kw'>def</span> <span class='id identifier rubyid_align_items_vertically'>align_items_vertically</span><span class='lparen'>(</span><span class='id identifier rubyid_padding'>padding</span><span class='op'>=</span><span class='id identifier rubyid_null'>null</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
441
441
|
</td>
|
@@ -448,7 +448,7 @@ image_item)</p>
|
|
448
448
|
</div>
|
449
449
|
|
450
450
|
<div id="footer">
|
451
|
-
Generated on Sun
|
451
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
452
452
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
453
453
|
0.9.5 (ruby-2.3.3).
|
454
454
|
</div>
|
data/doc/MG/MoveBy.html
CHANGED
@@ -232,10 +232,10 @@ location determined by the sum of the current location and the given
|
|
232
232
|
<pre class="lines">
|
233
233
|
|
234
234
|
|
235
|
-
|
235
|
+
42</pre>
|
236
236
|
</td>
|
237
237
|
<td>
|
238
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
238
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 42</span>
|
239
239
|
|
240
240
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_delta_location'>delta_location</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>
|
241
241
|
</td>
|
@@ -249,7 +249,7 @@ location determined by the sum of the current location and the given
|
|
249
249
|
</div>
|
250
250
|
|
251
251
|
<div id="footer">
|
252
|
-
Generated on Sun
|
252
|
+
Generated on Sun Dec 11 16:38:29 2016 by
|
253
253
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
254
254
|
0.9.5 (ruby-2.3.3).
|
255
255
|
</div>
|
data/doc/MG/MoveTo.html
CHANGED
@@ -230,10 +230,10 @@ given location.</p>
|
|
230
230
|
<pre class="lines">
|
231
231
|
|
232
232
|
|
233
|
-
|
233
|
+
54</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 54</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_location'>location</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 @@ given location.</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/Node.html
CHANGED
@@ -715,12 +715,12 @@ to <code>1.0</code> range.</p>
|
|
715
715
|
<pre class="lines">
|
716
716
|
|
717
717
|
|
718
|
-
|
719
|
-
|
720
|
-
|
718
|
+
694
|
719
|
+
695
|
720
|
+
696</pre>
|
721
721
|
</td>
|
722
722
|
<td>
|
723
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
723
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 694</span>
|
724
724
|
|
725
725
|
<span class='kw'>def</span> <span class='id identifier rubyid_alpha'>alpha</span>
|
726
726
|
<span class='ivar'>@alpha</span>
|
@@ -781,12 +781,12 @@ value is <tt>[0.5, 0.5]</tt>, which means the center of the parent.</p>
|
|
781
781
|
<pre class="lines">
|
782
782
|
|
783
783
|
|
784
|
-
|
785
|
-
|
786
|
-
|
784
|
+
679
|
785
|
+
680
|
786
|
+
681</pre>
|
787
787
|
</td>
|
788
788
|
<td>
|
789
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
789
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 679</span>
|
790
790
|
|
791
791
|
<span class='kw'>def</span> <span class='id identifier rubyid_anchor_point'>anchor_point</span>
|
792
792
|
<span class='ivar'>@anchor_point</span>
|
@@ -842,12 +842,12 @@ value is <tt>[0.5, 0.5]</tt>, which means the center of the parent.</p>
|
|
842
842
|
<pre class="lines">
|
843
843
|
|
844
844
|
|
845
|
-
|
846
|
-
|
847
|
-
|
845
|
+
701
|
846
|
+
702
|
847
|
+
703</pre>
|
848
848
|
</td>
|
849
849
|
<td>
|
850
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
850
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 701</span>
|
851
851
|
|
852
852
|
<span class='kw'>def</span> <span class='id identifier rubyid_color'>color</span>
|
853
853
|
<span class='ivar'>@color</span>
|
@@ -903,12 +903,12 @@ value is <tt>[0.5, 0.5]</tt>, which means the center of the parent.</p>
|
|
903
903
|
<pre class="lines">
|
904
904
|
|
905
905
|
|
906
|
-
|
907
|
-
|
908
|
-
|
906
|
+
715
|
907
|
+
716
|
908
|
+
717</pre>
|
909
909
|
</td>
|
910
910
|
<td>
|
911
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
911
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 715</span>
|
912
912
|
|
913
913
|
<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
|
914
914
|
<span class='ivar'>@name</span>
|
@@ -965,12 +965,12 @@ system.</p>
|
|
965
965
|
<pre class="lines">
|
966
966
|
|
967
967
|
|
968
|
-
|
969
|
-
|
970
|
-
|
968
|
+
683
|
969
|
+
684
|
970
|
+
685</pre>
|
971
971
|
</td>
|
972
972
|
<td>
|
973
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
973
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 683</span>
|
974
974
|
|
975
975
|
<span class='kw'>def</span> <span class='id identifier rubyid_position'>position</span>
|
976
976
|
<span class='ivar'>@position</span>
|
@@ -1028,12 +1028,12 @@ anti-clockwise</p>
|
|
1028
1028
|
<pre class="lines">
|
1029
1029
|
|
1030
1030
|
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1031
|
+
707
|
1032
|
+
708
|
1033
|
+
709</pre>
|
1034
1034
|
</td>
|
1035
1035
|
<td>
|
1036
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1036
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 707</span>
|
1037
1037
|
|
1038
1038
|
<span class='kw'>def</span> <span class='id identifier rubyid_rotation'>rotation</span>
|
1039
1039
|
<span class='ivar'>@rotation</span>
|
@@ -1090,12 +1090,12 @@ and depth.</p>
|
|
1090
1090
|
<pre class="lines">
|
1091
1091
|
|
1092
1092
|
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1093
|
+
712
|
1094
|
+
713
|
1095
|
+
714</pre>
|
1096
1096
|
</td>
|
1097
1097
|
<td>
|
1098
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1098
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 712</span>
|
1099
1099
|
|
1100
1100
|
<span class='kw'>def</span> <span class='id identifier rubyid_scale'>scale</span>
|
1101
1101
|
<span class='ivar'>@scale</span>
|
@@ -1151,12 +1151,12 @@ and depth.</p>
|
|
1151
1151
|
<pre class="lines">
|
1152
1152
|
|
1153
1153
|
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1154
|
+
686
|
1155
|
+
687
|
1156
|
+
688</pre>
|
1157
1157
|
</td>
|
1158
1158
|
<td>
|
1159
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1159
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 686</span>
|
1160
1160
|
|
1161
1161
|
<span class='kw'>def</span> <span class='id identifier rubyid_size'>size</span>
|
1162
1162
|
<span class='ivar'>@size</span>
|
@@ -1212,12 +1212,12 @@ and depth.</p>
|
|
1212
1212
|
<pre class="lines">
|
1213
1213
|
|
1214
1214
|
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1215
|
+
690
|
1216
|
+
691
|
1217
|
+
692</pre>
|
1218
1218
|
</td>
|
1219
1219
|
<td>
|
1220
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1220
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 690</span>
|
1221
1221
|
|
1222
1222
|
def visible?
|
1223
1223
|
@visible?
|
@@ -1275,12 +1275,12 @@ determine its priority when rendering the scene.</p>
|
|
1275
1275
|
<pre class="lines">
|
1276
1276
|
|
1277
1277
|
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1278
|
+
698
|
1279
|
+
699
|
1280
|
+
700</pre>
|
1281
1281
|
</td>
|
1282
1282
|
<td>
|
1283
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1283
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 698</span>
|
1284
1284
|
|
1285
1285
|
<span class='kw'>def</span> <span class='id identifier rubyid_z_index'>z_index</span>
|
1286
1286
|
<span class='ivar'>@z_index</span>
|
@@ -1379,10 +1379,10 @@ determine its priority when rendering the scene.</p>
|
|
1379
1379
|
<pre class="lines">
|
1380
1380
|
|
1381
1381
|
|
1382
|
-
|
1382
|
+
745</pre>
|
1383
1383
|
</td>
|
1384
1384
|
<td>
|
1385
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1385
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 745</span>
|
1386
1386
|
|
1387
1387
|
<span class='kw'>def</span> <span class='id identifier rubyid_add'>add</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_zpos'>zpos</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1388
1388
|
</td>
|
@@ -1435,10 +1435,10 @@ receiver.</p>
|
|
1435
1435
|
<pre class="lines">
|
1436
1436
|
|
1437
1437
|
|
1438
|
-
|
1438
|
+
764</pre>
|
1439
1439
|
</td>
|
1440
1440
|
<td>
|
1441
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1441
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 764</span>
|
1442
1442
|
|
1443
1443
|
<span class='kw'>def</span> <span class='id identifier rubyid_children'>children</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1444
1444
|
</td>
|
@@ -1512,10 +1512,10 @@ receiver.</p>
|
|
1512
1512
|
<pre class="lines">
|
1513
1513
|
|
1514
1514
|
|
1515
|
-
|
1515
|
+
751</pre>
|
1516
1516
|
</td>
|
1517
1517
|
<td>
|
1518
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1518
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 751</span>
|
1519
1519
|
|
1520
1520
|
<span class='kw'>def</span> <span class='id identifier rubyid_clear'>clear</span><span class='lparen'>(</span><span class='id identifier rubyid_cleanup'>cleanup</span><span class='op'>=</span><span class='kw'>true</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1521
1521
|
</td>
|
@@ -1589,10 +1589,10 @@ receiver.</p>
|
|
1589
1589
|
<pre class="lines">
|
1590
1590
|
|
1591
1591
|
|
1592
|
-
|
1592
|
+
757</pre>
|
1593
1593
|
</td>
|
1594
1594
|
<td>
|
1595
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1595
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 757</span>
|
1596
1596
|
|
1597
1597
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_cleanup'>cleanup</span><span class='op'>=</span><span class='kw'>true</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1598
1598
|
</td>
|
@@ -1670,10 +1670,10 @@ parent.</p>
|
|
1670
1670
|
<pre class="lines">
|
1671
1671
|
|
1672
1672
|
|
1673
|
-
|
1673
|
+
772</pre>
|
1674
1674
|
</td>
|
1675
1675
|
<td>
|
1676
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1676
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 772</span>
|
1677
1677
|
|
1678
1678
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_from_parent'>delete_from_parent</span><span class='lparen'>(</span><span class='id identifier rubyid_cleanup'>cleanup</span><span class='op'>=</span><span class='kw'>true</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1679
1679
|
</td>
|
@@ -1747,10 +1747,10 @@ node's bounding box.</p>
|
|
1747
1747
|
<pre class="lines">
|
1748
1748
|
|
1749
1749
|
|
1750
|
-
|
1750
|
+
736</pre>
|
1751
1751
|
</td>
|
1752
1752
|
<td>
|
1753
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1753
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 736</span>
|
1754
1754
|
|
1755
1755
|
<span class='kw'>def</span> <span class='id identifier rubyid_intersects?'>intersects?</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1756
1756
|
</td>
|
@@ -1802,10 +1802,10 @@ node's bounding box.</p>
|
|
1802
1802
|
<pre class="lines">
|
1803
1803
|
|
1804
1804
|
|
1805
|
-
|
1805
|
+
760</pre>
|
1806
1806
|
</td>
|
1807
1807
|
<td>
|
1808
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1808
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 760</span>
|
1809
1809
|
|
1810
1810
|
<span class='kw'>def</span> <span class='id identifier rubyid_parent'>parent</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1811
1811
|
</td>
|
@@ -1857,10 +1857,10 @@ node's bounding box.</p>
|
|
1857
1857
|
<pre class="lines">
|
1858
1858
|
|
1859
1859
|
|
1860
|
-
|
1860
|
+
722</pre>
|
1861
1861
|
</td>
|
1862
1862
|
<td>
|
1863
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1863
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 722</span>
|
1864
1864
|
|
1865
1865
|
<span class='kw'>def</span> <span class='id identifier rubyid_run_action'>run_action</span><span class='lparen'>(</span><span class='id identifier rubyid_action'>action</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1866
1866
|
</td>
|
@@ -1932,10 +1932,10 @@ node's bounding box.</p>
|
|
1932
1932
|
<pre class="lines">
|
1933
1933
|
|
1934
1934
|
|
1935
|
-
|
1935
|
+
731</pre>
|
1936
1936
|
</td>
|
1937
1937
|
<td>
|
1938
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1938
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 731</span>
|
1939
1939
|
|
1940
1940
|
<span class='kw'>def</span> <span class='id identifier rubyid_stop_action'>stop_action</span><span class='lparen'>(</span><span class='id identifier rubyid_action'>action</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1941
1941
|
</td>
|
@@ -1987,10 +1987,10 @@ node's bounding box.</p>
|
|
1987
1987
|
<pre class="lines">
|
1988
1988
|
|
1989
1989
|
|
1990
|
-
|
1990
|
+
726</pre>
|
1991
1991
|
</td>
|
1992
1992
|
<td>
|
1993
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1993
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 726</span>
|
1994
1994
|
|
1995
1995
|
<span class='kw'>def</span> <span class='id identifier rubyid_stop_all_actions'>stop_all_actions</span><span class='lparen'>(</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1996
1996
|
</td>
|
@@ -2003,7 +2003,7 @@ node's bounding box.</p>
|
|
2003
2003
|
</div>
|
2004
2004
|
|
2005
2005
|
<div id="footer">
|
2006
|
-
Generated on Sun
|
2006
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
2007
2007
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2008
2008
|
0.9.5 (ruby-2.3.3).
|
2009
2009
|
</div>
|
data/doc/MG/Parallax.html
CHANGED
@@ -271,10 +271,10 @@ view.</p>
|
|
271
271
|
<pre class="lines">
|
272
272
|
|
273
273
|
|
274
|
-
|
274
|
+
784</pre>
|
275
275
|
</td>
|
276
276
|
<td>
|
277
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
277
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 784</span>
|
278
278
|
|
279
279
|
<span class='kw'>def</span> <span class='id identifier rubyid_add'>add</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_zpos'>zpos</span><span class='comma'>,</span> <span class='id identifier rubyid_parallax_ratio'>parallax_ratio</span><span class='comma'>,</span> <span class='id identifier rubyid_position_offset'>position_offset</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
280
280
|
</td>
|
@@ -287,7 +287,7 @@ view.</p>
|
|
287
287
|
</div>
|
288
288
|
|
289
289
|
<div id="footer">
|
290
|
-
Generated on Sun
|
290
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
291
291
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
292
292
|
0.9.5 (ruby-2.3.3).
|
293
293
|
</div>
|
data/doc/MG/Particle.html
CHANGED
@@ -521,10 +521,10 @@ Particle object will be created.</p>
|
|
521
521
|
<pre class="lines">
|
522
522
|
|
523
523
|
|
524
|
-
|
524
|
+
838</pre>
|
525
525
|
</td>
|
526
526
|
<td>
|
527
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
527
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 838</span>
|
528
528
|
|
529
529
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_file_name'>file_name</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
530
530
|
</td>
|
@@ -583,12 +583,12 @@ Particle object will be created.</p>
|
|
583
583
|
<pre class="lines">
|
584
584
|
|
585
585
|
|
586
|
-
|
587
|
-
|
588
|
-
|
586
|
+
856
|
587
|
+
857
|
588
|
+
858</pre>
|
589
589
|
</td>
|
590
590
|
<td>
|
591
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
591
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 856</span>
|
592
592
|
|
593
593
|
<span class='kw'>def</span> <span class='id identifier rubyid_angle'>angle</span>
|
594
594
|
<span class='ivar'>@angle</span>
|
@@ -644,12 +644,12 @@ Particle object will be created.</p>
|
|
644
644
|
<pre class="lines">
|
645
645
|
|
646
646
|
|
647
|
-
|
648
|
-
|
649
|
-
|
647
|
+
859
|
648
|
+
860
|
649
|
+
861</pre>
|
650
650
|
</td>
|
651
651
|
<td>
|
652
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
652
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 859</span>
|
653
653
|
|
654
654
|
<span class='kw'>def</span> <span class='id identifier rubyid_angle_range'>angle_range</span>
|
655
655
|
<span class='ivar'>@angle_range</span>
|
@@ -705,12 +705,12 @@ Particle object will be created.</p>
|
|
705
705
|
<pre class="lines">
|
706
706
|
|
707
707
|
|
708
|
-
|
709
|
-
|
710
|
-
|
708
|
+
862
|
709
|
+
863
|
710
|
+
864</pre>
|
711
711
|
</td>
|
712
712
|
<td>
|
713
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
713
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 862</span>
|
714
714
|
|
715
715
|
<span class='kw'>def</span> <span class='id identifier rubyid_duration'>duration</span>
|
716
716
|
<span class='ivar'>@duration</span>
|
@@ -766,12 +766,12 @@ Particle object will be created.</p>
|
|
766
766
|
<pre class="lines">
|
767
767
|
|
768
768
|
|
769
|
-
|
770
|
-
|
771
|
-
|
769
|
+
874
|
770
|
+
875
|
771
|
+
876</pre>
|
772
772
|
</td>
|
773
773
|
<td>
|
774
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
774
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 874</span>
|
775
775
|
|
776
776
|
<span class='kw'>def</span> <span class='id identifier rubyid_end_color'>end_color</span>
|
777
777
|
<span class='ivar'>@end_color</span>
|
@@ -827,12 +827,12 @@ Particle object will be created.</p>
|
|
827
827
|
<pre class="lines">
|
828
828
|
|
829
829
|
|
830
|
-
|
831
|
-
|
832
|
-
|
830
|
+
850
|
831
|
+
851
|
832
|
+
852</pre>
|
833
833
|
</td>
|
834
834
|
<td>
|
835
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
835
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 850</span>
|
836
836
|
|
837
837
|
<span class='kw'>def</span> <span class='id identifier rubyid_life'>life</span>
|
838
838
|
<span class='ivar'>@life</span>
|
@@ -888,12 +888,12 @@ Particle object will be created.</p>
|
|
888
888
|
<pre class="lines">
|
889
889
|
|
890
890
|
|
891
|
-
|
892
|
-
|
893
|
-
|
891
|
+
853
|
892
|
+
854
|
893
|
+
855</pre>
|
894
894
|
</td>
|
895
895
|
<td>
|
896
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
896
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 853</span>
|
897
897
|
|
898
898
|
<span class='kw'>def</span> <span class='id identifier rubyid_life_range'>life_range</span>
|
899
899
|
<span class='ivar'>@life_range</span>
|
@@ -949,12 +949,12 @@ Particle object will be created.</p>
|
|
949
949
|
<pre class="lines">
|
950
950
|
|
951
951
|
|
952
|
-
|
953
|
-
|
954
|
-
|
952
|
+
868
|
953
|
+
869
|
954
|
+
870</pre>
|
955
955
|
</td>
|
956
956
|
<td>
|
957
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
957
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 868</span>
|
958
958
|
|
959
959
|
<span class='kw'>def</span> <span class='id identifier rubyid_particle_count'>particle_count</span>
|
960
960
|
<span class='ivar'>@particle_count</span>
|
@@ -1010,12 +1010,12 @@ Particle object will be created.</p>
|
|
1010
1010
|
<pre class="lines">
|
1011
1011
|
|
1012
1012
|
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1013
|
+
865
|
1014
|
+
866
|
1015
|
+
867</pre>
|
1016
1016
|
</td>
|
1017
1017
|
<td>
|
1018
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1018
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 865</span>
|
1019
1019
|
|
1020
1020
|
<span class='kw'>def</span> <span class='id identifier rubyid_position_range'>position_range</span>
|
1021
1021
|
<span class='ivar'>@position_range</span>
|
@@ -1071,12 +1071,12 @@ Particle object will be created.</p>
|
|
1071
1071
|
<pre class="lines">
|
1072
1072
|
|
1073
1073
|
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1074
|
+
847
|
1075
|
+
848
|
1076
|
+
849</pre>
|
1077
1077
|
</td>
|
1078
1078
|
<td>
|
1079
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1079
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 847</span>
|
1080
1080
|
|
1081
1081
|
<span class='kw'>def</span> <span class='id identifier rubyid_speed'>speed</span>
|
1082
1082
|
<span class='ivar'>@speed</span>
|
@@ -1132,12 +1132,12 @@ Particle object will be created.</p>
|
|
1132
1132
|
<pre class="lines">
|
1133
1133
|
|
1134
1134
|
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1135
|
+
871
|
1136
|
+
872
|
1137
|
+
873</pre>
|
1138
1138
|
</td>
|
1139
1139
|
<td>
|
1140
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1140
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 871</span>
|
1141
1141
|
|
1142
1142
|
<span class='kw'>def</span> <span class='id identifier rubyid_start_color'>start_color</span>
|
1143
1143
|
<span class='ivar'>@start_color</span>
|
@@ -1193,12 +1193,12 @@ Particle object will be created.</p>
|
|
1193
1193
|
<pre class="lines">
|
1194
1194
|
|
1195
1195
|
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1196
|
+
844
|
1197
|
+
845
|
1198
|
+
846</pre>
|
1199
1199
|
</td>
|
1200
1200
|
<td>
|
1201
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1201
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 844</span>
|
1202
1202
|
|
1203
1203
|
<span class='kw'>def</span> <span class='id identifier rubyid_texture='>texture=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
1204
1204
|
<span class='ivar'>@texture</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
|
@@ -1214,7 +1214,7 @@ Particle object will be created.</p>
|
|
1214
1214
|
</div>
|
1215
1215
|
|
1216
1216
|
<div id="footer">
|
1217
|
-
Generated on Sun
|
1217
|
+
Generated on Sun Dec 11 16:38:30 2016 by
|
1218
1218
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1219
1219
|
0.9.5 (ruby-2.3.3).
|
1220
1220
|
</div>
|