forked from gamelab/kiwi.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tscommand.tmp.txt
1 lines (1 loc) · 3.5 KB
/
tscommand.tmp.txt
1
"./src/Kiwi.ts" "./src/WebGL.d.ts" "./src/animations/Animation.ts" "./src/animations/Sequence.ts" "./src/animations/tweens/Tween.ts" "./src/animations/tweens/TweenManager.ts" "./src/animations/tweens/easing/Back.ts" "./src/animations/tweens/easing/Bounce.ts" "./src/animations/tweens/easing/Circular.ts" "./src/animations/tweens/easing/Cubic.ts" "./src/animations/tweens/easing/Elastic.ts" "./src/animations/tweens/easing/Exponential.ts" "./src/animations/tweens/easing/Linear.ts" "./src/animations/tweens/easing/Quadratic.ts" "./src/animations/tweens/easing/Quartic.ts" "./src/animations/tweens/easing/Quintic.ts" "./src/animations/tweens/easing/Sinusoidal.ts" "./src/components/AnimationManager.ts" "./src/components/ArcadePhysics.ts" "./src/components/Box.ts" "./src/components/Input.ts" "./src/components/Sound.ts" "./src/core/Camera.ts" "./src/core/CameraManager.ts" "./src/core/Component.ts" "./src/core/ComponentManager.ts" "./src/core/Entity.ts" "./src/core/Game.ts" "./src/core/Group.ts" "./src/core/IChild.ts" "./src/core/PluginManager.ts" "./src/core/Signal.ts" "./src/core/SignalBinding.ts" "./src/core/Stage.ts" "./src/core/State.ts" "./src/core/StateConfig.ts" "./src/core/StateManager.ts" "./src/file/DataLibrary.ts" "./src/file/File.ts" "./src/file/FileStore.ts" "./src/file/Loader.ts" "./src/gameobjects/Sprite.ts" "./src/gameobjects/StaticImage.ts" "./src/gameobjects/Textfield.ts" "./src/gameobjects/tilemap/TIleMapLayer.ts" "./src/gameobjects/tilemap/TileMap.ts" "./src/gameobjects/tilemap/TileType.ts" "./src/geom/AABB.ts" "./src/geom/Circle.ts" "./src/geom/Intersect.ts" "./src/geom/IntersectResult.ts" "./src/geom/Line.ts" "./src/geom/Matrix.ts" "./src/geom/Point.ts" "./src/geom/Random.ts" "./src/geom/Ray.ts" "./src/geom/Rectangle.ts" "./src/geom/Transform.ts" "./src/geom/Vector2.ts" "./src/hud/HUDDisplay.ts" "./src/hud/HUDManager.ts" "./src/hud/HUDWidget.ts" "./src/hud/components/Counter.ts" "./src/hud/components/Time.ts" "./src/hud/components/WidgetInput.ts" "./src/hud/widgets/Bar.ts" "./src/hud/widgets/BasicScore.ts" "./src/hud/widgets/Button.ts" "./src/hud/widgets/Icon.ts" "./src/hud/widgets/IconBar.ts" "./src/hud/widgets/Menu.ts" "./src/hud/widgets/MenuItem.ts" "./src/hud/widgets/TextField.ts" "./src/hud/widgets/Time.ts" "./src/input/Finger.ts" "./src/input/InputManager.ts" "./src/input/Key.ts" "./src/input/Keyboard.ts" "./src/input/Keycodes.ts" "./src/input/Mouse.ts" "./src/input/MouseCursor.ts" "./src/input/Pointer.ts" "./src/input/Touch.ts" "./src/plugins/Plugins.ts" "./src/render/CanvasRenderer.ts" "./src/render/GLArrayBuffer.ts" "./src/render/GLElementArrayBuffer.ts" "./src/render/GLRenderManager.ts" "./src/render/GLShaderManager.ts" "./src/render/GLTextureManager.ts" "./src/render/GLTextureWrapper.ts" "./src/render/renderers/Renderer.ts" "./src/render/renderers/TextureAtlasRenderer.ts" "./src/render/shaders/ShaderPair.ts" "./src/render/shaders/TextureAtlasShader.ts" "./src/sound/Audio.ts" "./src/sound/AudioLibrary.ts" "./src/sound/AudioManager.ts" "./src/system/Bootstrap.ts" "./src/system/Browser.ts" "./src/system/Device.ts" "./src/textures/SingleImage.ts" "./src/textures/SpriteSheet.ts" "./src/textures/TextureAtlas.ts" "./src/textures/TextureLibrary.ts" "./src/time/Clock.ts" "./src/time/ClockManager.ts" "./src/time/MasterClock.ts" "./src/time/Timer.ts" "./src/time/TimerEvent.ts" "./src/utils/Canvas.ts" "./src/utils/Common.ts" "./src/utils/GameMath.ts" "./src/utils/RandomDataGenerator.ts" "./src/utils/RequestAnimationFrame.ts" --declaration --removeComments --target ES5 --module commonjs --out ./build/kiwi.js