motion-game 1.1.1 → 1.1.2
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.html +1 -1
- data/doc/MG/Application.html +1 -1
- data/doc/MG/Audio.html +1 -1
- data/doc/MG/Button.html +23 -23
- data/doc/MG/Color.html +17 -17
- data/doc/MG/Director.html +1 -1
- data/doc/MG/Draw.html +380 -7
- data/doc/MG/Events.html +1 -1
- data/doc/MG/Events/Acceleration.html +1 -1
- data/doc/MG/Events/Touch.html +1 -1
- data/doc/MG/File.html +1 -1
- data/doc/MG/Layout.html +15 -15
- data/doc/MG/List.html +21 -21
- data/doc/MG/Node.html +1 -1
- data/doc/MG/Parallax.html +1 -1
- data/doc/MG/Particle.html +47 -47
- data/doc/MG/Point.html +13 -13
- data/doc/MG/Scene.html +1 -1
- data/doc/MG/Scroll.html +15 -15
- data/doc/MG/Size.html +17 -17
- data/doc/MG/Slider.html +7 -7
- data/doc/MG/Sprite.html +59 -59
- data/doc/MG/Text.html +31 -31
- data/doc/MG/Web.html +15 -15
- data/doc/MG/Widget.html +11 -11
- data/doc/_index.html +1 -1
- data/doc/file.README.html +7 -3
- data/doc/index.html +7 -3
- data/doc/method_list.html +123 -105
- data/doc/top-level-namespace.html +1 -1
- data/template/motion-game/files/resources/Default-568h@2x.png +0 -0
- data/template/motion-game/files/resources/Default-667h@2x.png +0 -0
- data/template/motion-game/files/resources/Default-736h@3x.png +0 -0
- metadata +5 -2
data/doc/MG/Point.html
CHANGED
@@ -303,12 +303,12 @@ given point object.</p>
|
|
303
303
|
<pre class="lines">
|
304
304
|
|
305
305
|
|
306
|
-
|
307
|
-
|
308
|
-
|
306
|
+
610
|
307
|
+
611
|
308
|
+
612</pre>
|
309
309
|
</td>
|
310
310
|
<td>
|
311
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
311
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 610</span>
|
312
312
|
|
313
313
|
<span class='kw'>def</span> <span class='id identifier rubyid_x'>x</span>
|
314
314
|
<span class='ivar'>@x</span>
|
@@ -364,12 +364,12 @@ given point object.</p>
|
|
364
364
|
<pre class="lines">
|
365
365
|
|
366
366
|
|
367
|
-
|
368
|
-
|
369
|
-
|
367
|
+
613
|
368
|
+
614
|
369
|
+
615</pre>
|
370
370
|
</td>
|
371
371
|
<td>
|
372
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
372
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 613</span>
|
373
373
|
|
374
374
|
<span class='kw'>def</span> <span class='id identifier rubyid_y'>y</span>
|
375
375
|
<span class='ivar'>@y</span>
|
@@ -446,10 +446,10 @@ point object.</p>
|
|
446
446
|
<pre class="lines">
|
447
447
|
|
448
448
|
|
449
|
-
|
449
|
+
622</pre>
|
450
450
|
</td>
|
451
451
|
<td>
|
452
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
452
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 622</span>
|
453
453
|
|
454
454
|
<span class='kw'>def</span> <span class='op'>+</span><span class='lparen'>(</span><span class='id identifier rubyid_point'>point</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
455
455
|
</td>
|
@@ -517,10 +517,10 @@ given point object.</p>
|
|
517
517
|
<pre class="lines">
|
518
518
|
|
519
519
|
|
520
|
-
|
520
|
+
628</pre>
|
521
521
|
</td>
|
522
522
|
<td>
|
523
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
523
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 628</span>
|
524
524
|
|
525
525
|
<span class='kw'>def</span> <span class='op'>-</span><span class='lparen'>(</span><span class='id identifier rubyid_point'>point</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
526
526
|
</td>
|
@@ -533,7 +533,7 @@ given point object.</p>
|
|
533
533
|
</div>
|
534
534
|
|
535
535
|
<div id="footer">
|
536
|
-
Generated on
|
536
|
+
Generated on Fri Mar 25 23:19:56 2016 by
|
537
537
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
538
538
|
0.8.7.6 (ruby-2.2.3).
|
539
539
|
</div>
|
data/doc/MG/Scene.html
CHANGED
@@ -1532,7 +1532,7 @@ this method was called.</p>
|
|
1532
1532
|
</div>
|
1533
1533
|
|
1534
1534
|
<div id="footer">
|
1535
|
-
Generated on
|
1535
|
+
Generated on Fri Mar 25 23:19:55 2016 by
|
1536
1536
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1537
1537
|
0.8.7.6 (ruby-2.2.3).
|
1538
1538
|
</div>
|
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
|
+
856</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 856</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
|
+
863
|
380
|
+
864
|
381
|
+
865</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 863</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
|
+
870
|
441
|
+
871
|
442
|
+
872</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 870</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
|
+
867
|
504
|
+
868
|
505
|
+
869</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 867</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,7 +521,7 @@ 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 Fri Mar 25 23:19:56 2016 by
|
525
525
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
526
526
|
0.8.7.6 (ruby-2.2.3).
|
527
527
|
</div>
|
data/doc/MG/Size.html
CHANGED
@@ -350,12 +350,12 @@ size object.</p>
|
|
350
350
|
<pre class="lines">
|
351
351
|
|
352
352
|
|
353
|
-
|
354
|
-
|
355
|
-
|
353
|
+
649
|
354
|
+
650
|
355
|
+
651</pre>
|
356
356
|
</td>
|
357
357
|
<td>
|
358
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
358
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 649</span>
|
359
359
|
|
360
360
|
<span class='kw'>def</span> <span class='id identifier rubyid_height'>height</span>
|
361
361
|
<span class='ivar'>@height</span>
|
@@ -411,12 +411,12 @@ size object.</p>
|
|
411
411
|
<pre class="lines">
|
412
412
|
|
413
413
|
|
414
|
-
|
415
|
-
|
416
|
-
|
414
|
+
646
|
415
|
+
647
|
416
|
+
648</pre>
|
417
417
|
</td>
|
418
418
|
<td>
|
419
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
419
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 646</span>
|
420
420
|
|
421
421
|
<span class='kw'>def</span> <span class='id identifier rubyid_width'>width</span>
|
422
422
|
<span class='ivar'>@width</span>
|
@@ -497,10 +497,10 @@ size object.</p>
|
|
497
497
|
<pre class="lines">
|
498
498
|
|
499
499
|
|
500
|
-
|
500
|
+
674</pre>
|
501
501
|
</td>
|
502
502
|
<td>
|
503
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
503
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 674</span>
|
504
504
|
|
505
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>
|
506
506
|
</td>
|
@@ -568,10 +568,10 @@ object.</p>
|
|
568
568
|
<pre class="lines">
|
569
569
|
|
570
570
|
|
571
|
-
|
571
|
+
658</pre>
|
572
572
|
</td>
|
573
573
|
<td>
|
574
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
574
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 658</span>
|
575
575
|
|
576
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>
|
577
577
|
</td>
|
@@ -639,10 +639,10 @@ size object.</p>
|
|
639
639
|
<pre class="lines">
|
640
640
|
|
641
641
|
|
642
|
-
|
642
|
+
664</pre>
|
643
643
|
</td>
|
644
644
|
<td>
|
645
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
645
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 664</span>
|
646
646
|
|
647
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>
|
648
648
|
</td>
|
@@ -714,10 +714,10 @@ size object.</p>
|
|
714
714
|
<pre class="lines">
|
715
715
|
|
716
716
|
|
717
|
-
|
717
|
+
669</pre>
|
718
718
|
</td>
|
719
719
|
<td>
|
720
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
720
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 669</span>
|
721
721
|
|
722
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>
|
723
723
|
</td>
|
@@ -730,7 +730,7 @@ size object.</p>
|
|
730
730
|
</div>
|
731
731
|
|
732
732
|
<div id="footer">
|
733
|
-
Generated on
|
733
|
+
Generated on Fri Mar 25 23:19:56 2016 by
|
734
734
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
735
735
|
0.8.7.6 (ruby-2.2.3).
|
736
736
|
</div>
|
data/doc/MG/Slider.html
CHANGED
@@ -241,10 +241,10 @@
|
|
241
241
|
<pre class="lines">
|
242
242
|
|
243
243
|
|
244
|
-
|
244
|
+
818</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 818</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
|
+
825
|
309
|
+
826
|
310
|
+
827</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 825</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,7 +326,7 @@
|
|
326
326
|
</div>
|
327
327
|
|
328
328
|
<div id="footer">
|
329
|
-
Generated on
|
329
|
+
Generated on Fri Mar 25 23:19:56 2016 by
|
330
330
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
331
331
|
0.8.7.6 (ruby-2.2.3).
|
332
332
|
</div>
|
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
|
+
499</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 499</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
|
+
585
|
782
|
+
586
|
783
|
+
587</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 585</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
|
+
591
|
843
|
+
592
|
844
|
+
593</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 591</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
|
+
588
|
904
|
+
589
|
905
|
+
590</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 588</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
|
+
570
|
968
|
+
571
|
969
|
+
572</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 570</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
|
+
573
|
1029
|
+
574
|
1030
|
+
575</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 573</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
|
+
565
|
1092
|
+
566
|
1093
|
+
567</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 565</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
|
+
582
|
1153
|
+
583
|
1154
|
+
584</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 582</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
|
+
561
|
1214
|
+
562
|
1215
|
+
563</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 561</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
|
+
579
|
1275
|
+
580
|
1276
|
+
581</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 579</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
|
+
576
|
1336
|
+
577
|
1337
|
+
578</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 576</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
|
+
489</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 489</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
|
+
536</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 536</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
|
+
555</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 555</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
|
+
550</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 550</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
|
+
545</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 545</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
|
+
523</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 523</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
|
+
510</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 510</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
|
+
516</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 516</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,7 +2057,7 @@ 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 Fri Mar 25 23:19:56 2016 by
|
2061
2061
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2062
2062
|
0.8.7.6 (ruby-2.2.3).
|
2063
2063
|
</div>
|