motion-game 1.1.1 → 1.1.2
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/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
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on
|
|
106
|
+
Generated on Fri Mar 25 23:19:55 2016 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
108
|
0.8.7.6 (ruby-2.2.3).
|
|
109
109
|
</div>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-game
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HipByte
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: motion-game allows you to write cross-platform native mobile games in
|
|
14
14
|
Ruby.
|
|
@@ -117,6 +117,9 @@ files:
|
|
|
117
117
|
- template/motion-game/files/config/android.rb.erb
|
|
118
118
|
- template/motion-game/files/config/ios.rb.erb
|
|
119
119
|
- template/motion-game/files/config/tvos.rb.erb
|
|
120
|
+
- template/motion-game/files/resources/Default-568h@2x.png
|
|
121
|
+
- template/motion-game/files/resources/Default-667h@2x.png
|
|
122
|
+
- template/motion-game/files/resources/Default-736h@3x.png
|
|
120
123
|
homepage: http://www.rubymotion.com/developers/motion-game
|
|
121
124
|
licenses:
|
|
122
125
|
- BSD
|