Permalink
Please sign in to comment.
Showing
with
27,467 additions
and 3,098 deletions.
- +13 −1 docs/api.js
- BIN docs/assets/css/logo.png
- +3 −5 docs/assets/css/main.css
- BIN docs/assets/favicon.png
- +219 −38 docs/classes/Kiwi.Animations.Animation.html
- +14 −0 docs/classes/Kiwi.Animations.Sequence.html
- +174 −29 docs/classes/Kiwi.Animations.Tween.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Back.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Bounce.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Circular.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Cubic.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Elastic.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Exponential.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Linear.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Quadratic.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Quartic.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Quintic.html
- +14 −0 docs/classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html
- +189 −10 docs/classes/Kiwi.Animations.Tweens.TweenManager.html
- +137 −4 docs/classes/Kiwi.Camera.html
- +14 −0 docs/classes/Kiwi.CameraManager.html
- +14 −0 docs/classes/Kiwi.Component.html
- +14 −0 docs/classes/Kiwi.ComponentManager.html
- +17 −3 docs/classes/Kiwi.Components.AnimationManager.html
- +14 −0 docs/classes/Kiwi.Components.ArcadePhysics.html
- +36 −21 docs/classes/Kiwi.Components.Box.html
- +14 −0 docs/classes/Kiwi.Components.Input.html
- +14 −0 docs/classes/Kiwi.Components.Sound.html
- +17 −3 docs/classes/Kiwi.Entity.html
- +6,247 −0 docs/classes/Kiwi.Files.AudioFile.html
- +6,411 −0 docs/classes/Kiwi.Files.DataFile.html
- +14 −0 docs/classes/Kiwi.Files.DataLibrary.html
- +1,911 −1,246 docs/classes/Kiwi.Files.File.html
- +14 −0 docs/classes/Kiwi.Files.FileStore.html
- +2,289 −550 docs/classes/Kiwi.Files.Loader.html
- +6,333 −0 docs/classes/Kiwi.Files.TextureFile.html
- +240 −35 docs/classes/Kiwi.Game.html
- +91 −20 docs/classes/Kiwi.GameManager.html
- +18 −4 docs/classes/Kiwi.GameObjects.Sprite.html
- +20 −4 docs/classes/Kiwi.GameObjects.StaticImage.html
- +933 −790 docs/classes/Kiwi.GameObjects.Textfield.html
- +14 −0 docs/classes/Kiwi.GameObjects.Tilemap.TileMap.html
- +33 −19 docs/classes/Kiwi.GameObjects.Tilemap.TileMapLayer.html
- +14 −0 docs/classes/Kiwi.GameObjects.Tilemap.TileType.html
- +14 −0 docs/classes/Kiwi.Geom.AABB.html
- +14 −0 docs/classes/Kiwi.Geom.Circle.html
- +14 −0 docs/classes/Kiwi.Geom.Intersect.html
- +14 −0 docs/classes/Kiwi.Geom.IntersectResult.html
- +14 −0 docs/classes/Kiwi.Geom.Line.html
- +99 −85 docs/classes/Kiwi.Geom.Matrix.html
- +14 −0 docs/classes/Kiwi.Geom.Point.html
- +14 −0 docs/classes/Kiwi.Geom.Ray.html
- +14 −0 docs/classes/Kiwi.Geom.Rectangle.html
- +362 −42 docs/classes/Kiwi.Geom.Transform.html
- +14 −0 docs/classes/Kiwi.Geom.Vector2.html
- +63 −49 docs/classes/Kiwi.Group.html
- +14 −0 docs/classes/Kiwi.HUD.HUDComponents.Counter.html
- +15 −1 docs/classes/Kiwi.HUD.HUDComponents.Time.html
- +14 −0 docs/classes/Kiwi.HUD.HUDComponents.WidgetInput.html
- +14 −0 docs/classes/Kiwi.HUD.HUDDisplay.html
- +14 −0 docs/classes/Kiwi.HUD.HUDManager.html
- +14 −0 docs/classes/Kiwi.HUD.HUDWidget.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.Bar.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.BasicScore.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.Button.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.Icon.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.IconBar.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.Menu.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.MenuItem.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.TextField.html
- +14 −0 docs/classes/Kiwi.HUD.Widget.Time.html
- +14 −0 docs/classes/Kiwi.IChild.html
- +14 −0 docs/classes/Kiwi.Input.Finger.html
- +14 −0 docs/classes/Kiwi.Input.InputManager.html
- +14 −0 docs/classes/Kiwi.Input.Key.html
- +14 −0 docs/classes/Kiwi.Input.Keyboard.html
- +14 −0 docs/classes/Kiwi.Input.Keycodes.html
- +14 −0 docs/classes/Kiwi.Input.Mouse.html
- +14 −0 docs/classes/Kiwi.Input.MouseCursor.html
- +126 −2 docs/classes/Kiwi.Input.Pointer.html
- +14 −0 docs/classes/Kiwi.Input.Touch.html
- +154 −4 docs/classes/Kiwi.PluginManager.html
- +14 −0 docs/classes/Kiwi.Renderers.CanvasRenderer.html
- +20 −6 docs/classes/Kiwi.Renderers.GLArrayBuffer.html
- +14 −0 docs/classes/Kiwi.Renderers.GLBlendMode.html
- +15 −1 docs/classes/Kiwi.Renderers.GLElementArrayBuffer.html
- +18 −4 docs/classes/Kiwi.Renderers.GLRenderManager.html
- +14 −0 docs/classes/Kiwi.Renderers.GLTextureManager.html
- +14 −0 docs/classes/Kiwi.Renderers.GLTextureWrapper.html
- +14 −0 docs/classes/Kiwi.Renderers.Renderer.html
- +394 −120 docs/classes/Kiwi.Renderers.TextureAtlasRenderer.html
- +14 −0 docs/classes/Kiwi.Shaders.ShaderManager.html
- +15 −1 docs/classes/Kiwi.Shaders.ShaderPair.html
- +15 −1 docs/classes/Kiwi.Shaders.TextureAtlasShader.html
14
docs/api.js
BIN
docs/assets/css/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8
docs/assets/css/main.css
BIN
docs/assets/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
257
docs/classes/Kiwi.Animations.Animation.html
14
docs/classes/Kiwi.Animations.Sequence.html
203
docs/classes/Kiwi.Animations.Tween.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Back.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Bounce.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Circular.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Cubic.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Elastic.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Exponential.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Linear.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Quadratic.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Quartic.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Quintic.html
14
docs/classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html
199
docs/classes/Kiwi.Animations.Tweens.TweenManager.html
141
docs/classes/Kiwi.Camera.html
14
docs/classes/Kiwi.CameraManager.html
14
docs/classes/Kiwi.Component.html
14
docs/classes/Kiwi.ComponentManager.html
20
docs/classes/Kiwi.Components.AnimationManager.html
14
docs/classes/Kiwi.Components.ArcadePhysics.html
57
docs/classes/Kiwi.Components.Box.html
14
docs/classes/Kiwi.Components.Input.html
14
docs/classes/Kiwi.Components.Sound.html
20
docs/classes/Kiwi.Entity.html
6,247
docs/classes/Kiwi.Files.AudioFile.html
6,247 additions,
0 deletions
not shown because the diff is too large. Please use a local Git client to view these changes.
6,411
docs/classes/Kiwi.Files.DataFile.html
6,411 additions,
0 deletions
not shown because the diff is too large. Please use a local Git client to view these changes.
14
docs/classes/Kiwi.Files.DataLibrary.html
3,157
docs/classes/Kiwi.Files.File.html
1,911 additions,
1,246 deletions
not shown because the diff is too large. Please use a local Git client to view these changes.
14
docs/classes/Kiwi.Files.FileStore.html
2,839
docs/classes/Kiwi.Files.Loader.html
2,289 additions,
550 deletions
not shown because the diff is too large. Please use a local Git client to view these changes.
6,333
docs/classes/Kiwi.Files.TextureFile.html
6,333 additions,
0 deletions
not shown because the diff is too large. Please use a local Git client to view these changes.
275
docs/classes/Kiwi.Game.html
111
docs/classes/Kiwi.GameManager.html
22
docs/classes/Kiwi.GameObjects.Sprite.html
24
docs/classes/Kiwi.GameObjects.StaticImage.html
1,723
docs/classes/Kiwi.GameObjects.Textfield.html
933 additions,
790 deletions
not shown because the diff is too large. Please use a local Git client to view these changes.
14
docs/classes/Kiwi.GameObjects.Tilemap.TileMap.html
52
docs/classes/Kiwi.GameObjects.Tilemap.TileMapLayer.html
14
docs/classes/Kiwi.GameObjects.Tilemap.TileType.html
14
docs/classes/Kiwi.Geom.AABB.html
14
docs/classes/Kiwi.Geom.Circle.html
14
docs/classes/Kiwi.Geom.Intersect.html
14
docs/classes/Kiwi.Geom.IntersectResult.html
14
docs/classes/Kiwi.Geom.Line.html
184
docs/classes/Kiwi.Geom.Matrix.html
14
docs/classes/Kiwi.Geom.Point.html
14
docs/classes/Kiwi.Geom.Ray.html
14
docs/classes/Kiwi.Geom.Rectangle.html
404
docs/classes/Kiwi.Geom.Transform.html
14
docs/classes/Kiwi.Geom.Vector2.html
112
docs/classes/Kiwi.Group.html
14
docs/classes/Kiwi.HUD.HUDComponents.Counter.html
16
docs/classes/Kiwi.HUD.HUDComponents.Time.html
14
docs/classes/Kiwi.HUD.HUDComponents.WidgetInput.html
14
docs/classes/Kiwi.HUD.HUDDisplay.html
14
docs/classes/Kiwi.HUD.HUDManager.html
14
docs/classes/Kiwi.HUD.HUDWidget.html
14
docs/classes/Kiwi.HUD.Widget.Bar.html
14
docs/classes/Kiwi.HUD.Widget.BasicScore.html
14
docs/classes/Kiwi.HUD.Widget.Button.html
14
docs/classes/Kiwi.HUD.Widget.Icon.html
14
docs/classes/Kiwi.HUD.Widget.IconBar.html
14
docs/classes/Kiwi.HUD.Widget.Menu.html
14
docs/classes/Kiwi.HUD.Widget.MenuItem.html
14
docs/classes/Kiwi.HUD.Widget.TextField.html
14
docs/classes/Kiwi.HUD.Widget.Time.html
14
docs/classes/Kiwi.IChild.html
14
docs/classes/Kiwi.Input.Finger.html
14
docs/classes/Kiwi.Input.InputManager.html
14
docs/classes/Kiwi.Input.Key.html
14
docs/classes/Kiwi.Input.Keyboard.html
14
docs/classes/Kiwi.Input.Keycodes.html
14
docs/classes/Kiwi.Input.Mouse.html
14
docs/classes/Kiwi.Input.MouseCursor.html
128
docs/classes/Kiwi.Input.Pointer.html
14
docs/classes/Kiwi.Input.Touch.html
158
docs/classes/Kiwi.PluginManager.html
14
docs/classes/Kiwi.Renderers.CanvasRenderer.html
26
docs/classes/Kiwi.Renderers.GLArrayBuffer.html
14
docs/classes/Kiwi.Renderers.GLBlendMode.html
16
docs/classes/Kiwi.Renderers.GLElementArrayBuffer.html
22
docs/classes/Kiwi.Renderers.GLRenderManager.html
14
docs/classes/Kiwi.Renderers.GLTextureManager.html
14
docs/classes/Kiwi.Renderers.GLTextureWrapper.html
14
docs/classes/Kiwi.Renderers.Renderer.html
514
docs/classes/Kiwi.Renderers.TextureAtlasRenderer.html
14
docs/classes/Kiwi.Shaders.ShaderManager.html
16
docs/classes/Kiwi.Shaders.ShaderPair.html
16
docs/classes/Kiwi.Shaders.TextureAtlasShader.html
0
docs/classes/Kiwi.Signal.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.SignalBinding.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Sound.Audio.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Sound.AudioLibrary.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Sound.AudioManager.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Stage.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.State.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.StateConfig.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.StateManager.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.System.Bootstrap.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.System.Device.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Textures.SingleImage.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Textures.SpriteSheet.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Textures.TextureAtlas.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Textures.TextureLibrary.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Time.Clock.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Time.ClockManager.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Time.MasterClock.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Time.Timer.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Time.TimerEvent.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.Canvas.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.Color.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.Common.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.GameMath.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.Log.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.RandomDataGenerator.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.RequestAnimationFrame.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/classes/Kiwi.Utils.Version.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/data.json
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_Kiwi.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_Animation.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_Sequence.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_Tween.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_TweenManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Back.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Bounce.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Circular.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Cubic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Elastic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Exponential.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Linear.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Quadratic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Quartic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Quintic.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_animations_tweens_easing_Sinusoidal.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_components_AnimationManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_components_ArcadePhysics.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_components_Box.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_components_Input.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_components_Sound.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_Camera.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_CameraManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_Component.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_ComponentManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_Entity.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_Game.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_Group.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_IChild.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_PluginManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_Signal.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_SignalBinding.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_Stage.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_State.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_StateConfig.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_core_StateManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_file_AudioFile.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_file_DataFile.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_file_DataLibrary.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_file_File.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_file_FileStore.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_file_Loader.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_file_TextureFile.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_gameobjects_Sprite.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_gameobjects_StaticImage.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_gameobjects_Textfield.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_gameobjects_tilemap_TileMap.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_gameobjects_tilemap_TileMapLayer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_gameobjects_tilemap_TileType.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_AABB.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Circle.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Intersect.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_IntersectResult.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Line.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Matrix.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Point.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Ray.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Rectangle.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Transform.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_geom_Vector2.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_HUDDisplay.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_HUDManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_HUDWidget.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_components_Counter.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_components_Time.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_components_WidgetInput.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_Bar.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_BasicScore.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_Button.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_Icon.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_IconBar.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_Menu.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_MenuItem.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_TextField.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_hud_widgets_Time.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_Finger.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_InputManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_Key.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_Keyboard.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_Keycodes.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_Mouse.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_MouseCursor.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_Pointer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_input_Touch.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_CanvasRenderer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_GLArrayBuffer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_GLBlendMode.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_GLElementArrayBuffer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_GLRenderManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_GLShaderManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_GLTextureManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_GLTextureWrapper.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_renderers_Renderer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_renderers_TextureAtlasRenderer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_shaders_ShaderPair.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_render_shaders_TextureAtlasShader.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_sound_Audio.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_sound_AudioLibrary.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_sound_AudioManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_system_Bootstrap.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_system_Device.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_textures_SingleImage.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_textures_SpriteSheet.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_textures_TextureAtlas.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_textures_TextureLibrary.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_time_Clock.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_time_ClockManager.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_time_MasterClock.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_time_Timer.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_time_TimerEvent.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_Canvas.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_Color.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_Common.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_GameMath.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_Log.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_RandomDataGenerator.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_RequestAnimationFrame.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/files/src_utils_Version.ts.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/index.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Animations.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Components.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Easing.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Files.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/GameObjects.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Geom.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/HUD.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/HUDComponents.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Input.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Kiwi.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Renderers.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Shaders.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Sound.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/System.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Textures.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Tilemap.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Time.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Tweens.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Utils..html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Utils.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docs/modules/Widget.html
Sorry, we could not display the changes to this file because there were too many other changes to display.
0
docstyles/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0
gruntfile.js
Sorry, we could not display the changes to this file because there were too many other changes to display.
0 comments on commit
318b768