motion-game 1.1 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/libchipmunk.a +0 -0
- data/build/tvos/libcrypto.a +0 -0
- data/build/tvos/libcurl.a +0 -0
- data/build/tvos/libfreetype.a +0 -0
- data/build/tvos/libjpeg.a +0 -0
- data/build/tvos/libmotion-cocos.a +0 -0
- data/build/tvos/libpng.a +0 -0
- data/build/tvos/libssl.a +0 -0
- data/build/tvos/libtiff.a +0 -0
- data/build/tvos/libwebp.a +0 -0
- data/doc/MG.html +3 -3
- data/doc/MG/Application.html +8 -8
- data/doc/MG/Audio.html +2 -2
- data/doc/MG/Button.html +27 -27
- data/doc/MG/Color.html +28 -23
- data/doc/MG/Director.html +2 -2
- data/doc/MG/Draw.html +6 -6
- data/doc/MG/Events.html +2 -2
- data/doc/MG/Events/Acceleration.html +2 -2
- data/doc/MG/Events/Touch.html +2 -2
- data/doc/MG/File.html +216 -0
- data/doc/MG/Layout.html +16 -16
- data/doc/MG/List.html +22 -22
- data/doc/MG/Node.html +58 -57
- data/doc/MG/Parallax.html +4 -4
- data/doc/MG/Particle.html +48 -48
- data/doc/MG/Point.html +18 -16
- data/doc/MG/Scene.html +319 -28
- data/doc/MG/Scroll.html +16 -16
- data/doc/MG/Size.html +22 -20
- data/doc/MG/Slider.html +8 -8
- data/doc/MG/Sprite.html +60 -60
- data/doc/MG/Text.html +32 -32
- data/doc/MG/Web.html +16 -16
- data/doc/MG/Widget.html +12 -12
- data/doc/_index.html +20 -5
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +63 -16
- data/doc/index.html +63 -16
- data/doc/method_list.html +104 -80
- data/doc/top-level-namespace.html +2 -2
- data/template/motion-game/files/config/tvos.rb.erb +1 -1
- metadata +55 -44
data/doc/MG/Scroll.html
CHANGED
@@ -314,10 +314,10 @@ than the size of the scroll view itself.</p>
|
|
314
314
|
<pre class="lines">
|
315
315
|
|
316
316
|
|
317
|
-
|
317
|
+
836</pre>
|
318
318
|
</td>
|
319
319
|
<td>
|
320
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
320
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 836</span>
|
321
321
|
|
322
322
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
323
323
|
</td>
|
@@ -376,12 +376,12 @@ than the size of the scroll view itself.</p>
|
|
376
376
|
<pre class="lines">
|
377
377
|
|
378
378
|
|
379
|
-
|
380
|
-
|
381
|
-
|
379
|
+
843
|
380
|
+
844
|
381
|
+
845</pre>
|
382
382
|
</td>
|
383
383
|
<td>
|
384
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
384
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 843</span>
|
385
385
|
|
386
386
|
<span class='kw'>def</span> <span class='id identifier rubyid_direction'>direction</span>
|
387
387
|
<span class='ivar'>@direction</span>
|
@@ -437,12 +437,12 @@ than the size of the scroll view itself.</p>
|
|
437
437
|
<pre class="lines">
|
438
438
|
|
439
439
|
|
440
|
-
|
441
|
-
|
442
|
-
|
440
|
+
850
|
441
|
+
851
|
442
|
+
852</pre>
|
443
443
|
</td>
|
444
444
|
<td>
|
445
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
445
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 850</span>
|
446
446
|
|
447
447
|
<span class='kw'>def</span> <span class='id identifier rubyid_inner_container'>inner_container</span>
|
448
448
|
<span class='ivar'>@inner_container</span>
|
@@ -500,12 +500,12 @@ than the size of the scroll view itself.</p>
|
|
500
500
|
<pre class="lines">
|
501
501
|
|
502
502
|
|
503
|
-
|
504
|
-
|
505
|
-
|
503
|
+
847
|
504
|
+
848
|
505
|
+
849</pre>
|
506
506
|
</td>
|
507
507
|
<td>
|
508
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
508
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 847</span>
|
509
509
|
|
510
510
|
<span class='kw'>def</span> <span class='id identifier rubyid_inner_size'>inner_size</span>
|
511
511
|
<span class='ivar'>@inner_size</span>
|
@@ -521,9 +521,9 @@ than the size of the scroll view itself.</p>
|
|
521
521
|
</div>
|
522
522
|
|
523
523
|
<div id="footer">
|
524
|
-
Generated on
|
524
|
+
Generated on Sun Feb 28 09:23:31 2016 by
|
525
525
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
526
|
-
0.8.7.6 (ruby-2.
|
526
|
+
0.8.7.6 (ruby-2.2.3).
|
527
527
|
</div>
|
528
528
|
|
529
529
|
</body>
|
data/doc/MG/Size.html
CHANGED
@@ -108,14 +108,16 @@
|
|
108
108
|
<code>Array</code> can be passed instead, as a convenience shortcut. For
|
109
109
|
example,</p>
|
110
110
|
|
111
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='int'>200</span><span class='comma'>,</span> <span class='int'>400</span><span class='rbracket'>]</span
|
111
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='int'>200</span><span class='comma'>,</span> <span class='int'>400</span><span class='rbracket'>]</span>
|
112
|
+
</code></pre>
|
112
113
|
|
113
114
|
<p>is the same as</p>
|
114
115
|
|
115
116
|
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_size'>size</span> <span class='op'>=</span> <span class='const'>MG</span><span class='op'>::</span><span class='const'>Size</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
116
117
|
<span class='id identifier rubyid_size'>size</span><span class='period'>.</span><span class='id identifier rubyid_x'>x</span> <span class='op'>=</span> <span class='int'>200</span>
|
117
118
|
<span class='id identifier rubyid_size'>size</span><span class='period'>.</span><span class='id identifier rubyid_y'>y</span> <span class='op'>=</span> <span class='int'>400</span>
|
118
|
-
<span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span> <span class='op'>=</span> <span class='id identifier rubyid_size'>size</span
|
119
|
+
<span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span> <span class='op'>=</span> <span class='id identifier rubyid_size'>size</span>
|
120
|
+
</code></pre>
|
119
121
|
|
120
122
|
|
121
123
|
</div>
|
@@ -348,12 +350,12 @@ size object.</p>
|
|
348
350
|
<pre class="lines">
|
349
351
|
|
350
352
|
|
351
|
-
|
352
|
-
|
353
|
-
|
353
|
+
629
|
354
|
+
630
|
355
|
+
631</pre>
|
354
356
|
</td>
|
355
357
|
<td>
|
356
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
358
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 629</span>
|
357
359
|
|
358
360
|
<span class='kw'>def</span> <span class='id identifier rubyid_height'>height</span>
|
359
361
|
<span class='ivar'>@height</span>
|
@@ -409,12 +411,12 @@ size object.</p>
|
|
409
411
|
<pre class="lines">
|
410
412
|
|
411
413
|
|
412
|
-
|
413
|
-
|
414
|
-
|
414
|
+
626
|
415
|
+
627
|
416
|
+
628</pre>
|
415
417
|
</td>
|
416
418
|
<td>
|
417
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
419
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 626</span>
|
418
420
|
|
419
421
|
<span class='kw'>def</span> <span class='id identifier rubyid_width'>width</span>
|
420
422
|
<span class='ivar'>@width</span>
|
@@ -495,10 +497,10 @@ size object.</p>
|
|
495
497
|
<pre class="lines">
|
496
498
|
|
497
499
|
|
498
|
-
|
500
|
+
654</pre>
|
499
501
|
</td>
|
500
502
|
<td>
|
501
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
503
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 654</span>
|
502
504
|
|
503
505
|
<span class='kw'>def</span> <span class='op'>*</span><span class='lparen'>(</span><span class='id identifier rubyid_delta'>delta</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
504
506
|
</td>
|
@@ -566,10 +568,10 @@ object.</p>
|
|
566
568
|
<pre class="lines">
|
567
569
|
|
568
570
|
|
569
|
-
|
571
|
+
638</pre>
|
570
572
|
</td>
|
571
573
|
<td>
|
572
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
574
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 638</span>
|
573
575
|
|
574
576
|
<span class='kw'>def</span> <span class='op'>+</span><span class='lparen'>(</span><span class='id identifier rubyid_size'>size</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
575
577
|
</td>
|
@@ -637,10 +639,10 @@ size object.</p>
|
|
637
639
|
<pre class="lines">
|
638
640
|
|
639
641
|
|
640
|
-
|
642
|
+
644</pre>
|
641
643
|
</td>
|
642
644
|
<td>
|
643
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
645
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 644</span>
|
644
646
|
|
645
647
|
<span class='kw'>def</span> <span class='op'>-</span><span class='lparen'>(</span><span class='id identifier rubyid_size'>size</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
646
648
|
</td>
|
@@ -712,10 +714,10 @@ size object.</p>
|
|
712
714
|
<pre class="lines">
|
713
715
|
|
714
716
|
|
715
|
-
|
717
|
+
649</pre>
|
716
718
|
</td>
|
717
719
|
<td>
|
718
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
720
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 649</span>
|
719
721
|
|
720
722
|
<span class='kw'>def</span> <span class='op'>/</span><span class='lparen'>(</span><span class='id identifier rubyid_delta'>delta</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
721
723
|
</td>
|
@@ -728,9 +730,9 @@ size object.</p>
|
|
728
730
|
</div>
|
729
731
|
|
730
732
|
<div id="footer">
|
731
|
-
Generated on
|
733
|
+
Generated on Sun Feb 28 09:23:31 2016 by
|
732
734
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
733
|
-
0.8.7.6 (ruby-2.
|
735
|
+
0.8.7.6 (ruby-2.2.3).
|
734
736
|
</div>
|
735
737
|
|
736
738
|
</body>
|
data/doc/MG/Slider.html
CHANGED
@@ -241,10 +241,10 @@
|
|
241
241
|
<pre class="lines">
|
242
242
|
|
243
243
|
|
244
|
-
|
244
|
+
798</pre>
|
245
245
|
</td>
|
246
246
|
<td>
|
247
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
247
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 798</span>
|
248
248
|
|
249
249
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
250
250
|
</td>
|
@@ -305,12 +305,12 @@
|
|
305
305
|
<pre class="lines">
|
306
306
|
|
307
307
|
|
308
|
-
|
309
|
-
|
310
|
-
|
308
|
+
805
|
309
|
+
806
|
310
|
+
807</pre>
|
311
311
|
</td>
|
312
312
|
<td>
|
313
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
313
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 805</span>
|
314
314
|
|
315
315
|
<span class='kw'>def</span> <span class='id identifier rubyid_progress'>progress</span>
|
316
316
|
<span class='ivar'>@progress</span>
|
@@ -326,9 +326,9 @@
|
|
326
326
|
</div>
|
327
327
|
|
328
328
|
<div id="footer">
|
329
|
-
Generated on
|
329
|
+
Generated on Sun Feb 28 09:23:31 2016 by
|
330
330
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
331
|
-
0.8.7.6 (ruby-2.
|
331
|
+
0.8.7.6 (ruby-2.2.3).
|
332
332
|
</div>
|
333
333
|
|
334
334
|
</body>
|
data/doc/MG/Sprite.html
CHANGED
@@ -716,10 +716,10 @@ spritesheet using <span class='object_link'><a href="#load-class_method" title="
|
|
716
716
|
<pre class="lines">
|
717
717
|
|
718
718
|
|
719
|
-
|
719
|
+
479</pre>
|
720
720
|
</td>
|
721
721
|
<td>
|
722
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
722
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 479</span>
|
723
723
|
|
724
724
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_sprite_name'>sprite_name</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
725
725
|
</td>
|
@@ -778,12 +778,12 @@ spritesheet using <span class='object_link'><a href="#load-class_method" title="
|
|
778
778
|
<pre class="lines">
|
779
779
|
|
780
780
|
|
781
|
-
|
782
|
-
|
783
|
-
|
781
|
+
565
|
782
|
+
566
|
783
|
+
567</pre>
|
784
784
|
</td>
|
785
785
|
<td>
|
786
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
786
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 565</span>
|
787
787
|
|
788
788
|
<span class='kw'>def</span> <span class='id identifier rubyid_category_mask'>category_mask</span>
|
789
789
|
<span class='ivar'>@category_mask</span>
|
@@ -839,12 +839,12 @@ spritesheet using <span class='object_link'><a href="#load-class_method" title="
|
|
839
839
|
<pre class="lines">
|
840
840
|
|
841
841
|
|
842
|
-
|
843
|
-
|
844
|
-
|
842
|
+
571
|
843
|
+
572
|
844
|
+
573</pre>
|
845
845
|
</td>
|
846
846
|
<td>
|
847
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
847
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 571</span>
|
848
848
|
|
849
849
|
<span class='kw'>def</span> <span class='id identifier rubyid_collision_mask'>collision_mask</span>
|
850
850
|
<span class='ivar'>@collision_mask</span>
|
@@ -900,12 +900,12 @@ spritesheet using <span class='object_link'><a href="#load-class_method" title="
|
|
900
900
|
<pre class="lines">
|
901
901
|
|
902
902
|
|
903
|
-
|
904
|
-
|
905
|
-
|
903
|
+
568
|
904
|
+
569
|
905
|
+
570</pre>
|
906
906
|
</td>
|
907
907
|
<td>
|
908
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
908
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 568</span>
|
909
909
|
|
910
910
|
<span class='kw'>def</span> <span class='id identifier rubyid_contact_mask'>contact_mask</span>
|
911
911
|
<span class='ivar'>@contact_mask</span>
|
@@ -964,12 +964,12 @@ default is <code>true</code>, and a dynamic body will affect with gravity.</p>
|
|
964
964
|
<pre class="lines">
|
965
965
|
|
966
966
|
|
967
|
-
|
968
|
-
|
969
|
-
|
967
|
+
550
|
968
|
+
551
|
969
|
+
552</pre>
|
970
970
|
</td>
|
971
971
|
<td>
|
972
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
972
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 550</span>
|
973
973
|
|
974
974
|
def dynamic?
|
975
975
|
@dynamic?
|
@@ -1025,12 +1025,12 @@ end</pre>
|
|
1025
1025
|
<pre class="lines">
|
1026
1026
|
|
1027
1027
|
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1028
|
+
553
|
1029
|
+
554
|
1030
|
+
555</pre>
|
1031
1031
|
</td>
|
1032
1032
|
<td>
|
1033
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1033
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 553</span>
|
1034
1034
|
|
1035
1035
|
<span class='kw'>def</span> <span class='id identifier rubyid_friction'>friction</span>
|
1036
1036
|
<span class='ivar'>@friction</span>
|
@@ -1088,12 +1088,12 @@ force. The default is <code>true</code>.</p>
|
|
1088
1088
|
<pre class="lines">
|
1089
1089
|
|
1090
1090
|
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1091
|
+
545
|
1092
|
+
546
|
1093
|
+
547</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 545</span>
|
1097
1097
|
|
1098
1098
|
def gravitates?
|
1099
1099
|
@gravitates?
|
@@ -1149,12 +1149,12 @@ end</pre>
|
|
1149
1149
|
<pre class="lines">
|
1150
1150
|
|
1151
1151
|
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1152
|
+
562
|
1153
|
+
563
|
1154
|
+
564</pre>
|
1155
1155
|
</td>
|
1156
1156
|
<td>
|
1157
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1157
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 562</span>
|
1158
1158
|
|
1159
1159
|
<span class='kw'>def</span> <span class='id identifier rubyid_inertia_moment'>inertia_moment</span>
|
1160
1160
|
<span class='ivar'>@inertia_moment</span>
|
@@ -1210,12 +1210,12 @@ end</pre>
|
|
1210
1210
|
<pre class="lines">
|
1211
1211
|
|
1212
1212
|
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1213
|
+
541
|
1214
|
+
542
|
1215
|
+
543</pre>
|
1216
1216
|
</td>
|
1217
1217
|
<td>
|
1218
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1218
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 541</span>
|
1219
1219
|
|
1220
1220
|
<span class='kw'>def</span> <span class='id identifier rubyid_mass'>mass</span>
|
1221
1221
|
<span class='ivar'>@mass</span>
|
@@ -1271,12 +1271,12 @@ end</pre>
|
|
1271
1271
|
<pre class="lines">
|
1272
1272
|
|
1273
1273
|
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1274
|
+
559
|
1275
|
+
560
|
1276
|
+
561</pre>
|
1277
1277
|
</td>
|
1278
1278
|
<td>
|
1279
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1279
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 559</span>
|
1280
1280
|
|
1281
1281
|
def resting?
|
1282
1282
|
@resting?
|
@@ -1332,12 +1332,12 @@ end</pre>
|
|
1332
1332
|
<pre class="lines">
|
1333
1333
|
|
1334
1334
|
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1335
|
+
556
|
1336
|
+
557
|
1337
|
+
558</pre>
|
1338
1338
|
</td>
|
1339
1339
|
<td>
|
1340
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1340
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 556</span>
|
1341
1341
|
|
1342
1342
|
<span class='kw'>def</span> <span class='id identifier rubyid_velocity'>velocity</span>
|
1343
1343
|
<span class='ivar'>@velocity</span>
|
@@ -1418,10 +1418,10 @@ TexturePacker.</p>
|
|
1418
1418
|
<pre class="lines">
|
1419
1419
|
|
1420
1420
|
|
1421
|
-
|
1421
|
+
469</pre>
|
1422
1422
|
</td>
|
1423
1423
|
<td>
|
1424
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1424
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 469</span>
|
1425
1425
|
|
1426
1426
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load'>load</span><span class='lparen'>(</span><span class='id identifier rubyid_file_name'>file_name</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1427
1427
|
</td>
|
@@ -1539,10 +1539,10 @@ using <span class='object_link'><a href="#load-class_method" title="MG::Sprite.l
|
|
1539
1539
|
<pre class="lines">
|
1540
1540
|
|
1541
1541
|
|
1542
|
-
|
1542
|
+
516</pre>
|
1543
1543
|
</td>
|
1544
1544
|
<td>
|
1545
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1545
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 516</span>
|
1546
1546
|
|
1547
1547
|
<span class='kw'>def</span> <span class='id identifier rubyid_animate'>animate</span><span class='lparen'>(</span><span class='id identifier rubyid_frame_names'>frame_names</span><span class='comma'>,</span> <span class='id identifier rubyid_delay'>delay</span><span class='comma'>,</span> <span class='id identifier rubyid_loops'>loops</span><span class='op'>=</span><span class='int'>1</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1548
1548
|
</td>
|
@@ -1614,10 +1614,10 @@ using <span class='object_link'><a href="#load-class_method" title="MG::Sprite.l
|
|
1614
1614
|
<pre class="lines">
|
1615
1615
|
|
1616
1616
|
|
1617
|
-
|
1617
|
+
535</pre>
|
1618
1618
|
</td>
|
1619
1619
|
<td>
|
1620
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1620
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 535</span>
|
1621
1621
|
|
1622
1622
|
<span class='kw'>def</span> <span class='id identifier rubyid_apply_force'>apply_force</span><span class='lparen'>(</span><span class='id identifier rubyid_force'>force</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1623
1623
|
</td>
|
@@ -1689,10 +1689,10 @@ using <span class='object_link'><a href="#load-class_method" title="MG::Sprite.l
|
|
1689
1689
|
<pre class="lines">
|
1690
1690
|
|
1691
1691
|
|
1692
|
-
|
1692
|
+
530</pre>
|
1693
1693
|
</td>
|
1694
1694
|
<td>
|
1695
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1695
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 530</span>
|
1696
1696
|
|
1697
1697
|
<span class='kw'>def</span> <span class='id identifier rubyid_apply_impulse'>apply_impulse</span><span class='lparen'>(</span><span class='id identifier rubyid_force'>force</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1698
1698
|
</td>
|
@@ -1767,10 +1767,10 @@ retrieved with <span class='object_link'><a href="Node.html#size-instance_method
|
|
1767
1767
|
<pre class="lines">
|
1768
1768
|
|
1769
1769
|
|
1770
|
-
|
1770
|
+
525</pre>
|
1771
1771
|
</td>
|
1772
1772
|
<td>
|
1773
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1773
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 525</span>
|
1774
1774
|
|
1775
1775
|
<span class='kw'>def</span> <span class='id identifier rubyid_attach_physics_box'>attach_physics_box</span><span class='lparen'>(</span><span class='id identifier rubyid_size'>size</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1776
1776
|
</td>
|
@@ -1858,10 +1858,10 @@ retrieved with <span class='object_link'><a href="Node.html#size-instance_method
|
|
1858
1858
|
<pre class="lines">
|
1859
1859
|
|
1860
1860
|
|
1861
|
-
|
1861
|
+
503</pre>
|
1862
1862
|
</td>
|
1863
1863
|
<td>
|
1864
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1864
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 503</span>
|
1865
1865
|
|
1866
1866
|
<span class='kw'>def</span> <span class='id identifier rubyid_blink'>blink</span><span class='lparen'>(</span><span class='id identifier rubyid_number_of_blinks'>number_of_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>
|
1867
1867
|
</td>
|
@@ -1950,10 +1950,10 @@ of the current location and the given <code>delta_location</code> object.</p>
|
|
1950
1950
|
<pre class="lines">
|
1951
1951
|
|
1952
1952
|
|
1953
|
-
|
1953
|
+
490</pre>
|
1954
1954
|
</td>
|
1955
1955
|
<td>
|
1956
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1956
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 490</span>
|
1957
1957
|
|
1958
1958
|
<span class='kw'>def</span> <span class='id identifier rubyid_move_by'>move_by</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>
|
1959
1959
|
</td>
|
@@ -2041,10 +2041,10 @@ of the current location and the given <code>delta_location</code> object.</p>
|
|
2041
2041
|
<pre class="lines">
|
2042
2042
|
|
2043
2043
|
|
2044
|
-
|
2044
|
+
496</pre>
|
2045
2045
|
</td>
|
2046
2046
|
<td>
|
2047
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
2047
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 496</span>
|
2048
2048
|
|
2049
2049
|
<span class='kw'>def</span> <span class='id identifier rubyid_move_to'>move_to</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>
|
2050
2050
|
</td>
|
@@ -2057,9 +2057,9 @@ of the current location and the given <code>delta_location</code> object.</p>
|
|
2057
2057
|
</div>
|
2058
2058
|
|
2059
2059
|
<div id="footer">
|
2060
|
-
Generated on
|
2060
|
+
Generated on Sun Feb 28 09:23:31 2016 by
|
2061
2061
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2062
|
-
0.8.7.6 (ruby-2.
|
2062
|
+
0.8.7.6 (ruby-2.2.3).
|
2063
2063
|
</div>
|
2064
2064
|
|
2065
2065
|
</body>
|