motion-game 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +120 -0
  3. data/build/android/armeabi/libmotion-cocos.a +0 -0
  4. data/build/android/motion-cocos.jar +0 -0
  5. data/build/android/x86/libmotion-cocos.a +0 -0
  6. data/build/ios/libmotion-cocos.a +0 -0
  7. data/build/tvos/libmotion-cocos.a +0 -0
  8. data/doc/API_reference.rb +1407 -0
  9. data/doc/MG.html +1 -1
  10. data/doc/MG/Action.html +9 -9
  11. data/doc/MG/Animate.html +4 -4
  12. data/doc/MG/Application.html +5 -5
  13. data/doc/MG/Audio.html +391 -175
  14. data/doc/MG/Blink.html +3 -3
  15. data/doc/MG/Button.html +23 -23
  16. data/doc/MG/Color.html +19 -20
  17. data/doc/MG/DelayTime.html +3 -3
  18. data/doc/MG/Director.html +33 -33
  19. data/doc/MG/Draw.html +11 -11
  20. data/doc/MG/Events.html +1 -1
  21. data/doc/MG/Events/Acceleration.html +17 -17
  22. data/doc/MG/Events/Touch.html +5 -5
  23. data/doc/MG/FadeIn.html +3 -3
  24. data/doc/MG/FadeOut.html +3 -3
  25. data/doc/MG/FadeTo.html +3 -3
  26. data/doc/MG/File.html +3 -3
  27. data/doc/MG/Follow.html +3 -3
  28. data/doc/MG/JumpBy.html +3 -3
  29. data/doc/MG/JumpTo.html +3 -3
  30. data/doc/MG/Layout.html +15 -15
  31. data/doc/MG/List.html +21 -21
  32. data/doc/MG/Menu.html +9 -9
  33. data/doc/MG/MoveBy.html +3 -3
  34. data/doc/MG/MoveTo.html +3 -3
  35. data/doc/MG/Node.html +61 -61
  36. data/doc/MG/Parallax.html +3 -3
  37. data/doc/MG/Particle.html +47 -47
  38. data/doc/MG/Point.html +16 -18
  39. data/doc/MG/Repeat.html +3 -3
  40. data/doc/MG/RepeatForever.html +3 -3
  41. data/doc/MG/RotateBy.html +3 -3
  42. data/doc/MG/RotateTo.html +3 -3
  43. data/doc/MG/ScaleBy.html +3 -3
  44. data/doc/MG/ScaleTo.html +3 -3
  45. data/doc/MG/Scene.html +33 -33
  46. data/doc/MG/Scroll.html +15 -15
  47. data/doc/MG/Sequence.html +3 -3
  48. data/doc/MG/Size.html +19 -20
  49. data/doc/MG/SkewBy.html +3 -3
  50. data/doc/MG/SkewTo.html +3 -3
  51. data/doc/MG/Slider.html +7 -7
  52. data/doc/MG/Spawn.html +3 -3
  53. data/doc/MG/Speed.html +3 -3
  54. data/doc/MG/Sprite.html +189 -67
  55. data/doc/MG/Text.html +31 -31
  56. data/doc/MG/TintBy.html +3 -3
  57. data/doc/MG/TintTo.html +3 -3
  58. data/doc/MG/Web.html +15 -15
  59. data/doc/MG/Widget.html +15 -15
  60. data/doc/_index.html +1 -1
  61. data/doc/file.README.html +4 -2
  62. data/doc/index.html +4 -2
  63. data/doc/method_list.html +181 -141
  64. data/doc/top-level-namespace.html +1 -1
  65. data/lib/motion-game/android.rb +0 -1
  66. metadata +4 -2
data/doc/MG/Events.html CHANGED
@@ -119,7 +119,7 @@ the game engine. You typically never instantiate these classes yourself.</p>
119
119
  </div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Sun Nov 27 15:52:18 2016 by
122
+ Generated on Sun Dec 11 16:38:29 2016 by
123
123
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.9.5 (ruby-2.3.3).
125
125
  </div>
@@ -291,12 +291,12 @@ the device, usually from the <span class='object_link'><a href="../Scene.html#on
291
291
  <pre class="lines">
292
292
 
293
293
 
294
- 497
295
- 498
296
- 499</pre>
294
+ 517
295
+ 518
296
+ 519</pre>
297
297
  </td>
298
298
  <td>
299
- <pre class="code"><span class="info file"># File 'motion-game', line 497</span>
299
+ <pre class="code"><span class="info file"># File 'motion-game', line 517</span>
300
300
 
301
301
  <span class='kw'>def</span> <span class='id identifier rubyid_timestamp'>timestamp</span>
302
302
  <span class='ivar'>@timestamp</span>
@@ -352,12 +352,12 @@ the device, usually from the <span class='object_link'><a href="../Scene.html#on
352
352
  <pre class="lines">
353
353
 
354
354
 
355
- 488
356
- 489
357
- 490</pre>
355
+ 508
356
+ 509
357
+ 510</pre>
358
358
  </td>
359
359
  <td>
360
- <pre class="code"><span class="info file"># File 'motion-game', line 488</span>
360
+ <pre class="code"><span class="info file"># File 'motion-game', line 508</span>
361
361
 
362
362
  <span class='kw'>def</span> <span class='id identifier rubyid_x'>x</span>
363
363
  <span class='ivar'>@x</span>
@@ -413,12 +413,12 @@ the device, usually from the <span class='object_link'><a href="../Scene.html#on
413
413
  <pre class="lines">
414
414
 
415
415
 
416
- 491
417
- 492
418
- 493</pre>
416
+ 511
417
+ 512
418
+ 513</pre>
419
419
  </td>
420
420
  <td>
421
- <pre class="code"><span class="info file"># File 'motion-game', line 491</span>
421
+ <pre class="code"><span class="info file"># File 'motion-game', line 511</span>
422
422
 
423
423
  <span class='kw'>def</span> <span class='id identifier rubyid_y'>y</span>
424
424
  <span class='ivar'>@y</span>
@@ -474,12 +474,12 @@ the device, usually from the <span class='object_link'><a href="../Scene.html#on
474
474
  <pre class="lines">
475
475
 
476
476
 
477
- 494
478
- 495
479
- 496</pre>
477
+ 514
478
+ 515
479
+ 516</pre>
480
480
  </td>
481
481
  <td>
482
- <pre class="code"><span class="info file"># File 'motion-game', line 494</span>
482
+ <pre class="code"><span class="info file"># File 'motion-game', line 514</span>
483
483
 
484
484
  <span class='kw'>def</span> <span class='id identifier rubyid_z'>z</span>
485
485
  <span class='ivar'>@z</span>
@@ -495,7 +495,7 @@ the device, usually from the <span class='object_link'><a href="../Scene.html#on
495
495
  </div>
496
496
 
497
497
  <div id="footer">
498
- Generated on Sun Nov 27 15:52:18 2016 by
498
+ Generated on Sun Dec 11 16:38:29 2016 by
499
499
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
500
500
  0.9.5 (ruby-2.3.3).
501
501
  </div>
@@ -204,12 +204,12 @@ the <span class='object_link'><a href="../Scene.html#on_touch_begin-instance_met
204
204
  <pre class="lines">
205
205
 
206
206
 
207
- 507
208
- 508
209
- 509</pre>
207
+ 527
208
+ 528
209
+ 529</pre>
210
210
  </td>
211
211
  <td>
212
- <pre class="code"><span class="info file"># File 'motion-game', line 507</span>
212
+ <pre class="code"><span class="info file"># File 'motion-game', line 527</span>
213
213
 
214
214
  <span class='kw'>def</span> <span class='id identifier rubyid_location'>location</span>
215
215
  <span class='ivar'>@location</span>
@@ -225,7 +225,7 @@ the <span class='object_link'><a href="../Scene.html#on_touch_begin-instance_met
225
225
  </div>
226
226
 
227
227
  <div id="footer">
228
- Generated on Sun Nov 27 15:52:18 2016 by
228
+ Generated on Sun Dec 11 16:38:29 2016 by
229
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
230
230
  0.9.5 (ruby-2.3.3).
231
231
  </div>
data/doc/MG/FadeIn.html CHANGED
@@ -213,10 +213,10 @@ to 255.</p>
213
213
  <pre class="lines">
214
214
 
215
215
 
216
- 210</pre>
216
+ 215</pre>
217
217
  </td>
218
218
  <td>
219
- <pre class="code"><span class="info file"># File 'motion-game', line 210</span>
219
+ <pre class="code"><span class="info file"># File 'motion-game', line 215</span>
220
220
 
221
221
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
222
222
  </td>
@@ -230,7 +230,7 @@ to 255.</p>
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Sun Nov 27 15:52:18 2016 by
233
+ Generated on Sun Dec 11 16:38:29 2016 by
234
234
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
235
  0.9.5 (ruby-2.3.3).
236
236
  </div>
data/doc/MG/FadeOut.html CHANGED
@@ -213,10 +213,10 @@
213
213
  <pre class="lines">
214
214
 
215
215
 
216
- 221</pre>
216
+ 226</pre>
217
217
  </td>
218
218
  <td>
219
- <pre class="code"><span class="info file"># File 'motion-game', line 221</span>
219
+ <pre class="code"><span class="info file"># File 'motion-game', line 226</span>
220
220
 
221
221
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
222
222
  </td>
@@ -230,7 +230,7 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Sun Nov 27 15:52:18 2016 by
233
+ Generated on Sun Dec 11 16:38:29 2016 by
234
234
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
235
  0.9.5 (ruby-2.3.3).
236
236
  </div>
data/doc/MG/FadeTo.html CHANGED
@@ -229,10 +229,10 @@ current opacity to a custom one.</p>
229
229
  <pre class="lines">
230
230
 
231
231
 
232
- 199</pre>
232
+ 204</pre>
233
233
  </td>
234
234
  <td>
235
- <pre class="code"><span class="info file"># File 'motion-game', line 199</span>
235
+ <pre class="code"><span class="info file"># File 'motion-game', line 204</span>
236
236
 
237
237
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_opacity'>opacity</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>
238
238
  </td>
@@ -246,7 +246,7 @@ current opacity to a custom one.</p>
246
246
  </div>
247
247
 
248
248
  <div id="footer">
249
- Generated on Sun Nov 27 15:52:18 2016 by
249
+ Generated on Sun Dec 11 16:38:29 2016 by
250
250
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
251
251
  0.9.5 (ruby-2.3.3).
252
252
  </div>
data/doc/MG/File.html CHANGED
@@ -193,10 +193,10 @@
193
193
  <pre class="lines">
194
194
 
195
195
 
196
- 514</pre>
196
+ 534</pre>
197
197
  </td>
198
198
  <td>
199
- <pre class="code"><span class="info file"># File 'motion-game', line 514</span>
199
+ <pre class="code"><span class="info file"># File 'motion-game', line 534</span>
200
200
 
201
201
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
202
202
  </td>
@@ -209,7 +209,7 @@
209
209
  </div>
210
210
 
211
211
  <div id="footer">
212
- Generated on Sun Nov 27 15:52:18 2016 by
212
+ Generated on Sun Dec 11 16:38:29 2016 by
213
213
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
214
214
  0.9.5 (ruby-2.3.3).
215
215
  </div>
data/doc/MG/Follow.html CHANGED
@@ -214,10 +214,10 @@ node&#39;.</p>
214
214
  <pre class="lines">
215
215
 
216
216
 
217
- 267</pre>
217
+ 272</pre>
218
218
  </td>
219
219
  <td>
220
- <pre class="code"><span class="info file"># File 'motion-game', line 267</span>
220
+ <pre class="code"><span class="info file"># File 'motion-game', line 272</span>
221
221
 
222
222
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_followed_node'>followed_node</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
223
223
  </td>
@@ -231,7 +231,7 @@ node&#39;.</p>
231
231
  </div>
232
232
 
233
233
  <div id="footer">
234
- Generated on Sun Nov 27 15:52:18 2016 by
234
+ Generated on Sun Dec 11 16:38:29 2016 by
235
235
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
236
236
  0.9.5 (ruby-2.3.3).
237
237
  </div>
data/doc/MG/JumpBy.html CHANGED
@@ -265,10 +265,10 @@ jumping.</p>
265
265
  <pre class="lines">
266
266
 
267
267
 
268
- 65</pre>
268
+ 70</pre>
269
269
  </td>
270
270
  <td>
271
- <pre class="code"><span class="info file"># File 'motion-game', line 65</span>
271
+ <pre class="code"><span class="info file"># File 'motion-game', line 70</span>
272
272
 
273
273
  <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_height'>height</span><span class='comma'>,</span> <span class='id identifier rubyid_jumps'>jumps</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>
274
274
  </td>
@@ -282,7 +282,7 @@ jumping.</p>
282
282
  </div>
283
283
 
284
284
  <div id="footer">
285
- Generated on Sun Nov 27 15:52:18 2016 by
285
+ Generated on Sun Dec 11 16:38:29 2016 by
286
286
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
287
287
  0.9.5 (ruby-2.3.3).
288
288
  </div>
data/doc/MG/JumpTo.html CHANGED
@@ -260,10 +260,10 @@
260
260
  <pre class="lines">
261
261
 
262
262
 
263
- 79</pre>
263
+ 84</pre>
264
264
  </td>
265
265
  <td>
266
- <pre class="code"><span class="info file"># File 'motion-game', line 79</span>
266
+ <pre class="code"><span class="info file"># File 'motion-game', line 84</span>
267
267
 
268
268
  <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_height'>height</span><span class='comma'>,</span> <span class='id identifier rubyid_jumps'>jumps</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>
269
269
  </td>
@@ -277,7 +277,7 @@
277
277
  </div>
278
278
 
279
279
  <div id="footer">
280
- Generated on Sun Nov 27 15:52:18 2016 by
280
+ Generated on Sun Dec 11 16:38:29 2016 by
281
281
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
282
282
  0.9.5 (ruby-2.3.3).
283
283
  </div>
data/doc/MG/Layout.html CHANGED
@@ -300,10 +300,10 @@
300
300
  <pre class="lines">
301
301
 
302
302
 
303
- 1246</pre>
303
+ 1269</pre>
304
304
  </td>
305
305
  <td>
306
- <pre class="code"><span class="info file"># File 'motion-game', line 1246</span>
306
+ <pre class="code"><span class="info file"># File 'motion-game', line 1269</span>
307
307
 
308
308
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
309
309
  </td>
@@ -362,12 +362,12 @@
362
362
  <pre class="lines">
363
363
 
364
364
 
365
- 1255
366
- 1256
367
- 1257</pre>
365
+ 1278
366
+ 1279
367
+ 1280</pre>
368
368
  </td>
369
369
  <td>
370
- <pre class="code"><span class="info file"># File 'motion-game', line 1255</span>
370
+ <pre class="code"><span class="info file"># File 'motion-game', line 1278</span>
371
371
 
372
372
  <span class='kw'>def</span> <span class='id identifier rubyid_background_color'>background_color</span>
373
373
  <span class='ivar'>@background_color</span>
@@ -424,12 +424,12 @@ false).</p>
424
424
  <pre class="lines">
425
425
 
426
426
 
427
- 1259
428
- 1260
429
- 1261</pre>
427
+ 1282
428
+ 1283
429
+ 1284</pre>
430
430
  </td>
431
431
  <td>
432
- <pre class="code"><span class="info file"># File 'motion-game', line 1259</span>
432
+ <pre class="code"><span class="info file"># File 'motion-game', line 1282</span>
433
433
 
434
434
  def clipping?
435
435
  @clipping?
@@ -485,12 +485,12 @@ end</pre>
485
485
  <pre class="lines">
486
486
 
487
487
 
488
- 1252
489
- 1253
490
- 1254</pre>
488
+ 1275
489
+ 1276
490
+ 1277</pre>
491
491
  </td>
492
492
  <td>
493
- <pre class="code"><span class="info file"># File 'motion-game', line 1252</span>
493
+ <pre class="code"><span class="info file"># File 'motion-game', line 1275</span>
494
494
 
495
495
  <span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
496
496
  <span class='ivar'>@type</span>
@@ -506,7 +506,7 @@ end</pre>
506
506
  </div>
507
507
 
508
508
  <div id="footer">
509
- Generated on Sun Nov 27 15:52:20 2016 by
509
+ Generated on Sun Dec 11 16:38:30 2016 by
510
510
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
511
511
  0.9.5 (ruby-2.3.3).
512
512
  </div>
data/doc/MG/List.html CHANGED
@@ -454,10 +454,10 @@
454
454
  <pre class="lines">
455
455
 
456
456
 
457
- 1291</pre>
457
+ 1314</pre>
458
458
  </td>
459
459
  <td>
460
- <pre class="code"><span class="info file"># File 'motion-game', line 1291</span>
460
+ <pre class="code"><span class="info file"># File 'motion-game', line 1314</span>
461
461
 
462
462
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
463
463
  </td>
@@ -516,12 +516,12 @@
516
516
  <pre class="lines">
517
517
 
518
518
 
519
- 1337
520
- 1338
521
- 1339</pre>
519
+ 1360
520
+ 1361
521
+ 1362</pre>
522
522
  </td>
523
523
  <td>
524
- <pre class="code"><span class="info file"># File 'motion-game', line 1337</span>
524
+ <pre class="code"><span class="info file"># File 'motion-game', line 1360</span>
525
525
 
526
526
  <span class='kw'>def</span> <span class='id identifier rubyid_items_margin'>items_margin</span>
527
527
  <span class='ivar'>@items_margin</span>
@@ -602,10 +602,10 @@
602
602
  <pre class="lines">
603
603
 
604
604
 
605
- 1299</pre>
605
+ 1322</pre>
606
606
  </td>
607
607
  <td>
608
- <pre class="code"><span class="info file"># File 'motion-game', line 1299</span>
608
+ <pre class="code"><span class="info file"># File 'motion-game', line 1322</span>
609
609
 
610
610
  <span class='kw'>def</span> <span class='id identifier rubyid_add_item'>add_item</span><span class='lparen'>(</span><span class='id identifier rubyid_widget'>widget</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
611
611
  </td>
@@ -657,10 +657,10 @@
657
657
  <pre class="lines">
658
658
 
659
659
 
660
- 1319</pre>
660
+ 1342</pre>
661
661
  </td>
662
662
  <td>
663
- <pre class="code"><span class="info file"># File 'motion-game', line 1319</span>
663
+ <pre class="code"><span class="info file"># File 'motion-game', line 1342</span>
664
664
 
665
665
  <span class='kw'>def</span> <span class='id identifier rubyid_clear_items'>clear_items</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
666
666
  </td>
@@ -732,10 +732,10 @@
732
732
  <pre class="lines">
733
733
 
734
734
 
735
- 1315</pre>
735
+ 1338</pre>
736
736
  </td>
737
737
  <td>
738
- <pre class="code"><span class="info file"># File 'motion-game', line 1315</span>
738
+ <pre class="code"><span class="info file"># File 'motion-game', line 1338</span>
739
739
 
740
740
  <span class='kw'>def</span> <span class='id identifier rubyid_delete_item'>delete_item</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
741
741
  </td>
@@ -823,10 +823,10 @@
823
823
  <pre class="lines">
824
824
 
825
825
 
826
- 1305</pre>
826
+ 1328</pre>
827
827
  </td>
828
828
  <td>
829
- <pre class="code"><span class="info file"># File 'motion-game', line 1305</span>
829
+ <pre class="code"><span class="info file"># File 'motion-game', line 1328</span>
830
830
 
831
831
  <span class='kw'>def</span> <span class='id identifier rubyid_insert_item'>insert_item</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_widget'>widget</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
832
832
  </td>
@@ -898,10 +898,10 @@
898
898
  <pre class="lines">
899
899
 
900
900
 
901
- 1310</pre>
901
+ 1333</pre>
902
902
  </td>
903
903
  <td>
904
- <pre class="code"><span class="info file"># File 'motion-game', line 1310</span>
904
+ <pre class="code"><span class="info file"># File 'motion-game', line 1333</span>
905
905
 
906
906
  <span class='kw'>def</span> <span class='id identifier rubyid_item_at'>item_at</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
907
907
  </td>
@@ -972,10 +972,10 @@ of the selection as the argument.</p>
972
972
  <pre class="lines">
973
973
 
974
974
 
975
- 1328</pre>
975
+ 1351</pre>
976
976
  </td>
977
977
  <td>
978
- <pre class="code"><span class="info file"># File 'motion-game', line 1328</span>
978
+ <pre class="code"><span class="info file"># File 'motion-game', line 1351</span>
979
979
 
980
980
  <span class='kw'>def</span> <span class='id identifier rubyid_on_selection'>on_selection</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
981
981
  </td>
@@ -1027,10 +1027,10 @@ of the selection as the argument.</p>
1027
1027
  <pre class="lines">
1028
1028
 
1029
1029
 
1030
- 1331</pre>
1030
+ 1354</pre>
1031
1031
  </td>
1032
1032
  <td>
1033
- <pre class="code"><span class="info file"># File 'motion-game', line 1331</span>
1033
+ <pre class="code"><span class="info file"># File 'motion-game', line 1354</span>
1034
1034
 
1035
1035
  <span class='kw'>def</span> <span class='id identifier rubyid_selected_item'>selected_item</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1036
1036
  </td>
@@ -1043,7 +1043,7 @@ of the selection as the argument.</p>
1043
1043
  </div>
1044
1044
 
1045
1045
  <div id="footer">
1046
- Generated on Sun Nov 27 15:52:20 2016 by
1046
+ Generated on Sun Dec 11 16:38:30 2016 by
1047
1047
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1048
1048
  0.9.5 (ruby-2.3.3).
1049
1049
  </div>