From 07298c8fcd4ba9830dbb91ddbe97c6cf098b28b3 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 13 Sep 2013 16:24:01 +0100 Subject: [PATCH] More tidying up. --- .gitignore | 5 + .idea/.name | 1 - .idea/encodings.xml | 5 - .idea/misc.xml | 22 - .idea/modules.xml | 9 - .idea/phaser.iml | 9 - .idea/scopes/scope_settings.xml | 5 - .idea/vcs.xml | 7 - .idea/workspace.xml | 377 ------ Phaser OSX.sublime-project | 9 - Phaser OSX.sublime-workspace | 967 --------------- Phaser.sublime-project | 8 - Phaser.sublime-workspace | 1041 ----------------- {todo => wip}/CameraFX/Border.js | 0 {todo => wip}/CameraFX/Border.ts | 0 {todo => wip}/CameraFX/Fade.js | 0 {todo => wip}/CameraFX/Fade.ts | 0 {todo => wip}/CameraFX/Flash.js | 0 {todo => wip}/CameraFX/Flash.ts | 0 {todo => wip}/CameraFX/Mirror.js | 0 {todo => wip}/CameraFX/Mirror.ts | 0 {todo => wip}/CameraFX/Scanlines.js | 0 {todo => wip}/CameraFX/Scanlines.ts | 0 {todo => wip}/CameraFX/Shadow.js | 0 {todo => wip}/CameraFX/Shadow.ts | 0 {todo => wip}/CameraFX/Shake.js | 0 {todo => wip}/CameraFX/Shake.ts | 0 {todo => wip}/README.md | 0 {todo => wip}/TS Source/.gitignore | 0 {todo => wip}/TS Source/Game.js | 0 {todo => wip}/TS Source/Game.ts | 0 {todo => wip}/TS Source/Phaser.js | 0 {todo => wip}/TS Source/Phaser.ts | 0 {todo => wip}/TS Source/Stage.js | 0 {todo => wip}/TS Source/Stage.ts | 0 {todo => wip}/TS Source/State.js | 0 {todo => wip}/TS Source/State.ts | 0 {todo => wip}/TS Source/Statics.js | 0 {todo => wip}/TS Source/Statics.ts | 0 {todo => wip}/TS Source/World.js | 0 {todo => wip}/TS Source/World.ts | 0 {todo => wip}/TS Source/_definitions.js | 0 {todo => wip}/TS Source/_definitions.ts | 0 .../TS Source/animation/Animation.js | 0 .../TS Source/animation/Animation.ts | 0 .../TS Source/animation/AnimationManager.js | 0 .../TS Source/animation/AnimationManager.ts | 0 {todo => wip}/TS Source/animation/Frame.js | 0 {todo => wip}/TS Source/animation/Frame.ts | 0 .../TS Source/animation/FrameData.js | 0 .../TS Source/animation/FrameData.ts | 0 {todo => wip}/TS Source/cameras/Camera.js | 0 {todo => wip}/TS Source/cameras/Camera.ts | 0 .../TS Source/cameras/CameraManager.js | 0 .../TS Source/cameras/CameraManager.ts | 0 {todo => wip}/TS Source/core/Group.js | 0 {todo => wip}/TS Source/core/Group.ts | 0 {todo => wip}/TS Source/core/Plugin.js | 0 {todo => wip}/TS Source/core/Plugin.ts | 0 {todo => wip}/TS Source/core/PluginManager.js | 0 {todo => wip}/TS Source/core/PluginManager.ts | 0 {todo => wip}/TS Source/core/Signal.js | 0 {todo => wip}/TS Source/core/Signal.ts | 0 {todo => wip}/TS Source/core/SignalBinding.js | 0 {todo => wip}/TS Source/core/SignalBinding.ts | 0 .../TS Source/display/CSS3Filters.js | 0 .../TS Source/display/CSS3Filters.ts | 0 .../TS Source/display/DynamicTexture.js | 0 .../TS Source/display/DynamicTexture.ts | 0 {todo => wip}/TS Source/display/Texture.js | 0 {todo => wip}/TS Source/display/Texture.ts | 0 {todo => wip}/TS Source/gameobjects/Events.js | 0 {todo => wip}/TS Source/gameobjects/Events.ts | 0 .../gameobjects/GameObjectFactory.js | 0 .../gameobjects/GameObjectFactory.ts | 0 .../TS Source/gameobjects/IGameObject.ts | 0 .../TS Source/gameobjects/ScrollRegion.js | 0 .../TS Source/gameobjects/ScrollRegion.ts | 0 .../TS Source/gameobjects/ScrollZone.js | 0 .../TS Source/gameobjects/ScrollZone.ts | 0 {todo => wip}/TS Source/gameobjects/Sprite.js | 0 {todo => wip}/TS Source/gameobjects/Sprite.ts | 0 .../TS Source/gameobjects/TransformManager.js | 0 .../TS Source/gameobjects/TransformManager.ts | 0 {todo => wip}/TS Source/geom/Circle.js | 0 {todo => wip}/TS Source/geom/Circle.ts | 0 {todo => wip}/TS Source/geom/Line.js | 0 {todo => wip}/TS Source/geom/Line.ts | 0 {todo => wip}/TS Source/geom/Point.js | 0 {todo => wip}/TS Source/geom/Point.ts | 0 {todo => wip}/TS Source/geom/Rectangle.js | 0 {todo => wip}/TS Source/geom/Rectangle.ts | 0 {todo => wip}/TS Source/input/InputHandler.js | 0 {todo => wip}/TS Source/input/InputHandler.ts | 0 {todo => wip}/TS Source/input/InputManager.js | 0 {todo => wip}/TS Source/input/InputManager.ts | 0 {todo => wip}/TS Source/input/Keyboard.js | 0 {todo => wip}/TS Source/input/Keyboard.ts | 0 {todo => wip}/TS Source/input/MSPointer.js | 0 {todo => wip}/TS Source/input/MSPointer.ts | 0 {todo => wip}/TS Source/input/Mouse.js | 0 {todo => wip}/TS Source/input/Mouse.ts | 0 {todo => wip}/TS Source/input/Pointer.js | 0 {todo => wip}/TS Source/input/Pointer.ts | 0 {todo => wip}/TS Source/input/Touch.js | 0 {todo => wip}/TS Source/input/Touch.ts | 0 .../TS Source/loader/AnimationLoader.js | 0 .../TS Source/loader/AnimationLoader.ts | 0 {todo => wip}/TS Source/loader/Cache.js | 0 {todo => wip}/TS Source/loader/Cache.ts | 0 {todo => wip}/TS Source/loader/Loader.js | 0 {todo => wip}/TS Source/loader/Loader.ts | 0 {todo => wip}/TS Source/math/GameMath.js | 0 {todo => wip}/TS Source/math/GameMath.ts | 0 {todo => wip}/TS Source/math/LinkedList.js | 0 {todo => wip}/TS Source/math/LinkedList.ts | 0 {todo => wip}/TS Source/math/Mat3.js | 0 {todo => wip}/TS Source/math/Mat3.ts | 0 {todo => wip}/TS Source/math/Mat3Utils.js | 0 {todo => wip}/TS Source/math/Mat3Utils.ts | 0 {todo => wip}/TS Source/math/QuadTree.js | 0 {todo => wip}/TS Source/math/QuadTree.ts | 0 .../TS Source/math/RandomDataGenerator.js | 0 .../TS Source/math/RandomDataGenerator.ts | 0 {todo => wip}/TS Source/math/Vec2.js | 0 {todo => wip}/TS Source/math/Vec2.ts | 0 {todo => wip}/TS Source/math/Vec2Utils.js | 0 {todo => wip}/TS Source/math/Vec2Utils.ts | 0 {todo => wip}/TS Source/net/Net.js | 0 {todo => wip}/TS Source/net/Net.ts | 0 {todo => wip}/TS Source/particles/Emitter.js | 0 {todo => wip}/TS Source/particles/Emitter.ts | 0 .../particles/NumericalIntegration.js | 0 .../particles/NumericalIntegration.ts | 0 {todo => wip}/TS Source/particles/Particle.js | 0 {todo => wip}/TS Source/particles/Particle.ts | 0 .../TS Source/particles/ParticleManager.js | 0 .../TS Source/particles/ParticleManager.ts | 0 .../TS Source/particles/ParticlePool.js | 0 .../TS Source/particles/ParticlePool.ts | 0 .../TS Source/particles/ParticleUtils.js | 0 .../TS Source/particles/ParticleUtils.ts | 0 {todo => wip}/TS Source/particles/Polar2D.js | 0 {todo => wip}/TS Source/particles/Polar2D.ts | 0 {todo => wip}/TS Source/particles/Span.js | 0 {todo => wip}/TS Source/particles/Span.ts | 0 .../particles/behaviours/Behaviour.js | 0 .../particles/behaviours/Behaviour.ts | 0 .../particles/behaviours/RandomDrift.js | 0 .../particles/behaviours/RandomDrift.ts | 0 .../particles/initialize/Initialize.js | 0 .../particles/initialize/Initialize.ts | 0 .../TS Source/particles/initialize/Life.js | 0 .../TS Source/particles/initialize/Life.ts | 0 .../TS Source/particles/initialize/Mass.js | 0 .../TS Source/particles/initialize/Mass.ts | 0 .../particles/initialize/Position.js | 0 .../particles/initialize/Position.ts | 0 .../TS Source/particles/initialize/Radius.ts | 0 .../TS Source/particles/initialize/Rate.js | 0 .../TS Source/particles/initialize/Rate.ts | 0 .../particles/initialize/Velocity.js | 0 .../particles/initialize/Velocity.ts | 0 .../TS Source/particles/zone/PointZone.js | 0 .../TS Source/particles/zone/PointZone.ts | 0 .../TS Source/particles/zone/Zone.js | 0 .../TS Source/particles/zone/Zone.ts | 0 {todo => wip}/TS Source/physics/AABB.js | 0 {todo => wip}/TS Source/physics/AABB.ts | 0 {todo => wip}/TS Source/physics/Body.js | 0 {todo => wip}/TS Source/physics/Body.ts | 0 {todo => wip}/TS Source/physics/Circle.js | 0 {todo => wip}/TS Source/physics/Circle.ts | 0 .../TS Source/physics/PhysicsManager.js | 0 .../TS Source/physics/PhysicsManager.ts | 0 .../TS Source/physics/TileMapCell.js | 0 .../TS Source/physics/TileMapCell.ts | 0 .../TS Source/physics/aabb/ProjAABB22Deg.js | 0 .../TS Source/physics/aabb/ProjAABB22Deg.ts | 0 .../TS Source/physics/aabb/ProjAABB45Deg.js | 0 .../TS Source/physics/aabb/ProjAABB45Deg.ts | 0 .../TS Source/physics/aabb/ProjAABB67Deg.js | 0 .../TS Source/physics/aabb/ProjAABB67Deg.ts | 0 .../TS Source/physics/aabb/ProjAABBConcave.js | 0 .../TS Source/physics/aabb/ProjAABBConcave.ts | 0 .../TS Source/physics/aabb/ProjAABBConvex.js | 0 .../TS Source/physics/aabb/ProjAABBConvex.ts | 0 .../TS Source/physics/aabb/ProjAABBFull.js | 0 .../TS Source/physics/aabb/ProjAABBFull.ts | 0 .../TS Source/physics/aabb/ProjAABBHalf.js | 0 .../TS Source/physics/aabb/ProjAABBHalf.ts | 0 .../physics/circle/ProjCircle22Deg.js | 0 .../physics/circle/ProjCircle22Deg.ts | 0 .../physics/circle/ProjCircle45Deg.js | 0 .../physics/circle/ProjCircle45Deg.ts | 0 .../physics/circle/ProjCircle67Deg.js | 0 .../physics/circle/ProjCircle67Deg.ts | 0 .../physics/circle/ProjCircleConcave.js | 0 .../physics/circle/ProjCircleConcave.ts | 0 .../physics/circle/ProjCircleConvex.js | 0 .../physics/circle/ProjCircleConvex.ts | 0 .../physics/circle/ProjCircleFull.js | 0 .../physics/circle/ProjCircleFull.ts | 0 .../physics/circle/ProjCircleHalf.js | 0 .../physics/circle/ProjCircleHalf.ts | 0 .../TS Source/renderers/HeadlessRenderer.js | 0 .../TS Source/renderers/HeadlessRenderer.ts | 0 .../TS Source/renderers/IRenderer.ts | 0 .../renderers/canvas/CameraRenderer.js | 0 .../renderers/canvas/CameraRenderer.ts | 0 .../renderers/canvas/CanvasRenderer.js | 0 .../renderers/canvas/CanvasRenderer.ts | 0 .../renderers/canvas/GeometryRenderer.js | 0 .../renderers/canvas/GeometryRenderer.ts | 0 .../renderers/canvas/GroupRenderer.js | 0 .../renderers/canvas/GroupRenderer.ts | 0 .../renderers/canvas/ScrollZoneRenderer.js | 0 .../renderers/canvas/ScrollZoneRenderer.ts | 0 .../renderers/canvas/SpriteRenderer.js | 0 .../renderers/canvas/SpriteRenderer.ts | 0 .../renderers/canvas/TilemapRenderer.js | 0 .../renderers/canvas/TilemapRenderer.ts | 0 {todo => wip}/TS Source/sound/Sound.js | 0 {todo => wip}/TS Source/sound/Sound.ts | 0 {todo => wip}/TS Source/sound/SoundManager.js | 0 {todo => wip}/TS Source/sound/SoundManager.ts | 0 {todo => wip}/TS Source/system/Device.js | 0 {todo => wip}/TS Source/system/Device.ts | 0 .../TS Source/system/RequestAnimationFrame.js | 0 .../TS Source/system/RequestAnimationFrame.ts | 0 .../TS Source/system/StageScaleMode.js | 0 .../TS Source/system/StageScaleMode.ts | 0 .../TS Source/system/screens/BootScreen.js | 0 .../TS Source/system/screens/BootScreen.ts | 0 .../system/screens/OrientationScreen.js | 0 .../system/screens/OrientationScreen.ts | 0 .../TS Source/system/screens/PauseScreen.js | 0 .../TS Source/system/screens/PauseScreen.ts | 0 {todo => wip}/TS Source/tilemap/Tile.js | 0 {todo => wip}/TS Source/tilemap/Tile.ts | 0 {todo => wip}/TS Source/tilemap/Tilemap.js | 0 {todo => wip}/TS Source/tilemap/Tilemap.ts | 0 .../TS Source/tilemap/TilemapLayer.js | 0 .../TS Source/tilemap/TilemapLayer.ts | 0 {todo => wip}/TS Source/time/TimeManager.js | 0 {todo => wip}/TS Source/time/TimeManager.ts | 0 {todo => wip}/TS Source/tweens/Tween.js | 0 {todo => wip}/TS Source/tweens/Tween.ts | 0 .../TS Source/tweens/TweenManager.js | 0 .../TS Source/tweens/TweenManager.ts | 0 {todo => wip}/TS Source/tweens/easing/Back.js | 0 {todo => wip}/TS Source/tweens/easing/Back.ts | 0 .../TS Source/tweens/easing/Bounce.js | 0 .../TS Source/tweens/easing/Bounce.ts | 0 .../TS Source/tweens/easing/Circular.js | 0 .../TS Source/tweens/easing/Circular.ts | 0 .../TS Source/tweens/easing/Cubic.js | 0 .../TS Source/tweens/easing/Cubic.ts | 0 .../TS Source/tweens/easing/Elastic.js | 0 .../TS Source/tweens/easing/Elastic.ts | 0 .../TS Source/tweens/easing/Exponential.js | 0 .../TS Source/tweens/easing/Exponential.ts | 0 .../TS Source/tweens/easing/Linear.js | 0 .../TS Source/tweens/easing/Linear.ts | 0 .../TS Source/tweens/easing/Quadratic.js | 0 .../TS Source/tweens/easing/Quadratic.ts | 0 .../TS Source/tweens/easing/Quartic.js | 0 .../TS Source/tweens/easing/Quartic.ts | 0 .../TS Source/tweens/easing/Quintic.js | 0 .../TS Source/tweens/easing/Quintic.ts | 0 .../TS Source/tweens/easing/Sinusoidal.js | 0 .../TS Source/tweens/easing/Sinusoidal.ts | 0 {todo => wip}/TS Source/ui/Button.js | 0 {todo => wip}/TS Source/ui/Button.ts | 0 {todo => wip}/TS Source/utils/CanvasUtils.js | 0 {todo => wip}/TS Source/utils/CanvasUtils.ts | 0 {todo => wip}/TS Source/utils/CircleUtils.js | 0 {todo => wip}/TS Source/utils/CircleUtils.ts | 0 {todo => wip}/TS Source/utils/ColorUtils.js | 0 {todo => wip}/TS Source/utils/ColorUtils.ts | 0 {todo => wip}/TS Source/utils/DebugUtils.js | 0 {todo => wip}/TS Source/utils/DebugUtils.ts | 0 {todo => wip}/TS Source/utils/PointUtils.js | 0 {todo => wip}/TS Source/utils/PointUtils.ts | 0 .../TS Source/utils/RectangleUtils.js | 0 .../TS Source/utils/RectangleUtils.ts | 0 {todo => wip}/TS Source/utils/SpriteUtils.js | 0 {todo => wip}/TS Source/utils/SpriteUtils.ts | 0 {todo => wip}/TS Source/yuidoc.json | 0 {todo => wip}/TS Tests/.gitignore | 0 .../TS Tests/Phaser Tests.sublime-project | 0 {todo => wip}/TS Tests/Tests.csproj | 0 .../TS Tests/audio/audio sprites 1.js | 0 .../TS Tests/audio/audio sprites 1.ts | 0 {todo => wip}/TS Tests/audio/play sound 1.js | 0 {todo => wip}/TS Tests/audio/play sound 1.ts | 0 .../TS Tests/buttons/basic button 2.js | 0 .../TS Tests/buttons/basic button 2.ts | 0 .../TS Tests/buttons/basic button.js | 0 .../TS Tests/buttons/basic button.ts | 0 .../TS Tests/buttons/camera buttons.js | 0 .../TS Tests/buttons/camera buttons.ts | 0 .../TS Tests/buttons/rotated buttons.js | 0 .../TS Tests/buttons/rotated buttons.ts | 0 {todo => wip}/TS Tests/camera fx/fade.js | 0 {todo => wip}/TS Tests/camera fx/fade.ts | 0 {todo => wip}/TS Tests/camera fx/mirror.js | 0 {todo => wip}/TS Tests/camera fx/mirror.ts | 0 {todo => wip}/TS Tests/camera fx/scanlines.js | 0 {todo => wip}/TS Tests/camera fx/scanlines.ts | 0 .../TS Tests/cameras/basic camera 1.js | 0 .../TS Tests/cameras/basic camera 1.ts | 0 .../TS Tests/cameras/basic follow.js | 0 .../TS Tests/cameras/basic follow.ts | 0 .../TS Tests/cameras/camera alpha.js | 0 .../TS Tests/cameras/camera alpha.ts | 0 {todo => wip}/TS Tests/cameras/camera fx 1.js | 0 {todo => wip}/TS Tests/cameras/camera fx 1.ts | 0 {todo => wip}/TS Tests/cameras/camera fx 2.js | 0 {todo => wip}/TS Tests/cameras/camera fx 2.ts | 0 {todo => wip}/TS Tests/cameras/camera fx 3.js | 0 {todo => wip}/TS Tests/cameras/camera fx 3.ts | 0 .../TS Tests/cameras/camera rotation.js | 0 .../TS Tests/cameras/camera rotation.ts | 0 .../TS Tests/cameras/camera scale.js | 0 .../TS Tests/cameras/camera scale.ts | 0 .../TS Tests/cameras/camera texture.js | 0 .../TS Tests/cameras/camera texture.ts | 0 .../TS Tests/cameras/follow styles.js | 0 .../TS Tests/cameras/follow styles.ts | 0 .../TS Tests/cameras/hide from camera.js | 0 .../TS Tests/cameras/hide from camera.ts | 0 .../TS Tests/cameras/multi camera.js | 0 .../TS Tests/cameras/multi camera.ts | 0 .../TS Tests/cameras/scrollfactor 1.js | 0 .../TS Tests/cameras/scrollfactor 1.ts | 0 .../TS Tests/cameras/scrollfactor 2.js | 0 .../TS Tests/cameras/scrollfactor 2.ts | 0 .../TS Tests/cameras/scrollfactor compare.js | 0 .../TS Tests/cameras/scrollfactor compare.ts | 0 .../TS Tests/cameras/world sprite.js | 0 .../TS Tests/cameras/world sprite.ts | 0 .../TS Tests/display/render crisp.js | 0 .../TS Tests/display/render crisp.ts | 0 .../TS Tests/groups/add to group 1.js | 0 .../TS Tests/groups/add to group 1.ts | 0 .../TS Tests/groups/add to group 2.js | 0 .../TS Tests/groups/add to group 2.ts | 0 .../TS Tests/groups/bring to top 1.js | 0 .../TS Tests/groups/bring to top 1.ts | 0 {todo => wip}/TS Tests/groups/bring to top.js | 0 {todo => wip}/TS Tests/groups/bring to top.ts | 0 {todo => wip}/TS Tests/groups/call all.js | 0 {todo => wip}/TS Tests/groups/call all.ts | 0 .../TS Tests/groups/create group 1.js | 0 .../TS Tests/groups/create group 1.ts | 0 .../TS Tests/groups/direct render.js | 0 .../TS Tests/groups/direct render.ts | 0 .../TS Tests/groups/display order.js | 0 .../TS Tests/groups/display order.ts | 0 {todo => wip}/TS Tests/groups/for each.js | 0 {todo => wip}/TS Tests/groups/for each.ts | 0 {todo => wip}/TS Tests/groups/get first 1.js | 0 {todo => wip}/TS Tests/groups/get first 1.ts | 0 {todo => wip}/TS Tests/groups/get first 2.js | 0 {todo => wip}/TS Tests/groups/get first 2.ts | 0 {todo => wip}/TS Tests/groups/get first 3.js | 0 {todo => wip}/TS Tests/groups/get first 3.ts | 0 .../TS Tests/groups/group as layer.js | 0 .../TS Tests/groups/group as layer.ts | 0 .../TS Tests/groups/group texture.js | 0 .../TS Tests/groups/group transform 1.js | 0 .../TS Tests/groups/group transform 1.ts | 0 .../TS Tests/groups/group transform 2.js | 0 .../TS Tests/groups/group transform 2.ts | 0 .../TS Tests/groups/group transform 3.js | 0 .../TS Tests/groups/group transform 3.ts | 0 {todo => wip}/TS Tests/groups/recycle 1.js | 0 {todo => wip}/TS Tests/groups/recycle 1.ts | 0 {todo => wip}/TS Tests/groups/recycle 2.js | 0 {todo => wip}/TS Tests/groups/recycle 2.ts | 0 {todo => wip}/TS Tests/groups/remove.js | 0 {todo => wip}/TS Tests/groups/remove.ts | 0 {todo => wip}/TS Tests/groups/replace.js | 0 {todo => wip}/TS Tests/groups/replace.ts | 0 {todo => wip}/TS Tests/groups/set all.js | 0 {todo => wip}/TS Tests/groups/set all.ts | 0 {todo => wip}/TS Tests/groups/sort 1.js | 0 {todo => wip}/TS Tests/groups/sort 1.ts | 0 {todo => wip}/TS Tests/groups/sort 2.js | 0 {todo => wip}/TS Tests/groups/sort 2.ts | 0 {todo => wip}/TS Tests/groups/sub groups.js | 0 {todo => wip}/TS Tests/groups/sub groups.ts | 0 .../TS Tests/groups/swap children.js | 0 .../TS Tests/groups/swap children.ts | 0 {todo => wip}/TS Tests/index.php | 0 {todo => wip}/TS Tests/input/bring to top.js | 0 {todo => wip}/TS Tests/input/bring to top.ts | 0 {todo => wip}/TS Tests/input/drag sprite 1.js | 0 {todo => wip}/TS Tests/input/drag sprite 1.ts | 0 {todo => wip}/TS Tests/input/drag sprite 2.js | 0 {todo => wip}/TS Tests/input/drag sprite 2.ts | 0 {todo => wip}/TS Tests/input/drag sprite 3.js | 0 {todo => wip}/TS Tests/input/drag sprite 3.ts | 0 .../TS Tests/input/drop limitation.js | 0 .../TS Tests/input/drop limitation.ts | 0 {todo => wip}/TS Tests/input/game scale 1.js | 0 {todo => wip}/TS Tests/input/game scale 1.ts | 0 {todo => wip}/TS Tests/input/keyboard 1.js | 0 {todo => wip}/TS Tests/input/keyboard 1.ts | 0 {todo => wip}/TS Tests/input/keyboard 2.js | 0 {todo => wip}/TS Tests/input/keyboard 2.ts | 0 {todo => wip}/TS Tests/input/motion lock 2.js | 0 {todo => wip}/TS Tests/input/motion lock 2.ts | 0 {todo => wip}/TS Tests/input/motion lock.js | 0 {todo => wip}/TS Tests/input/motion lock.ts | 0 {todo => wip}/TS Tests/input/multitouch.js | 0 {todo => wip}/TS Tests/input/multitouch.ts | 0 {todo => wip}/TS Tests/input/over sprite 1.js | 0 {todo => wip}/TS Tests/input/over sprite 1.ts | 0 {todo => wip}/TS Tests/input/over sprite 2.js | 0 {todo => wip}/TS Tests/input/over sprite 2.ts | 0 .../TS Tests/input/point in rotated sprite.js | 0 .../TS Tests/input/point in rotated sprite.ts | 0 .../TS Tests/input/rotated sprites.js | 0 .../TS Tests/input/rotated sprites.ts | 0 {todo => wip}/TS Tests/input/snap 1.js | 0 {todo => wip}/TS Tests/input/snap 1.ts | 0 .../TS Tests/input/touch priority.js | 0 .../TS Tests/input/touch priority.ts | 0 .../TS Tests/input/world coordinates.js | 0 .../TS Tests/input/world coordinates.ts | 0 {todo => wip}/TS Tests/input/world drag.js | 0 {todo => wip}/TS Tests/input/world drag.ts | 0 {todo => wip}/TS Tests/misc/boot screen.js | 0 {todo => wip}/TS Tests/misc/boot screen.ts | 0 {todo => wip}/TS Tests/misc/color utils 1.js | 0 {todo => wip}/TS Tests/misc/color utils 1.ts | 0 {todo => wip}/TS Tests/misc/color utils 2.js | 0 {todo => wip}/TS Tests/misc/color utils 2.ts | 0 {todo => wip}/TS Tests/misc/color utils 3.js | 0 {todo => wip}/TS Tests/misc/color utils 3.ts | 0 .../TS Tests/misc/dynamic texture 1.js | 0 .../TS Tests/misc/dynamic texture 1.ts | 0 .../TS Tests/misc/dynamic texture 2.js | 0 .../TS Tests/misc/dynamic texture 2.ts | 0 .../TS Tests/misc/dynamic texture 3.js | 0 .../TS Tests/misc/dynamic texture 3.ts | 0 {todo => wip}/TS Tests/misc/point1.js | 0 {todo => wip}/TS Tests/misc/point1.ts | 0 {todo => wip}/TS Tests/misc/point2.js | 0 {todo => wip}/TS Tests/misc/point2.ts | 0 {todo => wip}/TS Tests/misc/point3.js | 0 {todo => wip}/TS Tests/misc/point3.ts | 0 .../TS Tests/misc/rectangle utils 1.js | 0 .../TS Tests/misc/rectangle utils 1.ts | 0 .../TS Tests/misc/rectangle utils 2.js | 0 .../TS Tests/misc/rectangle utils 2.ts | 0 {todo => wip}/TS Tests/mobile/fullscreen.html | 0 .../TS Tests/mobile/sprite test 1.js | 0 .../TS Tests/mobile/sprite test 1.ts | 0 {todo => wip}/TS Tests/mobile/test1.html | 0 .../TS Tests/particles/graphic emitter.js | 0 .../TS Tests/particles/graphic emitter.ts | 0 .../TS Tests/particles/mousetrail.js | 0 .../TS Tests/particles/mousetrail.ts | 0 .../TS Tests/particles/multiple streams.js | 0 .../TS Tests/particles/multiple streams.ts | 0 .../TS Tests/particles/sprite emitter.js | 0 .../TS Tests/particles/sprite emitter.ts | 0 .../particles/when particles collide.js | 0 .../particles/when particles collide.ts | 0 {todo => wip}/TS Tests/phaser-debug.js | 0 {todo => wip}/TS Tests/phaser-mobile.css | 0 {todo => wip}/TS Tests/phaser.css | 0 {todo => wip}/TS Tests/physics/circle 1.js | 0 {todo => wip}/TS Tests/physics/circle 1.ts | 0 .../TS Tests/physics/sprite bounds.js | 0 .../TS Tests/physics/sprite bounds.ts | 0 .../TS Tests/scrollzones/ballscroller.js | 0 .../TS Tests/scrollzones/ballscroller.ts | 0 .../TS Tests/scrollzones/blasteroids.js | 0 .../TS Tests/scrollzones/blasteroids.ts | 0 .../TS Tests/scrollzones/parallax.js | 0 .../TS Tests/scrollzones/parallax.ts | 0 .../TS Tests/scrollzones/region demo.js | 0 .../TS Tests/scrollzones/region demo.ts | 0 .../TS Tests/scrollzones/scroll window.js | 0 .../TS Tests/scrollzones/scroll window.ts | 0 .../TS Tests/scrollzones/simple scrollzone.js | 0 .../TS Tests/scrollzones/simple scrollzone.ts | 0 .../TS Tests/scrollzones/skewed scroller.js | 0 .../TS Tests/scrollzones/skewed scroller.ts | 0 {todo => wip}/TS Tests/sprites/alpha.js | 0 {todo => wip}/TS Tests/sprites/alpha.ts | 0 .../TS Tests/sprites/animate by framename.js | 0 .../TS Tests/sprites/animate by framename.ts | 0 {todo => wip}/TS Tests/sprites/animation 1.js | 0 {todo => wip}/TS Tests/sprites/animation 1.ts | 0 {todo => wip}/TS Tests/sprites/animation 2.js | 0 {todo => wip}/TS Tests/sprites/animation 2.ts | 0 .../TS Tests/sprites/create sprite 1.js | 0 .../TS Tests/sprites/create sprite 1.ts | 0 {todo => wip}/TS Tests/sprites/origin 5.js | 0 {todo => wip}/TS Tests/sprites/origin 5.ts | 0 .../TS Tests/sprites/out of screen.js | 0 .../TS Tests/sprites/out of screen.ts | 0 .../TS Tests/sprites/rotate around.js | 0 .../TS Tests/sprites/rotate around.ts | 0 .../TS Tests/sprites/scale sprite 1.js | 0 .../TS Tests/sprites/scale sprite 1.ts | 0 .../TS Tests/sprites/scale sprite 2.js | 0 .../TS Tests/sprites/scale sprite 2.ts | 0 .../TS Tests/sprites/scale sprite 3.js | 0 .../TS Tests/sprites/scale sprite 3.ts | 0 .../TS Tests/sprites/scale sprite 4.js | 0 .../TS Tests/sprites/scale sprite 4.ts | 0 .../TS Tests/sprites/scale sprite 5.js | 0 .../TS Tests/sprites/scale sprite 5.ts | 0 .../TS Tests/sprites/sprite origin 1.js | 0 .../TS Tests/sprites/sprite origin 1.ts | 0 .../TS Tests/sprites/sprite origin 2.js | 0 .../TS Tests/sprites/sprite origin 2.ts | 0 .../TS Tests/sprites/sprite origin 3.js | 0 .../TS Tests/sprites/sprite origin 3.ts | 0 .../TS Tests/sprites/sprite origin 4.js | 0 .../TS Tests/sprites/sprite origin 4.ts | 0 {todo => wip}/TS Tests/stage/blur filter.js | 0 {todo => wip}/TS Tests/stage/blur filter.ts | 0 .../TS Tests/stage/brightness filter.js | 0 .../TS Tests/stage/brightness filter.ts | 0 .../TS Tests/stage/contrast filter.js | 0 .../TS Tests/stage/contrast filter.ts | 0 .../TS Tests/stage/grayscale filter.js | 0 .../TS Tests/stage/grayscale filter.ts | 0 .../TS Tests/stage/hue rotate filter.js | 0 .../TS Tests/stage/hue rotate filter.ts | 0 {todo => wip}/TS Tests/stage/sepia filter.js | 0 {todo => wip}/TS Tests/stage/sepia filter.ts | 0 .../TS Tests/states/javascript/FakeGame.js | 0 .../TS Tests/states/javascript/MainMenu.js | 0 .../TS Tests/states/javascript/index.html | 0 .../TS Tests/states/typescript/FakeGame.ts | 0 .../TS Tests/states/typescript/MainMenu.ts | 0 .../TS Tests/states/typescript/index.html | 0 .../TS Tests/textures/dynamic texture 1.js | 0 .../TS Tests/textures/dynamic texture 1.ts | 0 .../TS Tests/textures/dynamic texture 2.js | 0 .../TS Tests/textures/dynamic texture 2.ts | 0 .../TS Tests/textures/filter test.js | 0 .../TS Tests/textures/filter test.ts | 0 .../textures/starling texture atlas.js | 0 .../textures/starling texture atlas.ts | 0 .../TS Tests/textures/texture atlas 1.js | 0 .../TS Tests/textures/texture atlas 1.ts | 0 .../TS Tests/textures/texture atlas 2.js | 0 .../TS Tests/textures/texture atlas 2.ts | 0 .../TS Tests/textures/texture atlas 3.js | 0 .../TS Tests/textures/texture atlas 3.ts | 0 .../TS Tests/textures/texture atlas 4.js | 0 .../TS Tests/textures/texture atlas 4.ts | 0 .../TS Tests/tilemaps/csv tilemap.js | 0 .../TS Tests/tilemaps/csv tilemap.ts | 0 {todo => wip}/TS Tests/tilemaps/map draw.js | 0 {todo => wip}/TS Tests/tilemaps/map draw.ts | 0 .../TS Tests/tilemaps/tiled layers.js | 0 .../TS Tests/tilemaps/tiled layers.ts | 0 .../TS Tests/tilemaps/tiled tilemap.js | 0 .../TS Tests/tilemaps/tiled tilemap.ts | 0 {todo => wip}/TS Tests/tweens/bounce.js | 0 {todo => wip}/TS Tests/tweens/bounce.ts | 0 .../TS Tests/tweens/easing example 1.js | 0 .../TS Tests/tweens/easing example 1.ts | 0 .../TS Tests/tweens/easing example 2.js | 0 .../TS Tests/tweens/easing example 2.ts | 0 .../TS Tests/tweens/easing example 3.js | 0 .../TS Tests/tweens/easing example 3.ts | 0 .../TS Tests/tweens/easing example 4.js | 0 .../TS Tests/tweens/easing example 4.ts | 0 .../TS Tests/tweens/easing example 5.js | 0 .../TS Tests/tweens/easing example 5.ts | 0 .../TS Tests/tweens/easing example 6.js | 0 .../TS Tests/tweens/easing example 6.ts | 0 {todo => wip}/TS Tests/tweens/pause test.js | 0 {todo => wip}/TS Tests/tweens/pause test.ts | 0 {todo => wip}/TS Tests/tweens/tween loop 1.js | 0 {todo => wip}/TS Tests/tweens/tween loop 1.ts | 0 {todo => wip}/TS Tests/tweens/tween loop 2.js | 0 {todo => wip}/TS Tests/tweens/tween loop 2.ts | 0 {todo => wip}/docChanges.zip | Bin ...noid_sdl_v1.0.0.01_(pandora_game_port).png | Bin .../phaser clean up/ArcadePhysics.ts | 0 {todo => wip}/phaser clean up/Collision.js | 0 {todo => wip}/phaser clean up/Collision.ts | 0 .../phaser clean up/CollisionMask.js | 0 .../phaser clean up/CollisionMask.ts | 0 {todo => wip}/phaser clean up/Debug.js | 0 {todo => wip}/phaser clean up/Debug.ts | 0 {todo => wip}/phaser clean up/DebugPhysics.ts | 0 {todo => wip}/phaser clean up/Emitter.js | 0 {todo => wip}/phaser clean up/Emitter.ts | 0 {todo => wip}/phaser clean up/GeomSprite.js | 0 {todo => wip}/phaser clean up/GeomSprite.ts | 0 {todo => wip}/phaser clean up/Input.js | 0 {todo => wip}/phaser clean up/Input.ts | 0 {todo => wip}/phaser clean up/Motion.js | 0 {todo => wip}/phaser clean up/Motion.ts | 0 .../phaser clean up/N_tutorialAsrc.zip | Bin .../N_tutorialAsrc/tutA_demo05.fla | Bin .../N_tutorialAsrc/tutA_demo05.swf | Bin .../N_tutorialBsrc/tutB_demo04.fla | Bin .../N_tutorialBsrc/tutB_demo04.swf | Bin {todo => wip}/phaser clean up/OldSprite.ts | 0 {todo => wip}/phaser clean up/PixelUtils.ts | 0 {todo => wip}/phaser clean up/Properties.js | 0 {todo => wip}/phaser clean up/Properties.ts | 0 {todo => wip}/phaser clean up/SAT.zip | Bin {todo => wip}/phaser clean up/Tilemap.js | 0 {todo => wip}/phaser clean up/Tilemap.ts | 0 {todo => wip}/phaser clean up/aabb 1.js | 0 {todo => wip}/phaser clean up/aabb 1.ts | 0 .../phaser clean up/aabb vs aabb 1.js | 0 .../phaser clean up/aabb vs aabb 1.ts | 0 {todo => wip}/phaser clean up/body1.js | 0 {todo => wip}/phaser clean up/body1.ts | 0 .../fitc/FITC_beyondHittest.txt | 0 .../fitc/FITC_beyondHittest07.swf | Bin .../fitc/media/N_tutorial_diagrams05.swf | Bin ..._tutorial_diagrams05_boxbox_projection.swf | Bin .../media/N_tutorial_diagrams05_boxcells.swf | Bin .../N_tutorial_diagrams05_boxprojection.swf | Bin .../media/N_tutorial_diagrams05_circlebox.swf | Bin .../N_tutorial_diagrams05_frictionbounce.swf | Bin .../N_tutorial_diagrams05_projdotprod.swf | Bin .../N_tutorial_diagrams05_rawdotprod.swf | Bin .../N_tutorial_diagrams05_unitdotprod.swf | Bin .../N_tutorial_diagrams05_unitvector.swf | Bin .../media/N_tutorial_diagrams05_vector.swf | Bin .../N_tutorial_diagrams05_vectornormals.swf | Bin ...N_tutorial_diagrams05_vectorprojection.swf | Bin {todo => wip}/phaser clean up/obb vs obb.js | 0 {todo => wip}/phaser clean up/obb vs obb.ts | 0 {todo => wip}/phaser clean up/temp1.js | 0 {todo => wip}/phaser clean up/temp1.ts | 0 {todo => wip}/phaser clean up/temp2.js | 0 {todo => wip}/phaser clean up/temp2.ts | 0 {todo => wip}/phaser tests/camera fx/fade.js | 0 {todo => wip}/phaser tests/camera fx/fade.ts | 0 {todo => wip}/phaser tests/camera fx/flash.js | 0 {todo => wip}/phaser tests/camera fx/flash.ts | 0 {todo => wip}/phaser tests/camera fx/shake.js | 0 {todo => wip}/phaser tests/camera fx/shake.ts | 0 .../phaser tests/cameras/camera alpha.js | 0 .../phaser tests/cameras/camera alpha.ts | 0 .../phaser tests/cameras/camera bounds.js | 0 .../phaser tests/cameras/camera bounds.ts | 0 .../phaser tests/cameras/camera position.js | 0 .../phaser tests/cameras/camera position.ts | 0 .../phaser tests/cameras/camera rotation.js | 0 .../phaser tests/cameras/camera rotation.ts | 0 .../phaser tests/cameras/camera scale.js | 0 .../phaser tests/cameras/camera scale.ts | 0 .../phaser tests/cameras/camera shadow.js | 0 .../phaser tests/cameras/camera shadow.ts | 0 .../phaser tests/cameras/camera texture.js | 0 .../phaser tests/cameras/camera texture.ts | 0 .../phaser tests/cameras/focus on.js | 0 .../phaser tests/cameras/focus on.ts | 0 .../phaser tests/cameras/follow deadzone.js | 0 .../phaser tests/cameras/follow deadzone.ts | 0 .../phaser tests/cameras/follow sprite.js | 0 .../phaser tests/cameras/follow sprite.ts | 0 .../phaser tests/cameras/follow topdown.js | 0 .../phaser tests/cameras/follow topdown.ts | 0 .../phaser tests/cameras/multicam1.js | 0 .../phaser tests/cameras/multicam1.ts | 0 .../phaser tests/cameras/scroll factor.js | 0 .../phaser tests/cameras/scroll factor.ts | 0 .../phaser tests/collision/collide sprites.js | 0 .../phaser tests/collision/collide sprites.ts | 0 .../phaser tests/collision/falling balls.js | 0 .../phaser tests/collision/falling balls.ts | 0 .../collision/mask animation 1.js | 0 .../collision/mask animation 1.ts | 0 .../phaser tests/collision/mask test 1.js | 0 .../phaser tests/collision/mask test 1.ts | 0 .../phaser tests/collision/mask test 2.js | 0 .../phaser tests/collision/mask test 2.ts | 0 {todo => wip}/phaser tests/geometry/circle.js | 0 {todo => wip}/phaser tests/geometry/circle.ts | 0 {todo => wip}/phaser tests/geometry/line.js | 0 {todo => wip}/phaser tests/geometry/line.ts | 0 .../phaser tests/geometry/multi rotate.js | 0 .../phaser tests/geometry/multi rotate.ts | 0 {todo => wip}/phaser tests/geometry/point.js | 0 {todo => wip}/phaser tests/geometry/point.ts | 0 .../phaser tests/geometry/rect vs rect.js | 0 .../phaser tests/geometry/rect vs rect.ts | 0 .../phaser tests/geometry/rectangle.js | 0 .../phaser tests/geometry/rectangle.ts | 0 .../phaser tests/geometry/rope bridge.js | 0 .../phaser tests/geometry/rope bridge.ts | 0 .../phaser tests/geometry/rotate point 1.js | 0 .../phaser tests/geometry/rotate point 1.ts | 0 .../phaser tests/geometry/rotate point 2.js | 0 .../phaser tests/geometry/rotate point 2.ts | 0 .../phaser tests/geometry/rotate point 3.js | 0 .../phaser tests/geometry/rotate point 3.ts | 0 .../phaser tests/geometry/rotate point 4.js | 0 .../phaser tests/geometry/rotate point 4.ts | 0 .../phaser tests/geometry/verlet 1.js | 0 .../phaser tests/geometry/verlet 1.ts | 0 .../phaser tests/geometry/verlet sprites.js | 0 .../phaser tests/geometry/verlet sprites.ts | 0 .../phaser tests/mini games/formula 1.js | 0 .../phaser tests/mini games/formula 1.ts | 0 {todo => wip}/phaser tests/misc/multi game.js | 0 {todo => wip}/phaser tests/misc/multi game.ts | 0 {todo => wip}/phaser tests/misc/time.js | 0 {todo => wip}/phaser tests/misc/time.ts | 0 .../phaser tests/mobile/bunny mobile.js | 0 .../phaser tests/mobile/bunny mobile.ts | 0 .../phaser tests/mobile/fullscreen.html | 0 .../phaser tests/mobile/sprite test 1.js | 0 .../phaser tests/mobile/sprite test 1.ts | 0 .../phaser tests/particles/basic emitter.js | 0 .../phaser tests/particles/basic emitter.ts | 0 .../phaser tests/particles/graphic emitter.js | 0 .../phaser tests/particles/graphic emitter.ts | 0 .../phaser tests/particles/mousetrail.js | 0 .../phaser tests/particles/mousetrail.ts | 0 .../particles/multiple streams.js | 0 .../particles/multiple streams.ts | 0 .../phaser tests/particles/sprite emitter.js | 0 .../phaser tests/particles/sprite emitter.ts | 0 .../particles/when particles collide.js | 0 .../particles/when particles collide.ts | 0 {todo => wip}/phaser tests/physics/temp1.js | 0 {todo => wip}/phaser tests/physics/temp1.ts | 0 {todo => wip}/phaser tests/physics/temp2.js | 0 {todo => wip}/phaser tests/physics/temp2.ts | 0 .../phaser tests/sprites/animation 1.js | 0 .../phaser tests/sprites/animation 1.ts | 0 .../phaser tests/sprites/dynamic texture 2.js | 0 .../phaser tests/sprites/dynamic texture 2.ts | 0 {todo => wip}/phaser tests/sprites/flipped.js | 0 {todo => wip}/phaser tests/sprites/flipped.ts | 0 .../phaser tests/sprites/mark of the bunny.js | 0 .../phaser tests/sprites/mark of the bunny.ts | 0 .../phaser tests/sprites/rotation.js | 0 .../phaser tests/sprites/rotation.ts | 0 .../phaser tests/sprites/velocity.js | 0 .../phaser tests/sprites/velocity.ts | 0 .../phaser tests/tilemap/basic tilemap.js | 0 .../phaser tests/tilemap/basic tilemap.ts | 0 .../phaser tests/tilemap/collide with tile.js | 0 .../phaser tests/tilemap/collide with tile.ts | 0 .../phaser tests/tilemap/collision.js | 0 .../phaser tests/tilemap/collision.ts | 0 .../phaser tests/tilemap/fill tiles.js | 0 .../phaser tests/tilemap/fill tiles.ts | 0 .../phaser tests/tilemap/get tile.js | 0 .../phaser tests/tilemap/get tile.ts | 0 .../phaser tests/tilemap/map draw.js | 0 .../phaser tests/tilemap/map draw.ts | 0 .../phaser tests/tilemap/put tile.js | 0 .../phaser tests/tilemap/put tile.ts | 0 .../phaser tests/tilemap/random tiles.js | 0 .../phaser tests/tilemap/random tiles.ts | 0 .../phaser tests/tilemap/replace tiles.js | 0 .../phaser tests/tilemap/replace tiles.ts | 0 .../phaser tests/tilemap/small map.js | 0 .../phaser tests/tilemap/small map.ts | 0 .../phaser tests/tilemap/sprite draw tiles.js | 0 .../phaser tests/tilemap/sprite draw tiles.ts | 0 .../phaser tests/tilemap/swap tiles.js | 0 .../phaser tests/tilemap/swap tiles.ts | 0 {todo => wip}/physics/AdvancedPhysics.js | 0 {todo => wip}/physics/AdvancedPhysics.ts | 0 {todo => wip}/physics/ArcadePhysics.js | 0 {todo => wip}/physics/ArcadePhysics.ts | 0 {todo => wip}/physics/Body.js | 0 {todo => wip}/physics/Body.ts | 0 {todo => wip}/physics/BodyUtils.ts | 0 {todo => wip}/physics/Bounds.js | 0 {todo => wip}/physics/Bounds.ts | 0 {todo => wip}/physics/Collision.js | 0 {todo => wip}/physics/Collision.ts | 0 {todo => wip}/physics/Contact.js | 0 {todo => wip}/physics/Contact.ts | 0 {todo => wip}/physics/ContactSolver.js | 0 {todo => wip}/physics/ContactSolver.ts | 0 {todo => wip}/physics/Manager.js | 0 {todo => wip}/physics/Manager.ts | 0 {todo => wip}/physics/Plane.js | 0 {todo => wip}/physics/Plane.ts | 0 {todo => wip}/physics/Space.js | 0 {todo => wip}/physics/Space.ts | 0 {todo => wip}/physics/Transform.js | 0 {todo => wip}/physics/Transform.ts | 0 {todo => wip}/physics/TransformUtils.js | 0 {todo => wip}/physics/TransformUtils.ts | 0 {todo => wip}/physics/joints/IJoint.js | 0 {todo => wip}/physics/joints/IJoint.js.map | 0 {todo => wip}/physics/joints/IJoint.ts | 0 {todo => wip}/physics/joints/Joint.js | 0 {todo => wip}/physics/joints/Joint.js.map | 0 {todo => wip}/physics/joints/Joint.ts | 0 {todo => wip}/physics/shapes/Box.js | 0 {todo => wip}/physics/shapes/Box.js.map | 0 {todo => wip}/physics/shapes/Box.ts | 0 {todo => wip}/physics/shapes/Circle.js | 0 {todo => wip}/physics/shapes/Circle.js.map | 0 {todo => wip}/physics/shapes/Circle.ts | 0 {todo => wip}/physics/shapes/IShape.js | 0 {todo => wip}/physics/shapes/IShape.js.map | 0 {todo => wip}/physics/shapes/IShape.ts | 0 {todo => wip}/physics/shapes/Poly.js | 0 {todo => wip}/physics/shapes/Poly.js.map | 0 {todo => wip}/physics/shapes/Poly.ts | 0 {todo => wip}/physics/shapes/Segment.js | 0 {todo => wip}/physics/shapes/Segment.js.map | 0 {todo => wip}/physics/shapes/Segment.ts | 0 {todo => wip}/physics/shapes/Shape.js | 0 {todo => wip}/physics/shapes/Shape.js.map | 0 {todo => wip}/physics/shapes/Shape.ts | 0 {todo => wip}/physics/shapes/Triangle.js | 0 {todo => wip}/physics/shapes/Triangle.js.map | 0 {todo => wip}/physics/shapes/Triangle.ts | 0 {todo => wip}/verlet/AngleConstraint.js | 0 {todo => wip}/verlet/AngleConstraint.js.map | 0 {todo => wip}/verlet/AngleConstraint.ts | 0 {todo => wip}/verlet/Composite.js | 0 {todo => wip}/verlet/Composite.ts | 0 {todo => wip}/verlet/DistanceConstraint.js | 0 {todo => wip}/verlet/DistanceConstraint.ts | 0 {todo => wip}/verlet/Particle.js | 0 {todo => wip}/verlet/Particle.js.map | 0 {todo => wip}/verlet/Particle.ts | 0 {todo => wip}/verlet/PinConstraint.js | 0 {todo => wip}/verlet/PinConstraint.ts | 0 {todo => wip}/verlet/VerletManager.js | 0 {todo => wip}/verlet/VerletManager.ts | 0 843 files changed, 5 insertions(+), 2460 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/phaser.iml delete mode 100644 .idea/scopes/scope_settings.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml delete mode 100644 Phaser OSX.sublime-project delete mode 100644 Phaser OSX.sublime-workspace delete mode 100644 Phaser.sublime-project delete mode 100644 Phaser.sublime-workspace rename {todo => wip}/CameraFX/Border.js (100%) rename {todo => wip}/CameraFX/Border.ts (100%) rename {todo => wip}/CameraFX/Fade.js (100%) rename {todo => wip}/CameraFX/Fade.ts (100%) rename {todo => wip}/CameraFX/Flash.js (100%) rename {todo => wip}/CameraFX/Flash.ts (100%) rename {todo => wip}/CameraFX/Mirror.js (100%) rename {todo => wip}/CameraFX/Mirror.ts (100%) rename {todo => wip}/CameraFX/Scanlines.js (100%) rename {todo => wip}/CameraFX/Scanlines.ts (100%) rename {todo => wip}/CameraFX/Shadow.js (100%) rename {todo => wip}/CameraFX/Shadow.ts (100%) rename {todo => wip}/CameraFX/Shake.js (100%) rename {todo => wip}/CameraFX/Shake.ts (100%) rename {todo => wip}/README.md (100%) rename {todo => wip}/TS Source/.gitignore (100%) rename {todo => wip}/TS Source/Game.js (100%) rename {todo => wip}/TS Source/Game.ts (100%) rename {todo => wip}/TS Source/Phaser.js (100%) rename {todo => wip}/TS Source/Phaser.ts (100%) rename {todo => wip}/TS Source/Stage.js (100%) rename {todo => wip}/TS Source/Stage.ts (100%) rename {todo => wip}/TS Source/State.js (100%) rename {todo => wip}/TS Source/State.ts (100%) rename {todo => wip}/TS Source/Statics.js (100%) rename {todo => wip}/TS Source/Statics.ts (100%) rename {todo => wip}/TS Source/World.js (100%) rename {todo => wip}/TS Source/World.ts (100%) rename {todo => wip}/TS Source/_definitions.js (100%) rename {todo => wip}/TS Source/_definitions.ts (100%) rename {todo => wip}/TS Source/animation/Animation.js (100%) rename {todo => wip}/TS Source/animation/Animation.ts (100%) rename {todo => wip}/TS Source/animation/AnimationManager.js (100%) rename {todo => wip}/TS Source/animation/AnimationManager.ts (100%) rename {todo => wip}/TS Source/animation/Frame.js (100%) rename {todo => wip}/TS Source/animation/Frame.ts (100%) rename {todo => wip}/TS Source/animation/FrameData.js (100%) rename {todo => wip}/TS Source/animation/FrameData.ts (100%) rename {todo => wip}/TS Source/cameras/Camera.js (100%) rename {todo => wip}/TS Source/cameras/Camera.ts (100%) rename {todo => wip}/TS Source/cameras/CameraManager.js (100%) rename {todo => wip}/TS Source/cameras/CameraManager.ts (100%) rename {todo => wip}/TS Source/core/Group.js (100%) rename {todo => wip}/TS Source/core/Group.ts (100%) rename {todo => wip}/TS Source/core/Plugin.js (100%) rename {todo => wip}/TS Source/core/Plugin.ts (100%) rename {todo => wip}/TS Source/core/PluginManager.js (100%) rename {todo => wip}/TS Source/core/PluginManager.ts (100%) rename {todo => wip}/TS Source/core/Signal.js (100%) rename {todo => wip}/TS Source/core/Signal.ts (100%) rename {todo => wip}/TS Source/core/SignalBinding.js (100%) rename {todo => wip}/TS Source/core/SignalBinding.ts (100%) rename {todo => wip}/TS Source/display/CSS3Filters.js (100%) rename {todo => wip}/TS Source/display/CSS3Filters.ts (100%) rename {todo => wip}/TS Source/display/DynamicTexture.js (100%) rename {todo => wip}/TS Source/display/DynamicTexture.ts (100%) rename {todo => wip}/TS Source/display/Texture.js (100%) rename {todo => wip}/TS Source/display/Texture.ts (100%) rename {todo => wip}/TS Source/gameobjects/Events.js (100%) rename {todo => wip}/TS Source/gameobjects/Events.ts (100%) rename {todo => wip}/TS Source/gameobjects/GameObjectFactory.js (100%) rename {todo => wip}/TS Source/gameobjects/GameObjectFactory.ts (100%) rename {todo => wip}/TS Source/gameobjects/IGameObject.ts (100%) rename {todo => wip}/TS Source/gameobjects/ScrollRegion.js (100%) rename {todo => wip}/TS Source/gameobjects/ScrollRegion.ts (100%) rename {todo => wip}/TS Source/gameobjects/ScrollZone.js (100%) rename {todo => wip}/TS Source/gameobjects/ScrollZone.ts (100%) rename {todo => wip}/TS Source/gameobjects/Sprite.js (100%) rename {todo => wip}/TS Source/gameobjects/Sprite.ts (100%) rename {todo => wip}/TS Source/gameobjects/TransformManager.js (100%) rename {todo => wip}/TS Source/gameobjects/TransformManager.ts (100%) rename {todo => wip}/TS Source/geom/Circle.js (100%) rename {todo => wip}/TS Source/geom/Circle.ts (100%) rename {todo => wip}/TS Source/geom/Line.js (100%) rename {todo => wip}/TS Source/geom/Line.ts (100%) rename {todo => wip}/TS Source/geom/Point.js (100%) rename {todo => wip}/TS Source/geom/Point.ts (100%) rename {todo => wip}/TS Source/geom/Rectangle.js (100%) rename {todo => wip}/TS Source/geom/Rectangle.ts (100%) rename {todo => wip}/TS Source/input/InputHandler.js (100%) rename {todo => wip}/TS Source/input/InputHandler.ts (100%) rename {todo => wip}/TS Source/input/InputManager.js (100%) rename {todo => wip}/TS Source/input/InputManager.ts (100%) rename {todo => wip}/TS Source/input/Keyboard.js (100%) rename {todo => wip}/TS Source/input/Keyboard.ts (100%) rename {todo => wip}/TS Source/input/MSPointer.js (100%) rename {todo => wip}/TS Source/input/MSPointer.ts (100%) rename {todo => wip}/TS Source/input/Mouse.js (100%) rename {todo => wip}/TS Source/input/Mouse.ts (100%) rename {todo => wip}/TS Source/input/Pointer.js (100%) rename {todo => wip}/TS Source/input/Pointer.ts (100%) rename {todo => wip}/TS Source/input/Touch.js (100%) rename {todo => wip}/TS Source/input/Touch.ts (100%) rename {todo => wip}/TS Source/loader/AnimationLoader.js (100%) rename {todo => wip}/TS Source/loader/AnimationLoader.ts (100%) rename {todo => wip}/TS Source/loader/Cache.js (100%) rename {todo => wip}/TS Source/loader/Cache.ts (100%) rename {todo => wip}/TS Source/loader/Loader.js (100%) rename {todo => wip}/TS Source/loader/Loader.ts (100%) rename {todo => wip}/TS Source/math/GameMath.js (100%) rename {todo => wip}/TS Source/math/GameMath.ts (100%) rename {todo => wip}/TS Source/math/LinkedList.js (100%) rename {todo => wip}/TS Source/math/LinkedList.ts (100%) rename {todo => wip}/TS Source/math/Mat3.js (100%) rename {todo => wip}/TS Source/math/Mat3.ts (100%) rename {todo => wip}/TS Source/math/Mat3Utils.js (100%) rename {todo => wip}/TS Source/math/Mat3Utils.ts (100%) rename {todo => wip}/TS Source/math/QuadTree.js (100%) rename {todo => wip}/TS Source/math/QuadTree.ts (100%) rename {todo => wip}/TS Source/math/RandomDataGenerator.js (100%) rename {todo => wip}/TS Source/math/RandomDataGenerator.ts (100%) rename {todo => wip}/TS Source/math/Vec2.js (100%) rename {todo => wip}/TS Source/math/Vec2.ts (100%) rename {todo => wip}/TS Source/math/Vec2Utils.js (100%) rename {todo => wip}/TS Source/math/Vec2Utils.ts (100%) rename {todo => wip}/TS Source/net/Net.js (100%) rename {todo => wip}/TS Source/net/Net.ts (100%) rename {todo => wip}/TS Source/particles/Emitter.js (100%) rename {todo => wip}/TS Source/particles/Emitter.ts (100%) rename {todo => wip}/TS Source/particles/NumericalIntegration.js (100%) rename {todo => wip}/TS Source/particles/NumericalIntegration.ts (100%) rename {todo => wip}/TS Source/particles/Particle.js (100%) rename {todo => wip}/TS Source/particles/Particle.ts (100%) rename {todo => wip}/TS Source/particles/ParticleManager.js (100%) rename {todo => wip}/TS Source/particles/ParticleManager.ts (100%) rename {todo => wip}/TS Source/particles/ParticlePool.js (100%) rename {todo => wip}/TS Source/particles/ParticlePool.ts (100%) rename {todo => wip}/TS Source/particles/ParticleUtils.js (100%) rename {todo => wip}/TS Source/particles/ParticleUtils.ts (100%) rename {todo => wip}/TS Source/particles/Polar2D.js (100%) rename {todo => wip}/TS Source/particles/Polar2D.ts (100%) rename {todo => wip}/TS Source/particles/Span.js (100%) rename {todo => wip}/TS Source/particles/Span.ts (100%) rename {todo => wip}/TS Source/particles/behaviours/Behaviour.js (100%) rename {todo => wip}/TS Source/particles/behaviours/Behaviour.ts (100%) rename {todo => wip}/TS Source/particles/behaviours/RandomDrift.js (100%) rename {todo => wip}/TS Source/particles/behaviours/RandomDrift.ts (100%) rename {todo => wip}/TS Source/particles/initialize/Initialize.js (100%) rename {todo => wip}/TS Source/particles/initialize/Initialize.ts (100%) rename {todo => wip}/TS Source/particles/initialize/Life.js (100%) rename {todo => wip}/TS Source/particles/initialize/Life.ts (100%) rename {todo => wip}/TS Source/particles/initialize/Mass.js (100%) rename {todo => wip}/TS Source/particles/initialize/Mass.ts (100%) rename {todo => wip}/TS Source/particles/initialize/Position.js (100%) rename {todo => wip}/TS Source/particles/initialize/Position.ts (100%) rename {todo => wip}/TS Source/particles/initialize/Radius.ts (100%) rename {todo => wip}/TS Source/particles/initialize/Rate.js (100%) rename {todo => wip}/TS Source/particles/initialize/Rate.ts (100%) rename {todo => wip}/TS Source/particles/initialize/Velocity.js (100%) rename {todo => wip}/TS Source/particles/initialize/Velocity.ts (100%) rename {todo => wip}/TS Source/particles/zone/PointZone.js (100%) rename {todo => wip}/TS Source/particles/zone/PointZone.ts (100%) rename {todo => wip}/TS Source/particles/zone/Zone.js (100%) rename {todo => wip}/TS Source/particles/zone/Zone.ts (100%) rename {todo => wip}/TS Source/physics/AABB.js (100%) rename {todo => wip}/TS Source/physics/AABB.ts (100%) rename {todo => wip}/TS Source/physics/Body.js (100%) rename {todo => wip}/TS Source/physics/Body.ts (100%) rename {todo => wip}/TS Source/physics/Circle.js (100%) rename {todo => wip}/TS Source/physics/Circle.ts (100%) rename {todo => wip}/TS Source/physics/PhysicsManager.js (100%) rename {todo => wip}/TS Source/physics/PhysicsManager.ts (100%) rename {todo => wip}/TS Source/physics/TileMapCell.js (100%) rename {todo => wip}/TS Source/physics/TileMapCell.ts (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABB22Deg.js (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABB22Deg.ts (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABB45Deg.js (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABB45Deg.ts (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABB67Deg.js (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABB67Deg.ts (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBConcave.js (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBConcave.ts (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBConvex.js (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBConvex.ts (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBFull.js (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBFull.ts (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBHalf.js (100%) rename {todo => wip}/TS Source/physics/aabb/ProjAABBHalf.ts (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircle22Deg.js (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircle22Deg.ts (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircle45Deg.js (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircle45Deg.ts (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircle67Deg.js (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircle67Deg.ts (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleConcave.js (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleConcave.ts (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleConvex.js (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleConvex.ts (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleFull.js (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleFull.ts (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleHalf.js (100%) rename {todo => wip}/TS Source/physics/circle/ProjCircleHalf.ts (100%) rename {todo => wip}/TS Source/renderers/HeadlessRenderer.js (100%) rename {todo => wip}/TS Source/renderers/HeadlessRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/IRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/canvas/CameraRenderer.js (100%) rename {todo => wip}/TS Source/renderers/canvas/CameraRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/canvas/CanvasRenderer.js (100%) rename {todo => wip}/TS Source/renderers/canvas/CanvasRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/canvas/GeometryRenderer.js (100%) rename {todo => wip}/TS Source/renderers/canvas/GeometryRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/canvas/GroupRenderer.js (100%) rename {todo => wip}/TS Source/renderers/canvas/GroupRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/canvas/ScrollZoneRenderer.js (100%) rename {todo => wip}/TS Source/renderers/canvas/ScrollZoneRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/canvas/SpriteRenderer.js (100%) rename {todo => wip}/TS Source/renderers/canvas/SpriteRenderer.ts (100%) rename {todo => wip}/TS Source/renderers/canvas/TilemapRenderer.js (100%) rename {todo => wip}/TS Source/renderers/canvas/TilemapRenderer.ts (100%) rename {todo => wip}/TS Source/sound/Sound.js (100%) rename {todo => wip}/TS Source/sound/Sound.ts (100%) rename {todo => wip}/TS Source/sound/SoundManager.js (100%) rename {todo => wip}/TS Source/sound/SoundManager.ts (100%) rename {todo => wip}/TS Source/system/Device.js (100%) rename {todo => wip}/TS Source/system/Device.ts (100%) rename {todo => wip}/TS Source/system/RequestAnimationFrame.js (100%) rename {todo => wip}/TS Source/system/RequestAnimationFrame.ts (100%) rename {todo => wip}/TS Source/system/StageScaleMode.js (100%) rename {todo => wip}/TS Source/system/StageScaleMode.ts (100%) rename {todo => wip}/TS Source/system/screens/BootScreen.js (100%) rename {todo => wip}/TS Source/system/screens/BootScreen.ts (100%) rename {todo => wip}/TS Source/system/screens/OrientationScreen.js (100%) rename {todo => wip}/TS Source/system/screens/OrientationScreen.ts (100%) rename {todo => wip}/TS Source/system/screens/PauseScreen.js (100%) rename {todo => wip}/TS Source/system/screens/PauseScreen.ts (100%) rename {todo => wip}/TS Source/tilemap/Tile.js (100%) rename {todo => wip}/TS Source/tilemap/Tile.ts (100%) rename {todo => wip}/TS Source/tilemap/Tilemap.js (100%) rename {todo => wip}/TS Source/tilemap/Tilemap.ts (100%) rename {todo => wip}/TS Source/tilemap/TilemapLayer.js (100%) rename {todo => wip}/TS Source/tilemap/TilemapLayer.ts (100%) rename {todo => wip}/TS Source/time/TimeManager.js (100%) rename {todo => wip}/TS Source/time/TimeManager.ts (100%) rename {todo => wip}/TS Source/tweens/Tween.js (100%) rename {todo => wip}/TS Source/tweens/Tween.ts (100%) rename {todo => wip}/TS Source/tweens/TweenManager.js (100%) rename {todo => wip}/TS Source/tweens/TweenManager.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Back.js (100%) rename {todo => wip}/TS Source/tweens/easing/Back.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Bounce.js (100%) rename {todo => wip}/TS Source/tweens/easing/Bounce.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Circular.js (100%) rename {todo => wip}/TS Source/tweens/easing/Circular.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Cubic.js (100%) rename {todo => wip}/TS Source/tweens/easing/Cubic.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Elastic.js (100%) rename {todo => wip}/TS Source/tweens/easing/Elastic.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Exponential.js (100%) rename {todo => wip}/TS Source/tweens/easing/Exponential.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Linear.js (100%) rename {todo => wip}/TS Source/tweens/easing/Linear.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Quadratic.js (100%) rename {todo => wip}/TS Source/tweens/easing/Quadratic.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Quartic.js (100%) rename {todo => wip}/TS Source/tweens/easing/Quartic.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Quintic.js (100%) rename {todo => wip}/TS Source/tweens/easing/Quintic.ts (100%) rename {todo => wip}/TS Source/tweens/easing/Sinusoidal.js (100%) rename {todo => wip}/TS Source/tweens/easing/Sinusoidal.ts (100%) rename {todo => wip}/TS Source/ui/Button.js (100%) rename {todo => wip}/TS Source/ui/Button.ts (100%) rename {todo => wip}/TS Source/utils/CanvasUtils.js (100%) rename {todo => wip}/TS Source/utils/CanvasUtils.ts (100%) rename {todo => wip}/TS Source/utils/CircleUtils.js (100%) rename {todo => wip}/TS Source/utils/CircleUtils.ts (100%) rename {todo => wip}/TS Source/utils/ColorUtils.js (100%) rename {todo => wip}/TS Source/utils/ColorUtils.ts (100%) rename {todo => wip}/TS Source/utils/DebugUtils.js (100%) rename {todo => wip}/TS Source/utils/DebugUtils.ts (100%) rename {todo => wip}/TS Source/utils/PointUtils.js (100%) rename {todo => wip}/TS Source/utils/PointUtils.ts (100%) rename {todo => wip}/TS Source/utils/RectangleUtils.js (100%) rename {todo => wip}/TS Source/utils/RectangleUtils.ts (100%) rename {todo => wip}/TS Source/utils/SpriteUtils.js (100%) rename {todo => wip}/TS Source/utils/SpriteUtils.ts (100%) rename {todo => wip}/TS Source/yuidoc.json (100%) rename {todo => wip}/TS Tests/.gitignore (100%) rename {todo => wip}/TS Tests/Phaser Tests.sublime-project (100%) rename {todo => wip}/TS Tests/Tests.csproj (100%) rename {todo => wip}/TS Tests/audio/audio sprites 1.js (100%) rename {todo => wip}/TS Tests/audio/audio sprites 1.ts (100%) rename {todo => wip}/TS Tests/audio/play sound 1.js (100%) rename {todo => wip}/TS Tests/audio/play sound 1.ts (100%) rename {todo => wip}/TS Tests/buttons/basic button 2.js (100%) rename {todo => wip}/TS Tests/buttons/basic button 2.ts (100%) rename {todo => wip}/TS Tests/buttons/basic button.js (100%) rename {todo => wip}/TS Tests/buttons/basic button.ts (100%) rename {todo => wip}/TS Tests/buttons/camera buttons.js (100%) rename {todo => wip}/TS Tests/buttons/camera buttons.ts (100%) rename {todo => wip}/TS Tests/buttons/rotated buttons.js (100%) rename {todo => wip}/TS Tests/buttons/rotated buttons.ts (100%) rename {todo => wip}/TS Tests/camera fx/fade.js (100%) rename {todo => wip}/TS Tests/camera fx/fade.ts (100%) rename {todo => wip}/TS Tests/camera fx/mirror.js (100%) rename {todo => wip}/TS Tests/camera fx/mirror.ts (100%) rename {todo => wip}/TS Tests/camera fx/scanlines.js (100%) rename {todo => wip}/TS Tests/camera fx/scanlines.ts (100%) rename {todo => wip}/TS Tests/cameras/basic camera 1.js (100%) rename {todo => wip}/TS Tests/cameras/basic camera 1.ts (100%) rename {todo => wip}/TS Tests/cameras/basic follow.js (100%) rename {todo => wip}/TS Tests/cameras/basic follow.ts (100%) rename {todo => wip}/TS Tests/cameras/camera alpha.js (100%) rename {todo => wip}/TS Tests/cameras/camera alpha.ts (100%) rename {todo => wip}/TS Tests/cameras/camera fx 1.js (100%) rename {todo => wip}/TS Tests/cameras/camera fx 1.ts (100%) rename {todo => wip}/TS Tests/cameras/camera fx 2.js (100%) rename {todo => wip}/TS Tests/cameras/camera fx 2.ts (100%) rename {todo => wip}/TS Tests/cameras/camera fx 3.js (100%) rename {todo => wip}/TS Tests/cameras/camera fx 3.ts (100%) rename {todo => wip}/TS Tests/cameras/camera rotation.js (100%) rename {todo => wip}/TS Tests/cameras/camera rotation.ts (100%) rename {todo => wip}/TS Tests/cameras/camera scale.js (100%) rename {todo => wip}/TS Tests/cameras/camera scale.ts (100%) rename {todo => wip}/TS Tests/cameras/camera texture.js (100%) rename {todo => wip}/TS Tests/cameras/camera texture.ts (100%) rename {todo => wip}/TS Tests/cameras/follow styles.js (100%) rename {todo => wip}/TS Tests/cameras/follow styles.ts (100%) rename {todo => wip}/TS Tests/cameras/hide from camera.js (100%) rename {todo => wip}/TS Tests/cameras/hide from camera.ts (100%) rename {todo => wip}/TS Tests/cameras/multi camera.js (100%) rename {todo => wip}/TS Tests/cameras/multi camera.ts (100%) rename {todo => wip}/TS Tests/cameras/scrollfactor 1.js (100%) rename {todo => wip}/TS Tests/cameras/scrollfactor 1.ts (100%) rename {todo => wip}/TS Tests/cameras/scrollfactor 2.js (100%) rename {todo => wip}/TS Tests/cameras/scrollfactor 2.ts (100%) rename {todo => wip}/TS Tests/cameras/scrollfactor compare.js (100%) rename {todo => wip}/TS Tests/cameras/scrollfactor compare.ts (100%) rename {todo => wip}/TS Tests/cameras/world sprite.js (100%) rename {todo => wip}/TS Tests/cameras/world sprite.ts (100%) rename {todo => wip}/TS Tests/display/render crisp.js (100%) rename {todo => wip}/TS Tests/display/render crisp.ts (100%) rename {todo => wip}/TS Tests/groups/add to group 1.js (100%) rename {todo => wip}/TS Tests/groups/add to group 1.ts (100%) rename {todo => wip}/TS Tests/groups/add to group 2.js (100%) rename {todo => wip}/TS Tests/groups/add to group 2.ts (100%) rename {todo => wip}/TS Tests/groups/bring to top 1.js (100%) rename {todo => wip}/TS Tests/groups/bring to top 1.ts (100%) rename {todo => wip}/TS Tests/groups/bring to top.js (100%) rename {todo => wip}/TS Tests/groups/bring to top.ts (100%) rename {todo => wip}/TS Tests/groups/call all.js (100%) rename {todo => wip}/TS Tests/groups/call all.ts (100%) rename {todo => wip}/TS Tests/groups/create group 1.js (100%) rename {todo => wip}/TS Tests/groups/create group 1.ts (100%) rename {todo => wip}/TS Tests/groups/direct render.js (100%) rename {todo => wip}/TS Tests/groups/direct render.ts (100%) rename {todo => wip}/TS Tests/groups/display order.js (100%) rename {todo => wip}/TS Tests/groups/display order.ts (100%) rename {todo => wip}/TS Tests/groups/for each.js (100%) rename {todo => wip}/TS Tests/groups/for each.ts (100%) rename {todo => wip}/TS Tests/groups/get first 1.js (100%) rename {todo => wip}/TS Tests/groups/get first 1.ts (100%) rename {todo => wip}/TS Tests/groups/get first 2.js (100%) rename {todo => wip}/TS Tests/groups/get first 2.ts (100%) rename {todo => wip}/TS Tests/groups/get first 3.js (100%) rename {todo => wip}/TS Tests/groups/get first 3.ts (100%) rename {todo => wip}/TS Tests/groups/group as layer.js (100%) rename {todo => wip}/TS Tests/groups/group as layer.ts (100%) rename {todo => wip}/TS Tests/groups/group texture.js (100%) rename {todo => wip}/TS Tests/groups/group transform 1.js (100%) rename {todo => wip}/TS Tests/groups/group transform 1.ts (100%) rename {todo => wip}/TS Tests/groups/group transform 2.js (100%) rename {todo => wip}/TS Tests/groups/group transform 2.ts (100%) rename {todo => wip}/TS Tests/groups/group transform 3.js (100%) rename {todo => wip}/TS Tests/groups/group transform 3.ts (100%) rename {todo => wip}/TS Tests/groups/recycle 1.js (100%) rename {todo => wip}/TS Tests/groups/recycle 1.ts (100%) rename {todo => wip}/TS Tests/groups/recycle 2.js (100%) rename {todo => wip}/TS Tests/groups/recycle 2.ts (100%) rename {todo => wip}/TS Tests/groups/remove.js (100%) rename {todo => wip}/TS Tests/groups/remove.ts (100%) rename {todo => wip}/TS Tests/groups/replace.js (100%) rename {todo => wip}/TS Tests/groups/replace.ts (100%) rename {todo => wip}/TS Tests/groups/set all.js (100%) rename {todo => wip}/TS Tests/groups/set all.ts (100%) rename {todo => wip}/TS Tests/groups/sort 1.js (100%) rename {todo => wip}/TS Tests/groups/sort 1.ts (100%) rename {todo => wip}/TS Tests/groups/sort 2.js (100%) rename {todo => wip}/TS Tests/groups/sort 2.ts (100%) rename {todo => wip}/TS Tests/groups/sub groups.js (100%) rename {todo => wip}/TS Tests/groups/sub groups.ts (100%) rename {todo => wip}/TS Tests/groups/swap children.js (100%) rename {todo => wip}/TS Tests/groups/swap children.ts (100%) rename {todo => wip}/TS Tests/index.php (100%) rename {todo => wip}/TS Tests/input/bring to top.js (100%) rename {todo => wip}/TS Tests/input/bring to top.ts (100%) rename {todo => wip}/TS Tests/input/drag sprite 1.js (100%) rename {todo => wip}/TS Tests/input/drag sprite 1.ts (100%) rename {todo => wip}/TS Tests/input/drag sprite 2.js (100%) rename {todo => wip}/TS Tests/input/drag sprite 2.ts (100%) rename {todo => wip}/TS Tests/input/drag sprite 3.js (100%) rename {todo => wip}/TS Tests/input/drag sprite 3.ts (100%) rename {todo => wip}/TS Tests/input/drop limitation.js (100%) rename {todo => wip}/TS Tests/input/drop limitation.ts (100%) rename {todo => wip}/TS Tests/input/game scale 1.js (100%) rename {todo => wip}/TS Tests/input/game scale 1.ts (100%) rename {todo => wip}/TS Tests/input/keyboard 1.js (100%) rename {todo => wip}/TS Tests/input/keyboard 1.ts (100%) rename {todo => wip}/TS Tests/input/keyboard 2.js (100%) rename {todo => wip}/TS Tests/input/keyboard 2.ts (100%) rename {todo => wip}/TS Tests/input/motion lock 2.js (100%) rename {todo => wip}/TS Tests/input/motion lock 2.ts (100%) rename {todo => wip}/TS Tests/input/motion lock.js (100%) rename {todo => wip}/TS Tests/input/motion lock.ts (100%) rename {todo => wip}/TS Tests/input/multitouch.js (100%) rename {todo => wip}/TS Tests/input/multitouch.ts (100%) rename {todo => wip}/TS Tests/input/over sprite 1.js (100%) rename {todo => wip}/TS Tests/input/over sprite 1.ts (100%) rename {todo => wip}/TS Tests/input/over sprite 2.js (100%) rename {todo => wip}/TS Tests/input/over sprite 2.ts (100%) rename {todo => wip}/TS Tests/input/point in rotated sprite.js (100%) rename {todo => wip}/TS Tests/input/point in rotated sprite.ts (100%) rename {todo => wip}/TS Tests/input/rotated sprites.js (100%) rename {todo => wip}/TS Tests/input/rotated sprites.ts (100%) rename {todo => wip}/TS Tests/input/snap 1.js (100%) rename {todo => wip}/TS Tests/input/snap 1.ts (100%) rename {todo => wip}/TS Tests/input/touch priority.js (100%) rename {todo => wip}/TS Tests/input/touch priority.ts (100%) rename {todo => wip}/TS Tests/input/world coordinates.js (100%) rename {todo => wip}/TS Tests/input/world coordinates.ts (100%) rename {todo => wip}/TS Tests/input/world drag.js (100%) rename {todo => wip}/TS Tests/input/world drag.ts (100%) rename {todo => wip}/TS Tests/misc/boot screen.js (100%) rename {todo => wip}/TS Tests/misc/boot screen.ts (100%) rename {todo => wip}/TS Tests/misc/color utils 1.js (100%) rename {todo => wip}/TS Tests/misc/color utils 1.ts (100%) rename {todo => wip}/TS Tests/misc/color utils 2.js (100%) rename {todo => wip}/TS Tests/misc/color utils 2.ts (100%) rename {todo => wip}/TS Tests/misc/color utils 3.js (100%) rename {todo => wip}/TS Tests/misc/color utils 3.ts (100%) rename {todo => wip}/TS Tests/misc/dynamic texture 1.js (100%) rename {todo => wip}/TS Tests/misc/dynamic texture 1.ts (100%) rename {todo => wip}/TS Tests/misc/dynamic texture 2.js (100%) rename {todo => wip}/TS Tests/misc/dynamic texture 2.ts (100%) rename {todo => wip}/TS Tests/misc/dynamic texture 3.js (100%) rename {todo => wip}/TS Tests/misc/dynamic texture 3.ts (100%) rename {todo => wip}/TS Tests/misc/point1.js (100%) rename {todo => wip}/TS Tests/misc/point1.ts (100%) rename {todo => wip}/TS Tests/misc/point2.js (100%) rename {todo => wip}/TS Tests/misc/point2.ts (100%) rename {todo => wip}/TS Tests/misc/point3.js (100%) rename {todo => wip}/TS Tests/misc/point3.ts (100%) rename {todo => wip}/TS Tests/misc/rectangle utils 1.js (100%) rename {todo => wip}/TS Tests/misc/rectangle utils 1.ts (100%) rename {todo => wip}/TS Tests/misc/rectangle utils 2.js (100%) rename {todo => wip}/TS Tests/misc/rectangle utils 2.ts (100%) rename {todo => wip}/TS Tests/mobile/fullscreen.html (100%) rename {todo => wip}/TS Tests/mobile/sprite test 1.js (100%) rename {todo => wip}/TS Tests/mobile/sprite test 1.ts (100%) rename {todo => wip}/TS Tests/mobile/test1.html (100%) rename {todo => wip}/TS Tests/particles/graphic emitter.js (100%) rename {todo => wip}/TS Tests/particles/graphic emitter.ts (100%) rename {todo => wip}/TS Tests/particles/mousetrail.js (100%) rename {todo => wip}/TS Tests/particles/mousetrail.ts (100%) rename {todo => wip}/TS Tests/particles/multiple streams.js (100%) rename {todo => wip}/TS Tests/particles/multiple streams.ts (100%) rename {todo => wip}/TS Tests/particles/sprite emitter.js (100%) rename {todo => wip}/TS Tests/particles/sprite emitter.ts (100%) rename {todo => wip}/TS Tests/particles/when particles collide.js (100%) rename {todo => wip}/TS Tests/particles/when particles collide.ts (100%) rename {todo => wip}/TS Tests/phaser-debug.js (100%) rename {todo => wip}/TS Tests/phaser-mobile.css (100%) rename {todo => wip}/TS Tests/phaser.css (100%) rename {todo => wip}/TS Tests/physics/circle 1.js (100%) rename {todo => wip}/TS Tests/physics/circle 1.ts (100%) rename {todo => wip}/TS Tests/physics/sprite bounds.js (100%) rename {todo => wip}/TS Tests/physics/sprite bounds.ts (100%) rename {todo => wip}/TS Tests/scrollzones/ballscroller.js (100%) rename {todo => wip}/TS Tests/scrollzones/ballscroller.ts (100%) rename {todo => wip}/TS Tests/scrollzones/blasteroids.js (100%) rename {todo => wip}/TS Tests/scrollzones/blasteroids.ts (100%) rename {todo => wip}/TS Tests/scrollzones/parallax.js (100%) rename {todo => wip}/TS Tests/scrollzones/parallax.ts (100%) rename {todo => wip}/TS Tests/scrollzones/region demo.js (100%) rename {todo => wip}/TS Tests/scrollzones/region demo.ts (100%) rename {todo => wip}/TS Tests/scrollzones/scroll window.js (100%) rename {todo => wip}/TS Tests/scrollzones/scroll window.ts (100%) rename {todo => wip}/TS Tests/scrollzones/simple scrollzone.js (100%) rename {todo => wip}/TS Tests/scrollzones/simple scrollzone.ts (100%) rename {todo => wip}/TS Tests/scrollzones/skewed scroller.js (100%) rename {todo => wip}/TS Tests/scrollzones/skewed scroller.ts (100%) rename {todo => wip}/TS Tests/sprites/alpha.js (100%) rename {todo => wip}/TS Tests/sprites/alpha.ts (100%) rename {todo => wip}/TS Tests/sprites/animate by framename.js (100%) rename {todo => wip}/TS Tests/sprites/animate by framename.ts (100%) rename {todo => wip}/TS Tests/sprites/animation 1.js (100%) rename {todo => wip}/TS Tests/sprites/animation 1.ts (100%) rename {todo => wip}/TS Tests/sprites/animation 2.js (100%) rename {todo => wip}/TS Tests/sprites/animation 2.ts (100%) rename {todo => wip}/TS Tests/sprites/create sprite 1.js (100%) rename {todo => wip}/TS Tests/sprites/create sprite 1.ts (100%) rename {todo => wip}/TS Tests/sprites/origin 5.js (100%) rename {todo => wip}/TS Tests/sprites/origin 5.ts (100%) rename {todo => wip}/TS Tests/sprites/out of screen.js (100%) rename {todo => wip}/TS Tests/sprites/out of screen.ts (100%) rename {todo => wip}/TS Tests/sprites/rotate around.js (100%) rename {todo => wip}/TS Tests/sprites/rotate around.ts (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 1.js (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 1.ts (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 2.js (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 2.ts (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 3.js (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 3.ts (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 4.js (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 4.ts (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 5.js (100%) rename {todo => wip}/TS Tests/sprites/scale sprite 5.ts (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 1.js (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 1.ts (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 2.js (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 2.ts (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 3.js (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 3.ts (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 4.js (100%) rename {todo => wip}/TS Tests/sprites/sprite origin 4.ts (100%) rename {todo => wip}/TS Tests/stage/blur filter.js (100%) rename {todo => wip}/TS Tests/stage/blur filter.ts (100%) rename {todo => wip}/TS Tests/stage/brightness filter.js (100%) rename {todo => wip}/TS Tests/stage/brightness filter.ts (100%) rename {todo => wip}/TS Tests/stage/contrast filter.js (100%) rename {todo => wip}/TS Tests/stage/contrast filter.ts (100%) rename {todo => wip}/TS Tests/stage/grayscale filter.js (100%) rename {todo => wip}/TS Tests/stage/grayscale filter.ts (100%) rename {todo => wip}/TS Tests/stage/hue rotate filter.js (100%) rename {todo => wip}/TS Tests/stage/hue rotate filter.ts (100%) rename {todo => wip}/TS Tests/stage/sepia filter.js (100%) rename {todo => wip}/TS Tests/stage/sepia filter.ts (100%) rename {todo => wip}/TS Tests/states/javascript/FakeGame.js (100%) rename {todo => wip}/TS Tests/states/javascript/MainMenu.js (100%) rename {todo => wip}/TS Tests/states/javascript/index.html (100%) rename {todo => wip}/TS Tests/states/typescript/FakeGame.ts (100%) rename {todo => wip}/TS Tests/states/typescript/MainMenu.ts (100%) rename {todo => wip}/TS Tests/states/typescript/index.html (100%) rename {todo => wip}/TS Tests/textures/dynamic texture 1.js (100%) rename {todo => wip}/TS Tests/textures/dynamic texture 1.ts (100%) rename {todo => wip}/TS Tests/textures/dynamic texture 2.js (100%) rename {todo => wip}/TS Tests/textures/dynamic texture 2.ts (100%) rename {todo => wip}/TS Tests/textures/filter test.js (100%) rename {todo => wip}/TS Tests/textures/filter test.ts (100%) rename {todo => wip}/TS Tests/textures/starling texture atlas.js (100%) rename {todo => wip}/TS Tests/textures/starling texture atlas.ts (100%) rename {todo => wip}/TS Tests/textures/texture atlas 1.js (100%) rename {todo => wip}/TS Tests/textures/texture atlas 1.ts (100%) rename {todo => wip}/TS Tests/textures/texture atlas 2.js (100%) rename {todo => wip}/TS Tests/textures/texture atlas 2.ts (100%) rename {todo => wip}/TS Tests/textures/texture atlas 3.js (100%) rename {todo => wip}/TS Tests/textures/texture atlas 3.ts (100%) rename {todo => wip}/TS Tests/textures/texture atlas 4.js (100%) rename {todo => wip}/TS Tests/textures/texture atlas 4.ts (100%) rename {todo => wip}/TS Tests/tilemaps/csv tilemap.js (100%) rename {todo => wip}/TS Tests/tilemaps/csv tilemap.ts (100%) rename {todo => wip}/TS Tests/tilemaps/map draw.js (100%) rename {todo => wip}/TS Tests/tilemaps/map draw.ts (100%) rename {todo => wip}/TS Tests/tilemaps/tiled layers.js (100%) rename {todo => wip}/TS Tests/tilemaps/tiled layers.ts (100%) rename {todo => wip}/TS Tests/tilemaps/tiled tilemap.js (100%) rename {todo => wip}/TS Tests/tilemaps/tiled tilemap.ts (100%) rename {todo => wip}/TS Tests/tweens/bounce.js (100%) rename {todo => wip}/TS Tests/tweens/bounce.ts (100%) rename {todo => wip}/TS Tests/tweens/easing example 1.js (100%) rename {todo => wip}/TS Tests/tweens/easing example 1.ts (100%) rename {todo => wip}/TS Tests/tweens/easing example 2.js (100%) rename {todo => wip}/TS Tests/tweens/easing example 2.ts (100%) rename {todo => wip}/TS Tests/tweens/easing example 3.js (100%) rename {todo => wip}/TS Tests/tweens/easing example 3.ts (100%) rename {todo => wip}/TS Tests/tweens/easing example 4.js (100%) rename {todo => wip}/TS Tests/tweens/easing example 4.ts (100%) rename {todo => wip}/TS Tests/tweens/easing example 5.js (100%) rename {todo => wip}/TS Tests/tweens/easing example 5.ts (100%) rename {todo => wip}/TS Tests/tweens/easing example 6.js (100%) rename {todo => wip}/TS Tests/tweens/easing example 6.ts (100%) rename {todo => wip}/TS Tests/tweens/pause test.js (100%) rename {todo => wip}/TS Tests/tweens/pause test.ts (100%) rename {todo => wip}/TS Tests/tweens/tween loop 1.js (100%) rename {todo => wip}/TS Tests/tweens/tween loop 1.ts (100%) rename {todo => wip}/TS Tests/tweens/tween loop 2.js (100%) rename {todo => wip}/TS Tests/tweens/tween loop 2.ts (100%) rename {todo => wip}/docChanges.zip (100%) rename {todo => wip}/phaser clean up/20130112_arkanoid_sdl_v1.0.0.01_(pandora_game_port).png (100%) rename {todo => wip}/phaser clean up/ArcadePhysics.ts (100%) rename {todo => wip}/phaser clean up/Collision.js (100%) rename {todo => wip}/phaser clean up/Collision.ts (100%) rename {todo => wip}/phaser clean up/CollisionMask.js (100%) rename {todo => wip}/phaser clean up/CollisionMask.ts (100%) rename {todo => wip}/phaser clean up/Debug.js (100%) rename {todo => wip}/phaser clean up/Debug.ts (100%) rename {todo => wip}/phaser clean up/DebugPhysics.ts (100%) rename {todo => wip}/phaser clean up/Emitter.js (100%) rename {todo => wip}/phaser clean up/Emitter.ts (100%) rename {todo => wip}/phaser clean up/GeomSprite.js (100%) rename {todo => wip}/phaser clean up/GeomSprite.ts (100%) rename {todo => wip}/phaser clean up/Input.js (100%) rename {todo => wip}/phaser clean up/Input.ts (100%) rename {todo => wip}/phaser clean up/Motion.js (100%) rename {todo => wip}/phaser clean up/Motion.ts (100%) rename {todo => wip}/phaser clean up/N_tutorialAsrc.zip (100%) rename {todo => wip}/phaser clean up/N_tutorialAsrc/tutA_demo05.fla (100%) rename {todo => wip}/phaser clean up/N_tutorialAsrc/tutA_demo05.swf (100%) rename {todo => wip}/phaser clean up/N_tutorialBsrc/tutB_demo04.fla (100%) rename {todo => wip}/phaser clean up/N_tutorialBsrc/tutB_demo04.swf (100%) rename {todo => wip}/phaser clean up/OldSprite.ts (100%) rename {todo => wip}/phaser clean up/PixelUtils.ts (100%) rename {todo => wip}/phaser clean up/Properties.js (100%) rename {todo => wip}/phaser clean up/Properties.ts (100%) rename {todo => wip}/phaser clean up/SAT.zip (100%) rename {todo => wip}/phaser clean up/Tilemap.js (100%) rename {todo => wip}/phaser clean up/Tilemap.ts (100%) rename {todo => wip}/phaser clean up/aabb 1.js (100%) rename {todo => wip}/phaser clean up/aabb 1.ts (100%) rename {todo => wip}/phaser clean up/aabb vs aabb 1.js (100%) rename {todo => wip}/phaser clean up/aabb vs aabb 1.ts (100%) rename {todo => wip}/phaser clean up/body1.js (100%) rename {todo => wip}/phaser clean up/body1.ts (100%) rename {todo => wip}/phaser clean up/fitc/FITC_beyondHittest.txt (100%) rename {todo => wip}/phaser clean up/fitc/FITC_beyondHittest07.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_boxbox_projection.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_boxcells.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_boxprojection.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_circlebox.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_frictionbounce.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_projdotprod.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_rawdotprod.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_unitdotprod.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_unitvector.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_vector.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_vectornormals.swf (100%) rename {todo => wip}/phaser clean up/fitc/media/N_tutorial_diagrams05_vectorprojection.swf (100%) rename {todo => wip}/phaser clean up/obb vs obb.js (100%) rename {todo => wip}/phaser clean up/obb vs obb.ts (100%) rename {todo => wip}/phaser clean up/temp1.js (100%) rename {todo => wip}/phaser clean up/temp1.ts (100%) rename {todo => wip}/phaser clean up/temp2.js (100%) rename {todo => wip}/phaser clean up/temp2.ts (100%) rename {todo => wip}/phaser tests/camera fx/fade.js (100%) rename {todo => wip}/phaser tests/camera fx/fade.ts (100%) rename {todo => wip}/phaser tests/camera fx/flash.js (100%) rename {todo => wip}/phaser tests/camera fx/flash.ts (100%) rename {todo => wip}/phaser tests/camera fx/shake.js (100%) rename {todo => wip}/phaser tests/camera fx/shake.ts (100%) rename {todo => wip}/phaser tests/cameras/camera alpha.js (100%) rename {todo => wip}/phaser tests/cameras/camera alpha.ts (100%) rename {todo => wip}/phaser tests/cameras/camera bounds.js (100%) rename {todo => wip}/phaser tests/cameras/camera bounds.ts (100%) rename {todo => wip}/phaser tests/cameras/camera position.js (100%) rename {todo => wip}/phaser tests/cameras/camera position.ts (100%) rename {todo => wip}/phaser tests/cameras/camera rotation.js (100%) rename {todo => wip}/phaser tests/cameras/camera rotation.ts (100%) rename {todo => wip}/phaser tests/cameras/camera scale.js (100%) rename {todo => wip}/phaser tests/cameras/camera scale.ts (100%) rename {todo => wip}/phaser tests/cameras/camera shadow.js (100%) rename {todo => wip}/phaser tests/cameras/camera shadow.ts (100%) rename {todo => wip}/phaser tests/cameras/camera texture.js (100%) rename {todo => wip}/phaser tests/cameras/camera texture.ts (100%) rename {todo => wip}/phaser tests/cameras/focus on.js (100%) rename {todo => wip}/phaser tests/cameras/focus on.ts (100%) rename {todo => wip}/phaser tests/cameras/follow deadzone.js (100%) rename {todo => wip}/phaser tests/cameras/follow deadzone.ts (100%) rename {todo => wip}/phaser tests/cameras/follow sprite.js (100%) rename {todo => wip}/phaser tests/cameras/follow sprite.ts (100%) rename {todo => wip}/phaser tests/cameras/follow topdown.js (100%) rename {todo => wip}/phaser tests/cameras/follow topdown.ts (100%) rename {todo => wip}/phaser tests/cameras/multicam1.js (100%) rename {todo => wip}/phaser tests/cameras/multicam1.ts (100%) rename {todo => wip}/phaser tests/cameras/scroll factor.js (100%) rename {todo => wip}/phaser tests/cameras/scroll factor.ts (100%) rename {todo => wip}/phaser tests/collision/collide sprites.js (100%) rename {todo => wip}/phaser tests/collision/collide sprites.ts (100%) rename {todo => wip}/phaser tests/collision/falling balls.js (100%) rename {todo => wip}/phaser tests/collision/falling balls.ts (100%) rename {todo => wip}/phaser tests/collision/mask animation 1.js (100%) rename {todo => wip}/phaser tests/collision/mask animation 1.ts (100%) rename {todo => wip}/phaser tests/collision/mask test 1.js (100%) rename {todo => wip}/phaser tests/collision/mask test 1.ts (100%) rename {todo => wip}/phaser tests/collision/mask test 2.js (100%) rename {todo => wip}/phaser tests/collision/mask test 2.ts (100%) rename {todo => wip}/phaser tests/geometry/circle.js (100%) rename {todo => wip}/phaser tests/geometry/circle.ts (100%) rename {todo => wip}/phaser tests/geometry/line.js (100%) rename {todo => wip}/phaser tests/geometry/line.ts (100%) rename {todo => wip}/phaser tests/geometry/multi rotate.js (100%) rename {todo => wip}/phaser tests/geometry/multi rotate.ts (100%) rename {todo => wip}/phaser tests/geometry/point.js (100%) rename {todo => wip}/phaser tests/geometry/point.ts (100%) rename {todo => wip}/phaser tests/geometry/rect vs rect.js (100%) rename {todo => wip}/phaser tests/geometry/rect vs rect.ts (100%) rename {todo => wip}/phaser tests/geometry/rectangle.js (100%) rename {todo => wip}/phaser tests/geometry/rectangle.ts (100%) rename {todo => wip}/phaser tests/geometry/rope bridge.js (100%) rename {todo => wip}/phaser tests/geometry/rope bridge.ts (100%) rename {todo => wip}/phaser tests/geometry/rotate point 1.js (100%) rename {todo => wip}/phaser tests/geometry/rotate point 1.ts (100%) rename {todo => wip}/phaser tests/geometry/rotate point 2.js (100%) rename {todo => wip}/phaser tests/geometry/rotate point 2.ts (100%) rename {todo => wip}/phaser tests/geometry/rotate point 3.js (100%) rename {todo => wip}/phaser tests/geometry/rotate point 3.ts (100%) rename {todo => wip}/phaser tests/geometry/rotate point 4.js (100%) rename {todo => wip}/phaser tests/geometry/rotate point 4.ts (100%) rename {todo => wip}/phaser tests/geometry/verlet 1.js (100%) rename {todo => wip}/phaser tests/geometry/verlet 1.ts (100%) rename {todo => wip}/phaser tests/geometry/verlet sprites.js (100%) rename {todo => wip}/phaser tests/geometry/verlet sprites.ts (100%) rename {todo => wip}/phaser tests/mini games/formula 1.js (100%) rename {todo => wip}/phaser tests/mini games/formula 1.ts (100%) rename {todo => wip}/phaser tests/misc/multi game.js (100%) rename {todo => wip}/phaser tests/misc/multi game.ts (100%) rename {todo => wip}/phaser tests/misc/time.js (100%) rename {todo => wip}/phaser tests/misc/time.ts (100%) rename {todo => wip}/phaser tests/mobile/bunny mobile.js (100%) rename {todo => wip}/phaser tests/mobile/bunny mobile.ts (100%) rename {todo => wip}/phaser tests/mobile/fullscreen.html (100%) rename {todo => wip}/phaser tests/mobile/sprite test 1.js (100%) rename {todo => wip}/phaser tests/mobile/sprite test 1.ts (100%) rename {todo => wip}/phaser tests/particles/basic emitter.js (100%) rename {todo => wip}/phaser tests/particles/basic emitter.ts (100%) rename {todo => wip}/phaser tests/particles/graphic emitter.js (100%) rename {todo => wip}/phaser tests/particles/graphic emitter.ts (100%) rename {todo => wip}/phaser tests/particles/mousetrail.js (100%) rename {todo => wip}/phaser tests/particles/mousetrail.ts (100%) rename {todo => wip}/phaser tests/particles/multiple streams.js (100%) rename {todo => wip}/phaser tests/particles/multiple streams.ts (100%) rename {todo => wip}/phaser tests/particles/sprite emitter.js (100%) rename {todo => wip}/phaser tests/particles/sprite emitter.ts (100%) rename {todo => wip}/phaser tests/particles/when particles collide.js (100%) rename {todo => wip}/phaser tests/particles/when particles collide.ts (100%) rename {todo => wip}/phaser tests/physics/temp1.js (100%) rename {todo => wip}/phaser tests/physics/temp1.ts (100%) rename {todo => wip}/phaser tests/physics/temp2.js (100%) rename {todo => wip}/phaser tests/physics/temp2.ts (100%) rename {todo => wip}/phaser tests/sprites/animation 1.js (100%) rename {todo => wip}/phaser tests/sprites/animation 1.ts (100%) rename {todo => wip}/phaser tests/sprites/dynamic texture 2.js (100%) rename {todo => wip}/phaser tests/sprites/dynamic texture 2.ts (100%) rename {todo => wip}/phaser tests/sprites/flipped.js (100%) rename {todo => wip}/phaser tests/sprites/flipped.ts (100%) rename {todo => wip}/phaser tests/sprites/mark of the bunny.js (100%) rename {todo => wip}/phaser tests/sprites/mark of the bunny.ts (100%) rename {todo => wip}/phaser tests/sprites/rotation.js (100%) rename {todo => wip}/phaser tests/sprites/rotation.ts (100%) rename {todo => wip}/phaser tests/sprites/velocity.js (100%) rename {todo => wip}/phaser tests/sprites/velocity.ts (100%) rename {todo => wip}/phaser tests/tilemap/basic tilemap.js (100%) rename {todo => wip}/phaser tests/tilemap/basic tilemap.ts (100%) rename {todo => wip}/phaser tests/tilemap/collide with tile.js (100%) rename {todo => wip}/phaser tests/tilemap/collide with tile.ts (100%) rename {todo => wip}/phaser tests/tilemap/collision.js (100%) rename {todo => wip}/phaser tests/tilemap/collision.ts (100%) rename {todo => wip}/phaser tests/tilemap/fill tiles.js (100%) rename {todo => wip}/phaser tests/tilemap/fill tiles.ts (100%) rename {todo => wip}/phaser tests/tilemap/get tile.js (100%) rename {todo => wip}/phaser tests/tilemap/get tile.ts (100%) rename {todo => wip}/phaser tests/tilemap/map draw.js (100%) rename {todo => wip}/phaser tests/tilemap/map draw.ts (100%) rename {todo => wip}/phaser tests/tilemap/put tile.js (100%) rename {todo => wip}/phaser tests/tilemap/put tile.ts (100%) rename {todo => wip}/phaser tests/tilemap/random tiles.js (100%) rename {todo => wip}/phaser tests/tilemap/random tiles.ts (100%) rename {todo => wip}/phaser tests/tilemap/replace tiles.js (100%) rename {todo => wip}/phaser tests/tilemap/replace tiles.ts (100%) rename {todo => wip}/phaser tests/tilemap/small map.js (100%) rename {todo => wip}/phaser tests/tilemap/small map.ts (100%) rename {todo => wip}/phaser tests/tilemap/sprite draw tiles.js (100%) rename {todo => wip}/phaser tests/tilemap/sprite draw tiles.ts (100%) rename {todo => wip}/phaser tests/tilemap/swap tiles.js (100%) rename {todo => wip}/phaser tests/tilemap/swap tiles.ts (100%) rename {todo => wip}/physics/AdvancedPhysics.js (100%) rename {todo => wip}/physics/AdvancedPhysics.ts (100%) rename {todo => wip}/physics/ArcadePhysics.js (100%) rename {todo => wip}/physics/ArcadePhysics.ts (100%) rename {todo => wip}/physics/Body.js (100%) rename {todo => wip}/physics/Body.ts (100%) rename {todo => wip}/physics/BodyUtils.ts (100%) rename {todo => wip}/physics/Bounds.js (100%) rename {todo => wip}/physics/Bounds.ts (100%) rename {todo => wip}/physics/Collision.js (100%) rename {todo => wip}/physics/Collision.ts (100%) rename {todo => wip}/physics/Contact.js (100%) rename {todo => wip}/physics/Contact.ts (100%) rename {todo => wip}/physics/ContactSolver.js (100%) rename {todo => wip}/physics/ContactSolver.ts (100%) rename {todo => wip}/physics/Manager.js (100%) rename {todo => wip}/physics/Manager.ts (100%) rename {todo => wip}/physics/Plane.js (100%) rename {todo => wip}/physics/Plane.ts (100%) rename {todo => wip}/physics/Space.js (100%) rename {todo => wip}/physics/Space.ts (100%) rename {todo => wip}/physics/Transform.js (100%) rename {todo => wip}/physics/Transform.ts (100%) rename {todo => wip}/physics/TransformUtils.js (100%) rename {todo => wip}/physics/TransformUtils.ts (100%) rename {todo => wip}/physics/joints/IJoint.js (100%) rename {todo => wip}/physics/joints/IJoint.js.map (100%) rename {todo => wip}/physics/joints/IJoint.ts (100%) rename {todo => wip}/physics/joints/Joint.js (100%) rename {todo => wip}/physics/joints/Joint.js.map (100%) rename {todo => wip}/physics/joints/Joint.ts (100%) rename {todo => wip}/physics/shapes/Box.js (100%) rename {todo => wip}/physics/shapes/Box.js.map (100%) rename {todo => wip}/physics/shapes/Box.ts (100%) rename {todo => wip}/physics/shapes/Circle.js (100%) rename {todo => wip}/physics/shapes/Circle.js.map (100%) rename {todo => wip}/physics/shapes/Circle.ts (100%) rename {todo => wip}/physics/shapes/IShape.js (100%) rename {todo => wip}/physics/shapes/IShape.js.map (100%) rename {todo => wip}/physics/shapes/IShape.ts (100%) rename {todo => wip}/physics/shapes/Poly.js (100%) rename {todo => wip}/physics/shapes/Poly.js.map (100%) rename {todo => wip}/physics/shapes/Poly.ts (100%) rename {todo => wip}/physics/shapes/Segment.js (100%) rename {todo => wip}/physics/shapes/Segment.js.map (100%) rename {todo => wip}/physics/shapes/Segment.ts (100%) rename {todo => wip}/physics/shapes/Shape.js (100%) rename {todo => wip}/physics/shapes/Shape.js.map (100%) rename {todo => wip}/physics/shapes/Shape.ts (100%) rename {todo => wip}/physics/shapes/Triangle.js (100%) rename {todo => wip}/physics/shapes/Triangle.js.map (100%) rename {todo => wip}/physics/shapes/Triangle.ts (100%) rename {todo => wip}/verlet/AngleConstraint.js (100%) rename {todo => wip}/verlet/AngleConstraint.js.map (100%) rename {todo => wip}/verlet/AngleConstraint.ts (100%) rename {todo => wip}/verlet/Composite.js (100%) rename {todo => wip}/verlet/Composite.ts (100%) rename {todo => wip}/verlet/DistanceConstraint.js (100%) rename {todo => wip}/verlet/DistanceConstraint.ts (100%) rename {todo => wip}/verlet/Particle.js (100%) rename {todo => wip}/verlet/Particle.js.map (100%) rename {todo => wip}/verlet/Particle.ts (100%) rename {todo => wip}/verlet/PinConstraint.js (100%) rename {todo => wip}/verlet/PinConstraint.ts (100%) rename {todo => wip}/verlet/VerletManager.js (100%) rename {todo => wip}/verlet/VerletManager.ts (100%) diff --git a/.gitignore b/.gitignore index e43b0f988..ed3ec0c9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ .DS_Store +.idea +Phaser OSX.sublime-project +Phaser OSX.sublime-workspace +Phaser.sublime-project +Phaser.sublime-workspace \ No newline at end of file diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 643c86396..000000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -phaser \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index e206d70d8..000000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d16ceba40..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 4a0587764..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.idea/phaser.iml b/.idea/phaser.iml deleted file mode 100644 index 6b8184f8e..000000000 --- a/.idea/phaser.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b84..000000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index c80f2198b..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 8f4da6070..000000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1377531134782 - 1377531134782 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Phaser OSX.sublime-project b/Phaser OSX.sublime-project deleted file mode 100644 index 2ce86d473..000000000 --- a/Phaser OSX.sublime-project +++ /dev/null @@ -1,9 +0,0 @@ -{ - "folders": - [ - { - "follow_symlinks": true, - "path": "/Users/rich/Documents/phaser" - } - ] -} diff --git a/Phaser OSX.sublime-workspace b/Phaser OSX.sublime-workspace deleted file mode 100644 index 36e9b0e36..000000000 --- a/Phaser OSX.sublime-workspace +++ /dev/null @@ -1,967 +0,0 @@ -{ - "auto_complete": - { - "selected_items": - [ - [ - "inter", - "intersectsRaw" - ], - [ - "cont", - "containsRect" - ], - [ - "prot", - "prototype" - ], - [ - "atl", - "atlasURL" - ], - [ - "addT", - "addTextureAtlas" - ], - [ - "TEX", - "TEXTURE_ATLAS_JSON_HASH (variable)" - ], - [ - "ad", - "appendChild (function)" - ], - [ - "fun", - "function" - ], - [ - "prop", - "properties" - ], - [ - "the", - "the_terms" - ], - [ - "load", - "loadPuzzleRatings" - ], - [ - "tr", - "true" - ], - [ - "font-", - "font-family" - ], - [ - "sca", - "scaling" - ], - [ - "Pos", - "Position" - ], - [ - "Po", - "Position" - ], - [ - "to", - "toString" - ], - [ - "phas", - "phaserSpace" - ], - [ - "cen", - "centroid2" - ], - [ - "set", - "setPosition" - ], - [ - "space", - "Space" - ], - [ - "iter", - "iteration" - ], - [ - "mar", - "margin-bottom" - ], - [ - "font", - "font-size" - ], - [ - "puzzle", - "puzzle_id" - ], - [ - "cre", - "createSprite" - ], - [ - "displ", - "displaySummary" - ], - [ - "strr", - "strrpos" - ], - [ - "file", - "filename" - ], - [ - "save", - "save_result" - ], - [ - "proces", - "processFile" - ], - [ - "single", - "single_file" - ], - [ - "all", - "all_files" - ], - [ - "sing", - "single_file" - ], - [ - "bac", - "background-color" - ], - [ - "text", - "text-decoration" - ], - [ - "va", - "vars" - ], - [ - "con", - "consts" - ], - [ - "c", - "consts" - ], - [ - "class", - "classname" - ], - [ - "clas", - "classname" - ], - [ - "output", - "output_file" - ], - [ - "str_re", - "str_replace" - ], - [ - "input", - "input_dir" - ], - [ - "back", - "background-size" - ], - [ - "wait", - "waitingHelpscreen" - ], - [ - "juke", - "jukebox" - ], - [ - "jukeb", - "jukeboxPP" - ], - [ - "start", - "startTheEngines" - ], - [ - "star", - "startPause" - ], - [ - "Beak", - "BeakerGameStartGameHook" - ], - [ - "Bea", - "BeakerGameStartGameHook" - ], - [ - "crea", - "createHD" - ], - [ - "whee", - "wheelUp" - ], - [ - "whe", - "wheelSpeed" - ], - [ - "cr", - "currentDelivery" - ], - [ - "let", - "letter1" - ], - [ - "g", - "getLetterData" - ], - [ - "sc", - "scanIt" - ], - [ - "pro", - "progressFill" - ], - [ - "up", - "update" - ], - [ - "deli", - "delivery1" - ], - [ - "ju", - "justPressed" - ], - [ - "de", - "delivery1" - ], - [ - "del", - "delivery" - ], - [ - "is", - "isShowingDelivery" - ], - [ - "he", - "height" - ], - [ - "fc", - "function" - ], - [ - "roun", - "roundTimer" - ], - [ - "drage", - "dragEndTime" - ], - [ - "drags", - "dragStartTime" - ], - [ - "drag", - "dragStartY" - ], - [ - "_id", - "_idCount" - ], - [ - "_oncom", - "_onCompleteCallbackFired" - ], - [ - "round", - "roundComplete" - ], - [ - "scr", - "scrollUp" - ], - [ - "shad", - "shadowFloatY" - ], - [ - "pau", - "pauseScreen" - ], - [ - "ne", - "nextRound" - ], - [ - "sha", - "shadow" - ], - [ - "flo", - "floatOff" - ], - [ - "st", - "startY" - ], - [ - "pip", - "piplin1" - ], - [ - "tw", - "tween" - ], - [ - "rou", - "round" - ], - [ - "time", - "timeToShine" - ], - [ - "shado", - "shadowY" - ], - [ - "shi", - "shine" - ], - [ - "shin", - "shineY" - ], - [ - "sh", - "shineY" - ], - [ - "pp", - "piplin1" - ], - [ - "setup", - "setupRound" - ], - [ - "leaf", - "leafX" - ], - [ - "rust", - "rustleOut" - ], - [ - "rus", - "rustleTimer" - ], - [ - "lea", - "leaves" - ], - [ - "hit", - "hitContext" - ], - [ - "ol", - "oldY" - ], - [ - "old", - "oldX" - ], - [ - "rot", - "rotation" - ], - [ - "ro", - "rotation" - ], - [ - "l", - "leaves" - ], - [ - "pi", - "piplin2" - ], - [ - "game", - "gameButton2" - ], - [ - "pl", - "playGame" - ], - [ - "mouse", - "mouseEnabled" - ], - [ - "first", - "first_time_online" - ], - [ - "use", - "useWebAudio" - ], - [ - "web", - "webAudioSupported" - ], - [ - "pop", - "poppedTotal" - ], - [ - "fn", - "function" - ], - [ - "bubb", - "bubbleSize" - ], - [ - "bub", - "bubbleMaxY" - ], - [ - "sele", - "selectGame" - ], - [ - "gameb", - "gameButton1" - ], - [ - "selec", - "selectScreen" - ], - [ - "pla", - "playButton" - ], - [ - "titl", - "titleScreen" - ], - [ - "tit", - "titleScreen" - ], - [ - "dr", - "drawGridLines" - ], - [ - "init", - "initGame" - ], - [ - "die", - "diveSpeed" - ], - [ - "wave", - "waveY" - ], - [ - "dive", - "diveCanvas" - ], - [ - "wa", - "waveY" - ], - [ - "di", - "diveContext" - ], - [ - "divec", - "diveContext" - ], - [ - "wavet", - "waveTween1" - ] - ] - }, - "buffers": - [ - ], - "build_system": "", - "command_palette": - { - "height": 380.0, - "selected_items": - [ - [ - "pack", - "Package Control: Install Package" - ] - ], - "width": 416.0 - }, - "console": - { - "height": 146.0, - "history": - [ - ] - }, - "distraction_free": - { - "menu_visible": true, - "show_minimap": false, - "show_open_files": false, - "show_tabs": false, - "side_bar_visible": false, - "status_bar_visible": false - }, - "file_history": - [ - "/D/wamp/www/phaser/TS Source/tweens/TweenManager.js", - "/D/wamp/www/phaser/src/geom/Rectangle.js", - "/D/wamp/www/phaser/TS Source/utils/RectangleUtils.js", - "/D/wamp/www/phaser/TS Source/geom/Rectangle.js", - "/D/wamp/www/phaser/src/system/Device.js", - "/D/wamp/www/phaser/src/math/Math.js", - "/D/wamp/www/phaser/examples/point.html", - "/D/wamp/www/phaser/src/geom/Point.js", - "/D/wamp/www/phaser/src/geom/Circle.js", - "/D/wamp/www/phaser/TS Source/utils/PointUtils.js", - "/D/wamp/www/phaser/TS Source/geom/Point.js", - "/D/wamp/www/phaser/TS Source/time/TimeManager.js", - "/D/wamp/www/phaser/TS Source/time/TimeManager.ts", - "/D/wamp/www/phaser/TS Source/math/GameMath.js", - "/D/wamp/www/phaser/examples/math sincos.html", - "/D/wamp/www/phaser/examples/circle.html", - "/D/wamp/www/phaser/TS Source/utils/CircleUtils.js", - "/D/wamp/www/phaser/TS Source/geom/Circle.js", - "/D/wamp/www/phaser/src/time/Time.js", - "/D/wamp/www/phaser/src/net/Net.js", - "/D/wamp/www/phaser/examples/net.html", - "/D/wamp/www/phaser/TS Source/net/Net.js", - "/D/wamp/www/phaser/src/animation/Parser.js", - "/D/wamp/www/phaser/src/loader/Cache.js", - "/D/wamp/www/phaser/src/loader/Loader.js", - "/D/wamp/www/phaser/examples/loader audio.html", - "/D/wamp/www/phaser/examples/loader spritesheet.html", - "/D/wamp/www/phaser/examples/loader atlas xml.html", - "/D/wamp/www/phaser/examples/loader atlas json.html", - "/D/wamp/www/phaser/examples/assets/sprites/shoebot.xml", - "/D/wamp/www/phaser/src/animation/Frame.js", - "/D/wamp/www/phaser/TS Source/loader/AnimationLoader.js", - "/D/wamp/www/phaser/TS Source/loader/AnimationLoader.ts", - "/D/wamp/www/phaser/src/animation/Animation.js", - "/D/wamp/www/phaser/src/loader/AnimationLoader.js", - "/D/wamp/www/phaser/src/animation/FrameData.js", - "/D/wamp/www/phaser/TS Source/animation/FrameData.ts", - "/D/wamp/www/phaser/TS Source/animation/FrameData.js", - "/D/wamp/www/phaser/TS Source/animation/Frame.ts", - "/D/wamp/www/phaser/TS Source/animation/Frame.js", - "/D/wamp/www/phaser/examples/loader 2.html", - "/D/wamp/www/bbc-wolfblood/game.js", - "/D/wamp/www/phaser/examples/loader.html", - "/D/wamp/www/phaser/TS Source/loader/Loader.js", - "/D/wamp/www/phaser/TS Source/Game.js", - "/D/wamp/www/phaser/TS Source/loader/Cache.js", - "/D/wamp/www/phaser/TS Source/loader/Cache.ts", - "/D/wamp/www/phaser/src/Phaser.js", - "/D/wamp/www/phaser/TS Source/loader/Loader.ts", - "/D/wamp/www/phaser/src/math/RandomDataGenerator.js", - "/D/wamp/www/phaser/src/core/SignalBinding.js", - "/D/wamp/www/phaser/src/core/Signal.js", - "/D/wamp/www/phaser/examples/signals.html", - "/D/wamp/www/phaser/examples/rnd.html", - "/D/wamp/www/phaser/TS Source/core/Signal.js", - "/D/wamp/www/js-signals/src/Signal.js", - "/D/wamp/www/js-signals/src/wrapper.js", - "/D/wamp/www/pixi.js/examples/example 1 - Basics/index.html", - "/D/wamp/www/awasenghi/lib/Core.js", - "/D/wamp/www/phaser/TS Source/math/RandomDataGenerator.js", - "/D/wamp/www/Nonsense/Nonsense.js", - "/D/wamp/www/numtums/pop/bake.php", - "/D/wamp/www/phaser/src/pixi/Pixi.js", - "/D/wamp/www/phaser/TS Source/Phaser.ts", - "/D/wamp/www/bbc-wolfblood/tsc.txt", - "/D/wamp/www/bbc-wolfblood/load.php", - "/D/wamp/www/phaser/build/phaser-debug.js", - "/D/wamp/www/bbc-wolfblood/embed.js", - "/D/wamp/www/phaser/README.md", - "/D/wamp/www/bbc-wolfblood/mobile.php", - "/D/wamp/www/bbc-wolfblood/load-desktop.php", - "/D/wamp/www/bbc-wolfblood/Wolfblood/Wolfblood.csproj", - "/D/wamp/www/phaser/Phaser/defToXML.php", - "/D/wamp/www/bbc-wolfblood/Phaser/Phaser.csproj", - "/D/wamp/www/bbc-wolfblood/mobile-wolfblood-min.js", - "/D/wamp/www/elmo/README.md", - "/C/Users/rich/AppData/Local/Temp/dtemp-6fdf6c055229125-20.dop/mobile-wolfblood-min.js", - "/C/Users/rich/AppData/Local/Temp/dtemp-6fafca055212843-20.dop/wolfblood-min.js", - "/C/Users/rich/Desktop/embed.js", - "/D/wamp/www/bbc-wolfblood/embed (1).js", - "/C/Users/rich/Desktop/Q3.qif", - "/C/Users/rich/Downloads/Sheet 52.qif", - "/C/Users/rich/Downloads/Sheet 49-51.qif", - "/C/Users/rich/Downloads/Sheet 48.qif", - "/C/Users/rich/Downloads/Sheets 45-47.qif", - "/C/Users/rich/Downloads/Sheet 44.qif", - "/C/Users/rich/Downloads/Sheet 40 (May).qif", - "/D/wamp/www/bbc-wolfblood/Wolfblood/sha1.js", - "/D/webroot/phaser.io/index.html", - "/D/wamp/www/phaser/Phaser/Stage.js", - "/D/wamp/www/phaser/Tests/physics/temp2.ts", - "/D/wamp/www/phaser/Tests/physics/aabb vs aabb 1.js", - "/D/wamp/www/phaser/Tests/physics/aabb 1.js", - "/D/wamp/www/Proton/example/helloworld/emitter/emitter.html", - "/D/wamp/www/Proton/src/emitter/Emitter.js", - "/D/wamp/www/Proton/src/initialize/InitializeUtil.js", - "/D/wamp/www/Proton/src/initialize/Position.js", - "/D/wamp/www/Proton/src/render/BaseRender.js", - "/D/wamp/www/Proton/src/render/Renderer.js", - "/D/wamp/www/Proton/src/render/CanvasRender.js", - "/D/wamp/www/Proton/src/zone/Zone.js", - "/D/wamp/www/Proton/src/zone/PointZone.js", - "/D/wamp/www/Proton/src/plus/ease.js", - "/D/wamp/www/Proton/src/behaviour/RandomDrift.js", - "/D/wamp/www/Proton/src/math/ColorSpan.js", - "/D/wamp/www/Proton/src/math/NumericalIntegration.js", - "/D/wamp/www/Proton/src/math/MathUtils.js", - "/D/wamp/www/Proton/src/behaviour/Behaviour.js", - "/D/wamp/www/Proton/src/initialize/Velocity.js", - "/D/wamp/www/Proton/src/math/Polar2D.js", - "/D/wamp/www/Proton/src/behaviour/Scale.js", - "/D/wamp/www/Proton/src/behaviour/Repulsion.js", - "/D/wamp/www/Proton/src/initialize/Rate.js", - "/D/wamp/www/Proton/src/core/Proton.js", - "/D/wamp/www/Proton/src/core/Particle.js", - "/D/wamp/www/Proton/src/core/ParticlePool.js", - "/D/wamp/www/Proton/src/initialize/Life.js", - "/D/wamp/www/Proton/src/initialize/Radius.js", - "/D/wamp/www/Proton/src/utils/Util.js", - "/D/wamp/www/Proton/src/math/Span.js", - "/D/wamp/www/Proton/src/initialize/Initialize.js", - "/D/wamp/www/Proton/src/initialize/Mass.js", - "/D/wamp/www/bbc-jigsaw/sarahandduck/frame.html", - "/D/wamp/www/phaser/Tests/phaser.css", - "/D/wamp/www/phaser/Docs/tags.txt", - "/D/wamp/www/phaser/Docs/docs_server.bat", - "/D/wamp/www/phaser/Docs/docs_build.bat", - "/D/wamp/www/phaser/Phaser/Phaser.csproj" - ], - "find": - { - "height": 34.0 - }, - "find_in_files": - { - "height": 90.0, - "where_history": - [ - "D:\\wamp\\www\\phaser\\src\\pixi", - "D:\\wamp\\www\\phaser\\Tests\\tilemap", - "D:\\wamp\\www\\phaser\\Tests\\sprites", - "D:\\wamp\\www\\phaser\\Tests\\particles", - "D:\\wamp\\www\\phaser\\Tests\\mini games", - "D:\\wamp\\www\\phaser\\Tests\\misc", - "D:\\wamp\\www\\phaser\\Tests\\input", - "D:\\wamp\\www\\phaser\\Tests\\groups", - "D:\\wamp\\www\\phaser\\Tests\\collision", - "D:\\wamp\\www\\phaser\\Tests\\cameras", - "", - "D:\\wamp\\www\\bbc\\firsttimeonline\\src", - "D:\\wamp\\www\\bbc\\hideandseek\\src", - "D:\\wamp\\www\\clients\\bitecp\\lib\\game", - "D:\\wamp\\www\\numtums\\swipetum\\src" - ] - }, - "find_state": - { - "case_sensitive": false, - "find_history": - [ - "TweenManager.prototype.", - "Phaser.Rectangle.", - "a.", - "RectangleUtils", - "defineProperty(Rectangle.prototype", - "});", - "x", - "Rectangle.prototype.", - "this.android", - "dest", - "this", - "a", - "*", - "Point.prototype.", - "GameMath.prototype.", - "};", - "GameMath.prototype.", - "};", - "GameMath.prototype.", - "};", - "GameMath.prototype.", - "source", - "(Circle.prototype", - "defineProperty", - "getter", - "public ", - "Net.prototype.", - "this.TEXTURE", - "Phaser", - "FrameData.prototype.", - "number;", - "public ", - "pop", - "_queueSize", - "nextFile", - "Cache.prototype.", - "public ", - "{bool}", - " if (this._fileList[key]) {\n return true;\n } else {\n return false;\n }\n", - "_queueSize", - "Phaser.Signal", - ";", - "private ", - "public ", - "validateListener", - " : function", - "SignalBinding", - " : function", - " : ", - "validateListener", - "Nonsense.prototype.", - " = ", - ";", - " = null", - "this.", - "Maze", - "Include=\"", - "=", - "Fixed", - "wolfblood", - "index.php", - "unrated", - "UNRATED", - "setAll", - "Game.Sound", - "unlock", - "pause", - ".value", - ".pause", - "noteOn", - "refreshBuffer", - ".src", - "line", - "onAlpha", - "bunny", - "bunnies", - "bunny", - "write", - "step", - "shapes", - "].", - "hapes", - "verts", - "transform", - "position", - "Manager", - "position", - "solveVelocityConstraints", - "false", - "position", - "p", - "ju", - "\n ", - "position", - "staticBody", - "stepCount", - "stats =", - "frameRateHz", - "collision", - "ready", - "runFrame", - " Manager.write('findContactSolver. Length: ' + this.contactSolvers.length);\nfindContact", - "postSolve", - "gravity", - "runFrame", - "onClickedPlayer", - "step", - "Manager", - "solveVelocity", - "velocitySolver", - "initSolve", - "step", - "contactSolverArr", - "add", - "findContact", - "contactSolvers", - "add", - "norma", - "saveSceneToServer", - "console", - "saveSceneToServer", - "drawBox", - "drawBodyShape", - "scale", - "damping", - "gravity", - "timeDelta", - " for (var i = 0; i <= 10; i++) {\n var body = new Body(Body.DYNAMIC, new vec2(-6 + i * 1.2, 8));\n var shape = new ShapeCircle(0, 0, 0.4);\n shape.e = i / 10;\n shape.u = 1.0;\n shape.density = 1;\n body.addShape(shape);\n body.resetMassData();\n space.addBody(body);\n }\n" - ], - "highlight": true, - "in_selection": false, - "preserve_case": false, - "regex": false, - "replace_history": - [ - "queueSize", - "{boolean}", - "queueSize", - "Phaser.SignalBinding", - "launcher.html", - "/Phaser/", - "", - "SignalBinding", - "Signal", - "/// \n/// ", - "Quadratic", - "//Playtomic", - "hasSwiped", - "firsttimeonline/html5", - "this.popped", - "if (game.useWebAudio === false)", - "sd/", - "assets/hd/", - "runningWellDoneSequence", - "html5/media/", - "duckButton", - "bestfootforward", - "duckButton", - "", - "cardBack", - "hideURLBar", - "isGameComplete", - "sengi", - "Sengi", - "style.display" - ], - "reverse": false, - "show_context": true, - "use_buffer2": true, - "whole_word": false, - "wrap": true - }, - "groups": - [ - { - "sheets": - [ - ] - } - ], - "incremental_find": - { - "height": 0.0 - }, - "input": - { - "height": 34.0 - }, - "layout": - { - "cells": - [ - [ - 0, - 0, - 1, - 1 - ] - ], - "cols": - [ - 0.0, - 1.0 - ], - "rows": - [ - 0.0, - 1.0 - ] - }, - "menu_visible": true, - "project": "Phaser OSX.sublime-project", - "replace": - { - "height": 62.0 - }, - "save_all_on_build": true, - "select_file": - { - "height": 0.0, - "selected_items": - [ - ], - "width": 0.0 - }, - "select_project": - { - "height": 0.0, - "selected_items": - [ - ], - "width": 0.0 - }, - "select_symbol": - { - "height": 0.0, - "selected_items": - [ - ], - "width": 0.0 - }, - "settings": - { - }, - "show_minimap": true, - "show_open_files": false, - "show_tabs": true, - "side_bar_visible": true, - "side_bar_width": 284.0, - "status_bar_visible": true, - "template_settings": - { - } -} diff --git a/Phaser.sublime-project b/Phaser.sublime-project deleted file mode 100644 index 44e42b2e5..000000000 --- a/Phaser.sublime-project +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": - [ - { - "path": "/D/wamp/www/phaser" - } - ] -} diff --git a/Phaser.sublime-workspace b/Phaser.sublime-workspace deleted file mode 100644 index 3cb27ffeb..000000000 --- a/Phaser.sublime-workspace +++ /dev/null @@ -1,1041 +0,0 @@ -{ - "auto_complete": - { - "selected_items": - [ - [ - "pixel", - "pixelPerfect" - ], - [ - "TILE", - "TILEMAP" - ], - [ - "veg", - "veggies" - ], - [ - "proce", - "processHandler" - ], - [ - "collides", - "collideSpriteVsSprite (function)" - ], - [ - "collideg", - "collideGroupVsTilemap" - ], - [ - "call", - "callbackContext" - ], - [ - "proces", - "processCallback" - ], - [ - "potenti", - "potentials" - ], - [ - "collide", - "collideSpriteVsGroup (function)" - ], - [ - "objec", - "object2 (variable)" - ], - [ - "object", - "object1" - ], - [ - "obj", - "object2" - ], - [ - "ob", - "object1" - ], - [ - "emit", - "emitX" - ], - [ - "callb", - "callback (argument)" - ], - [ - "phy", - "physicsElapsed" - ], - [ - "delt", - "deltaX" - ], - [ - "sep", - "separatedX" - ], - [ - "separat", - "separateY" - ], - [ - "collde", - "collideDown" - ], - [ - "all", - "allowCollision" - ], - [ - "separated", - "separatedY" - ], - [ - "instance", - "instanceof" - ], - [ - "font-", - "font-family" - ], - [ - "Tilem", - "TilemapLayer" - ], - [ - "parse", - "parseCSV" - ], - [ - "map", - "mapData" - ], - [ - "TI", - "FORMAT_TILED_JSON" - ], - [ - "mapd", - "mapDataURL" - ], - [ - "tile", - "tilesetURL" - ], - [ - "mapD", - "mapDataURL" - ], - [ - "fun", - "function" - ], - [ - "_star", - "_startY (variable)" - ], - [ - "_", - "_ty (variable)" - ], - [ - "_st", - "_startY (variable)" - ], - [ - "he", - "heightInPixels" - ], - [ - "wid", - "widthInPixels" - ], - [ - "mar", - "marioMap" - ], - [ - "mario", - "marioTiles" - ], - [ - "colli", - "collideNone (variable)" - ], - [ - "pl", - "plugin" - ], - [ - "pix", - "pixelPerfectAlpha (variable)" - ], - [ - "check", - "checkPixel (function)" - ], - [ - "FO", - "FOLLOW_LOCKON (variable)" - ], - [ - "F", - "FOLLOW_TOPDOWN_TIGHT (variable)" - ], - [ - "FOL", - "FOLLOW_PLATFORMER (variable)" - ], - [ - "atari", - "atari1" - ], - [ - "cam", - "camSpeed" - ], - [ - "render", - "renderer" - ], - [ - "set", - "setUpRenderer" - ], - [ - "_cro", - "_cropRect" - ], - [ - "_crop", - "_cropUUID" - ], - [ - "_tex", - "_textures" - ], - [ - "bitma", - "bitmapFontText" - ], - [ - "text", - "textureatlas" - ], - [ - "avai", - "availableHeight" - ], - [ - "av", - "availableHeight" - ], - [ - "avail", - "availableWidth" - ], - [ - "maxp", - "maxParticleScale" - ], - [ - "minp", - "minParticleScale" - ], - [ - "mins", - "minParticleScale" - ], - [ - "_fr", - "_frameNames (variable)" - ], - [ - "cac", - "cacheKey" - ], - [ - "rnd", - "rndFrame" - ], - [ - "em", - "emitX" - ], - [ - "add", - "addDefaultImage (function)" - ], - [ - "crea", - "createDefaultTexture" - ], - [ - "int", - "integerInRange" - ], - [ - "max", - "maxParticleSpeed" - ], - [ - "k", - "kill" - ], - [ - "pointerlo", - "pointerLockChange" - ], - [ - "proto", - "prototype" - ], - [ - "inw", - "inWorld" - ], - [ - "inwo", - "inWorldThreshold" - ], - [ - "update", - "updateBounds" - ], - [ - "str_re", - "str_replace" - ], - [ - "curr", - "currentNode" - ], - [ - "cur", - "currentNode" - ], - [ - "alpha", - "alphaThreshold (variable)" - ], - [ - "alph", - "alphaThreshold" - ], - [ - "nl", - "null" - ], - [ - "ha", - "head" - ], - [ - "setA", - "setAlpha" - ], - [ - "remove", - "removeAll (function)" - ], - [ - "start", - "startIndex" - ], - [ - "chid", - "children" - ], - [ - "oldc", - "oldChild" - ], - [ - "arg", - "arguments" - ], - [ - "ex", - "exists" - ], - [ - "oldC", - "oldChildPrev" - ], - [ - "le", - "length" - ], - [ - "_i", - "_iNext" - ], - [ - "chi", - "child" - ], - [ - "refre", - "refreshRate" - ], - [ - "my", - "my3d" - ], - [ - "myfx", - "myfx" - ], - [ - "canv", - "canvasToConsole" - ], - [ - "nex", - "nextNode" - ], - [ - "node1", - "node1Prev" - ], - [ - "node2", - "node2Next" - ], - [ - "rad", - "radToDeg" - ], - [ - "callbac", - "callbackContext" - ], - [ - "not", - "notifyCallback" - ], - [ - "pro", - "processCallback" - ], - [ - "quad", - "quadTreeID" - ], - [ - "ver", - "verticalMidpoint" - ], - [ - "top", - "topQuadrant" - ], - [ - "bott", - "bottomQuadrant" - ], - [ - "bo", - "bottom" - ], - [ - "al", - "allowGravity" - ], - [ - "offs", - "offset" - ], - [ - "off", - "offsetY" - ], - [ - "sour", - "sourceHeight" - ], - [ - "ce", - "centerY" - ], - [ - "sou", - "sourceWidth" - ], - [ - "del", - "deltaY" - ], - [ - "_o", - "_oy" - ], - [ - "scal", - "scaleY" - ], - [ - "_s", - "_sy (variable)" - ], - [ - "scale", - "scaleY" - ], - [ - "half", - "halfHeight" - ], - [ - "auto", - "autoStart" - ], - [ - "sprite", - "spriteSheet" - ], - [ - "fr", - "frameID (variable)" - ], - [ - "actu", - "actualHeight" - ], - [ - "act", - "actualWidth" - ], - [ - "til", - "tilingSprite" - ] - ] - }, - "buffers": - [ - ], - "build_system": "", - "command_palette": - { - "height": 380.0, - "selected_items": - [ - [ - "pack", - "Package Control: Install Package" - ] - ], - "width": 416.0 - }, - "console": - { - "height": 146.0 - }, - "distraction_free": - { - "menu_visible": true, - "show_minimap": false, - "show_open_files": false, - "show_tabs": false, - "side_bar_visible": false, - "status_bar_visible": false - }, - "file_history": - [ - "/D/wamp/www/phaser/src/core/State.js", - "/D/wamp/www/phaser/examples/a_template.php", - "/D/wamp/www/phaser/examples/state/index.php", - "/D/wamp/www/phaser/src/core/StateManager.js", - "/D/wamp/www/phaser/examples/mariocombo/ohballs.php", - "/D/wamp/www/phaser/examples/state/Game.js", - "/D/wamp/www/phaser/examples/button1.php", - "/D/wamp/www/phaser/examples/state/Preloader.js", - "/D/wamp/www/phaser/examples/state/MainMenu.js", - "/D/wamp/www/phaser/src/input/Input.js", - "/D/wamp/www/phaser/src/core/World.js", - "/D/wamp/www/phaser/src/core/Group.js", - "/D/wamp/www/phaser/src/core/LinkedList.js", - "/D/wamp/www/phaser/examples/text1.php", - "/D/wamp/www/phaser/src/pixi/text/Text.js", - "/D/wamp/www/phaser/src/gameobjects/Sprite.js", - "/D/wamp/www/phaser/src/gameobjects/GameObjectFactory.js", - "/D/wamp/www/phaser/src/gameobjects/Text.js", - "/D/wamp/www/phaser/examples/state/js.php", - "/D/wamp/www/phaser/examples/sprite_extend.php", - "/D/wamp/www/phaser/examples/flow6.php", - "/D/wamp/www/phaser/src/input/InputHandler.js", - "/D/wamp/www/phaser/TS Source/gameobjects/TransformManager.ts", - "/D/wamp/www/phaser/TS Tests/input/drag sprite 3.ts", - "/D/wamp/www/phaser/examples/drag.php", - "/D/wamp/www/phaser/TS Tests/input/snap 1.ts", - "/D/wamp/www/phaser/src/physics/arcade/ArcadePhysics.js", - "/D/wamp/www/phaser/examples/supermario2.php", - "/D/wamp/www/phaser/examples/mariocombo/particles.php", - "/D/wamp/www/phaser/build/build.php", - "/D/wamp/www/phaser/examples/collision_group_vs_group.php", - "/D/wamp/www/phaser/src/physics/arcade/Body.js", - "/D/wamp/www/phaser/src/particles/arcade/Emitter.js", - "/D/wamp/www/phaser/examples/collision_sprite_vs_sprite_custom_process.php", - "/D/wamp/www/phaser/src/tilemap/TilemapLayer.js", - "/D/wamp/www/phaser/src/tilemap/Tilemap.js", - "/D/wamp/www/phaser/src/math/QuadTree.js", - "/D/wamp/www/phaser/src/Phaser.js", - "/D/wamp/www/phaser/src/gameobjects/TileSprite.js", - "/D/wamp/www/phaser/src/gameobjects/RenderTexture.js", - "/D/wamp/www/phaser/src/gameobjects/Graphics.js", - "/D/wamp/www/phaser/src/gameobjects/Button.js", - "/D/wamp/www/phaser/examples/statetest.php", - "/D/wamp/www/phaser/src/tilemap/Tile.js", - "/D/wamp/www/phaser/src/utils/Debug.js", - "/D/wamp/www/phaser/examples/mariocombo/index.php", - "/D/wamp/www/phaser/examples/particles.php", - "/D/wamp/www/phaser/src/time/Time.js", - "/D/wamp/www/phaser/src/math/Math.js", - "/D/wamp/www/phaser/src/core/Game.js", - "/D/wamp/www/phaser/src/system/StageScaleMode.js", - "/D/wamp/www/phaser/examples/js.php", - "/D/wamp/www/phaser/TS Source/physics/aabb/ProjAABB22Deg.js", - "/D/wamp/www/phaser/TS Source/physics/TileMapCell.js", - "/D/wamp/www/phaser/TS Source/physics/PhysicsManager.js", - "/D/wamp/www/phaser/TS Source/physics/AABB.js", - "/D/wamp/www/phaser/examples/supermario.php", - "/D/wamp/www/phaser/src/tilemap/TilemapRenderer.js", - "/D/wamp/www/phaser/examples/tilemap.php", - "/D/wamp/www/phaser/src/pixi/display/DisplayObjectContainer.js", - "/D/wamp/www/phaser/src/loader/Loader.js", - "/D/wamp/www/phaser/src/loader/Cache.js", - "/D/wamp/www/phaser/TS Tests/tilemaps/tiled tilemap.ts", - "/D/wamp/www/phaser/src/core/Camera.js", - "/D/Tools/mapwin1423/MAPWIN.INI", - "/D/wamp/www/phaser/src/pixi/textures/BaseTexture.js", - "/D/wamp/www/phaser/src/pixi/textures/Texture.js", - "/D/wamp/www/phaser/TS Source/renderers/canvas/TilemapRenderer.ts", - "/D/wamp/www/phaser/TS Source/renderers/canvas/TilemapRenderer.js", - "/D/wamp/www/phaser/src/pixi/display/Sprite.js", - "/D/wamp/www/phaser/plugins/SamplePlugin.js", - "/D/wamp/www/phaser/src/core/Plugin.js", - "/D/wamp/www/phaser/examples/plugin1.php", - "/D/wamp/www/phaser/src/core/PluginManager.js", - "/D/wamp/www/phaser/src/animation/FrameData.js", - "/D/wamp/www/phaser/src/gameobjects/Bullet.js", - "/D/wamp/www/phaser/examples/pixelpick3.php", - "/D/wamp/www/phaser/src/core/Stage.js", - "/D/wamp/www/phaser/examples/sprite3.php", - "/D/wamp/www/phaser/examples/world.php", - "/D/wamp/www/phaser/examples/camerafollow.php", - "/D/wamp/www/phaser/examples/tilesprite2.php", - "/D/wamp/www/phaser/src/core/Signal.js", - "/D/wamp/www/phaser/src/geom/Circle.js", - "/D/wamp/www/phaser/src/geom/Rectangle.js", - "/D/wamp/www/phaser/src/sound/Sound.js", - "/D/wamp/www/phaser/src/sound/SoundManager.js", - "/D/wamp/www/phaser/src/utils/Color.js", - "/D/wamp/www/phaser/examples/group1.php", - "/D/wamp/www/phaser/src/geom/Point.js", - "/D/wamp/www/phaser/src/input/Pointer.js", - "/D/wamp/www/phaser/src/gameobjects/BitmapText.js", - "/D/wamp/www/phaser/src/animation/Parser.js", - "/D/wamp/www/phaser/src/animation/AnimationManager.js", - "/D/wamp/www/phaser/src/animation/Animation.js", - "/D/wamp/www/phaser/TS Source/World.ts", - "/D/wamp/www/phaser/examples/sound1.php", - "/D/wamp/www/phaser/src/input/Touch.js", - "/D/wamp/www/phaser/examples/fullscreen.php", - "/D/wamp/www/pixi.js/examples/example 14 - Masking/index.html", - "/D/wamp/www/phaser/examples/crop3.php", - "/D/wamp/www/phaser/src/system/Canvas.js", - "/D/ws/manukura/kiwi/components/dom/Gradient.js", - "/D/wamp/www/phaser/examples/invaders.php", - "/D/wamp/www/phaser/examples/rendertexture.php", - "/D/wamp/www/pixi.js/examples/example 11 - RenderTexture/index.html", - "/D/wamp/www/phaser/src/pixi/textures/RenderTexture.js", - "/D/wamp/www/phaser/src/animation/Frame.js", - "/D/wamp/www/phaser/TS Tests/tilemaps/csv tilemap.ts", - "/D/wamp/www/phaser/TS Source/tilemap/Tile.js", - "/D/wamp/www/phaser/TS Source/tilemap/TilemapLayer.js", - "/D/wamp/www/phaser/TS Source/tilemap/Tilemap.js", - "/D/wamp/www/phaser/TS Source/loader/Loader.ts", - "/D/wamp/www/phaser/TS Source/loader/Cache.ts", - "/D/wamp/www/phaser/TS Source/gameobjects/ScrollZone.js", - "/D/wamp/www/phaser/TS Source/display/CSS3Filters.js", - "/D/wamp/www/phaser/plugins/CSS3Filters.js", - "/D/wamp/www/phaser/src/pixi/loaders/BitmapFontLoader.js", - "/D/wamp/www/phaser/src/pixi/text/BitmapText.js", - "/D/wamp/www/phaser/src/gameobjects/BitmapFont.js", - "/D/wamp/www/phaser/src/loader/Parser.js", - "/D/wamp/www/pixi.js/examples/example 10 - Text/index.html", - "/D/wamp/www/phaser/examples/assets/fonts/desyrel.xml", - "/D/wamp/www/phaser/src/tween/Tween.js", - "/D/wamp/www/phaser/src/tween/TweenManager.js", - "/D/wamp/www/phaser/src/input/Keyboard.js", - "/D/wamp/www/phaser/src/gameobjects/Events.js", - "/D/wamp/www/phaser/examples/input2.php" - ], - "find": - { - "height": 34.0 - }, - "find_in_files": - { - "height": 0.0, - "where_history": - [ - "D:\\wamp\\www\\phaser\\src", - "D:\\wamp\\www\\phaser\\src\\pixi", - "D:\\wamp\\www\\phaser\\src\\input", - "D:\\wamp\\www\\phaser\\src\\physics\\advanced", - "D:\\wamp\\www\\phaser\\src\\pixi", - "D:\\wamp\\www\\phaser\\src\\input", - "D:\\wamp\\www\\phaser\\TS Source", - "D:\\wamp\\www\\phaser\\src\\pixi", - "D:\\wamp\\www\\phaser\\Tests\\tilemap", - "D:\\wamp\\www\\phaser\\Tests\\sprites", - "D:\\wamp\\www\\phaser\\Tests\\particles", - "D:\\wamp\\www\\phaser\\Tests\\mini games", - "D:\\wamp\\www\\phaser\\Tests\\misc", - "D:\\wamp\\www\\phaser\\Tests\\input", - "D:\\wamp\\www\\phaser\\Tests\\groups", - "D:\\wamp\\www\\phaser\\Tests\\collision", - "D:\\wamp\\www\\phaser\\Tests\\cameras", - "", - "D:\\wamp\\www\\bbc\\firsttimeonline\\src", - "D:\\wamp\\www\\bbc\\hideandseek\\src", - "D:\\wamp\\www\\clients\\bitecp\\lib\\game", - "D:\\wamp\\www\\numtums\\swipetum\\src" - ] - }, - "find_state": - { - "case_sensitive": true, - "find_history": - [ - "MainMenu", - "../src", - "Preloader", - "MonsterBunny", - "dragFromCenter", - "onDrag", - "snapX", - "pixelPerfect", - "lockCenter", - ";\n", - "p.", - "velocity", - "game.camera", - "64", - "32", - "X", - "this._potentials[i].sprite", - "collide", - "_obj2NewVelocity", - "_obj1NewVelocity", - "_obj2Velocity", - "_obj1Velocity", - "this.bounds2", - "_obj2Bounds", - "obj1Bounds", - "object", - "object1", - "this", - "maps/", - "Phaser.Group", - "this", - "this.collisionLayer", - "_tempTileBlock", - "timeToCall", - "min", - ".y", - "y", - "x", - "touch", - "50", - "body.bounds", - "x", - "deltaX", - "object1", - ": number", - ": bool", - ": number", - "gfx", - "assets/maps", - "console.", - ": function", - "tilemap", - "FORMAT_CSV", - "FORMAT_TILED_JSON", - "tilesetURL", - "_images", - "addText", - "fileComplete", - "atlasData", - "atlasURL", - "atlasData", - "atlasURL", - "width", - " = ", - "4", - "texture", - "generateTiles", - "texture.alpha", - "camera.worldView", - "camera", - "var ", - "Phaser.Sprite", - "mummy", - "checkBody", - ": ", - "tempSprite", - "disk", - "drag", - "dragPixelPerfect", - "last", - "edge", - "targetY", - "targetX", - "center.", - "screenView", - "temp", - "this.camSpeed", - "8", - "4", - "for(", - "if(", - ",\n\n enumerable: true,\n configurable: true", - " },\n\n enumerable: true,\n configurable: true\n", - "document", - "getAudioURL", - "onSoundUnlock", - "tempSprite", - "texture", - "width", - "texture.frame", - "key", - "images", - "_sounds", - "if(", - "Tile.prototype.", - "this.game.math", - "if(", - "for(", - "TilemapLayer.prototype.", - "for(", - "if(", - "Tilemap.prototype.", - "Phaser.TileSprite", - "CSS3Filters", - "BitmapFont", - "Phaser.Graphics", - "Phaser.Text", - "Text", - "this.texture", - "this.ajaxRequest.responseXML", - "atlasData", - "atlasURL", - "atlasData", - "atlasURL", - "this._tempState", - ": ", - "= ", - ": " - ], - "highlight": true, - "in_selection": false, - "preserve_case": false, - "regex": false, - "replace_history": - [ - "../../src", - "_newVelocity2", - "_newVelocity1", - "_velocity2", - "_velocity1", - "this._bounds2", - "bounds2", - "bounds1", - "body", - " = function", - "CSV", - "JSON", - "Phaser.Bullet", - "for (", - "if (", - "for (", - "if (", - "BitmapText", - "xmlData", - "xmlURL", - "this.sprite", - "this.game.canvas", - "Phaser.Color", - "Color", - "", - "sprite", - "if (", - "sprite", - "prev", - "next", - "body", - "_stage", - ")',", - "'),", - "'background", - "%c ", - "child2", - "child1", - "Phaser.Input.TOUCH_OVERRIDES_MOUSE", - "Phaser.Input.MOUSE_TOUCH_COMBINE", - "Phaser.Input.MOUSE_OVERRIDES_TOUCH", - "", - "maxLevels", - "maxObjects", - "this.nodes", - "QuadTree", - "Math.", - "this._average", - "this._obj2Velocity", - "this._obj1Velocity", - "this._obj2NewVelocity", - "this._obj1NewVelocity", - "this._obj2Bounds", - "this._obj1Bounds", - "this.obj2Bounds", - "this.obj1Bounds", - "this.lastY", - "this.lastX", - "this.y", - "this.x", - "", - "this._cache.dirty", - "this.y", - "this.x", - "Phaser.MSPointer", - "Phaser.Pointer", - "Phaser.Touch", - "Phaser.Mouse", - "Phaser.Keyboard", - "Phaser.Input.Mouse", - "Phaser.Input.Pointer", - "Phaser.Input.prototype", - "Phaser.Input", - ":", - ",", - ":", - "", - ",", - ":", - "", - "target", - "view", - "this._parent", - "this.state", - "elapsed", - "queueSize", - "{boolean}", - "queueSize", - "Phaser.SignalBinding", - "launcher.html", - "/Phaser/", - "", - "SignalBinding", - "Signal", - "/// \n/// ", - "Quadratic", - "//Playtomic", - "hasSwiped", - "firsttimeonline/html5", - "this.popped", - "if (game.useWebAudio === false)", - "sd/", - "assets/hd/", - "runningWellDoneSequence", - "html5/media/", - "duckButton", - "bestfootforward", - "duckButton", - "", - "cardBack", - "hideURLBar", - "isGameComplete", - "sengi", - "Sengi", - "style.display" - ], - "reverse": false, - "show_context": true, - "use_buffer2": true, - "whole_word": false, - "wrap": true - }, - "groups": - [ - { - "sheets": - [ - ] - } - ], - "incremental_find": - { - "height": 0.0 - }, - "input": - { - "height": 34.0 - }, - "layout": - { - "cells": - [ - [ - 0, - 0, - 1, - 1 - ] - ], - "cols": - [ - 0.0, - 1.0 - ], - "rows": - [ - 0.0, - 1.0 - ] - }, - "menu_visible": true, - "replace": - { - "height": 62.0 - }, - "save_all_on_build": true, - "select_file": - { - "height": 0.0, - "selected_items": - [ - ], - "width": 0.0 - }, - "select_project": - { - "height": 0.0, - "selected_items": - [ - ], - "width": 0.0 - }, - "show_minimap": true, - "show_open_files": false, - "show_tabs": true, - "side_bar_visible": true, - "side_bar_width": 284.0, - "status_bar_visible": true -} diff --git a/todo/CameraFX/Border.js b/wip/CameraFX/Border.js similarity index 100% rename from todo/CameraFX/Border.js rename to wip/CameraFX/Border.js diff --git a/todo/CameraFX/Border.ts b/wip/CameraFX/Border.ts similarity index 100% rename from todo/CameraFX/Border.ts rename to wip/CameraFX/Border.ts diff --git a/todo/CameraFX/Fade.js b/wip/CameraFX/Fade.js similarity index 100% rename from todo/CameraFX/Fade.js rename to wip/CameraFX/Fade.js diff --git a/todo/CameraFX/Fade.ts b/wip/CameraFX/Fade.ts similarity index 100% rename from todo/CameraFX/Fade.ts rename to wip/CameraFX/Fade.ts diff --git a/todo/CameraFX/Flash.js b/wip/CameraFX/Flash.js similarity index 100% rename from todo/CameraFX/Flash.js rename to wip/CameraFX/Flash.js diff --git a/todo/CameraFX/Flash.ts b/wip/CameraFX/Flash.ts similarity index 100% rename from todo/CameraFX/Flash.ts rename to wip/CameraFX/Flash.ts diff --git a/todo/CameraFX/Mirror.js b/wip/CameraFX/Mirror.js similarity index 100% rename from todo/CameraFX/Mirror.js rename to wip/CameraFX/Mirror.js diff --git a/todo/CameraFX/Mirror.ts b/wip/CameraFX/Mirror.ts similarity index 100% rename from todo/CameraFX/Mirror.ts rename to wip/CameraFX/Mirror.ts diff --git a/todo/CameraFX/Scanlines.js b/wip/CameraFX/Scanlines.js similarity index 100% rename from todo/CameraFX/Scanlines.js rename to wip/CameraFX/Scanlines.js diff --git a/todo/CameraFX/Scanlines.ts b/wip/CameraFX/Scanlines.ts similarity index 100% rename from todo/CameraFX/Scanlines.ts rename to wip/CameraFX/Scanlines.ts diff --git a/todo/CameraFX/Shadow.js b/wip/CameraFX/Shadow.js similarity index 100% rename from todo/CameraFX/Shadow.js rename to wip/CameraFX/Shadow.js diff --git a/todo/CameraFX/Shadow.ts b/wip/CameraFX/Shadow.ts similarity index 100% rename from todo/CameraFX/Shadow.ts rename to wip/CameraFX/Shadow.ts diff --git a/todo/CameraFX/Shake.js b/wip/CameraFX/Shake.js similarity index 100% rename from todo/CameraFX/Shake.js rename to wip/CameraFX/Shake.js diff --git a/todo/CameraFX/Shake.ts b/wip/CameraFX/Shake.ts similarity index 100% rename from todo/CameraFX/Shake.ts rename to wip/CameraFX/Shake.ts diff --git a/todo/README.md b/wip/README.md similarity index 100% rename from todo/README.md rename to wip/README.md diff --git a/todo/TS Source/.gitignore b/wip/TS Source/.gitignore similarity index 100% rename from todo/TS Source/.gitignore rename to wip/TS Source/.gitignore diff --git a/todo/TS Source/Game.js b/wip/TS Source/Game.js similarity index 100% rename from todo/TS Source/Game.js rename to wip/TS Source/Game.js diff --git a/todo/TS Source/Game.ts b/wip/TS Source/Game.ts similarity index 100% rename from todo/TS Source/Game.ts rename to wip/TS Source/Game.ts diff --git a/todo/TS Source/Phaser.js b/wip/TS Source/Phaser.js similarity index 100% rename from todo/TS Source/Phaser.js rename to wip/TS Source/Phaser.js diff --git a/todo/TS Source/Phaser.ts b/wip/TS Source/Phaser.ts similarity index 100% rename from todo/TS Source/Phaser.ts rename to wip/TS Source/Phaser.ts diff --git a/todo/TS Source/Stage.js b/wip/TS Source/Stage.js similarity index 100% rename from todo/TS Source/Stage.js rename to wip/TS Source/Stage.js diff --git a/todo/TS Source/Stage.ts b/wip/TS Source/Stage.ts similarity index 100% rename from todo/TS Source/Stage.ts rename to wip/TS Source/Stage.ts diff --git a/todo/TS Source/State.js b/wip/TS Source/State.js similarity index 100% rename from todo/TS Source/State.js rename to wip/TS Source/State.js diff --git a/todo/TS Source/State.ts b/wip/TS Source/State.ts similarity index 100% rename from todo/TS Source/State.ts rename to wip/TS Source/State.ts diff --git a/todo/TS Source/Statics.js b/wip/TS Source/Statics.js similarity index 100% rename from todo/TS Source/Statics.js rename to wip/TS Source/Statics.js diff --git a/todo/TS Source/Statics.ts b/wip/TS Source/Statics.ts similarity index 100% rename from todo/TS Source/Statics.ts rename to wip/TS Source/Statics.ts diff --git a/todo/TS Source/World.js b/wip/TS Source/World.js similarity index 100% rename from todo/TS Source/World.js rename to wip/TS Source/World.js diff --git a/todo/TS Source/World.ts b/wip/TS Source/World.ts similarity index 100% rename from todo/TS Source/World.ts rename to wip/TS Source/World.ts diff --git a/todo/TS Source/_definitions.js b/wip/TS Source/_definitions.js similarity index 100% rename from todo/TS Source/_definitions.js rename to wip/TS Source/_definitions.js diff --git a/todo/TS Source/_definitions.ts b/wip/TS Source/_definitions.ts similarity index 100% rename from todo/TS Source/_definitions.ts rename to wip/TS Source/_definitions.ts diff --git a/todo/TS Source/animation/Animation.js b/wip/TS Source/animation/Animation.js similarity index 100% rename from todo/TS Source/animation/Animation.js rename to wip/TS Source/animation/Animation.js diff --git a/todo/TS Source/animation/Animation.ts b/wip/TS Source/animation/Animation.ts similarity index 100% rename from todo/TS Source/animation/Animation.ts rename to wip/TS Source/animation/Animation.ts diff --git a/todo/TS Source/animation/AnimationManager.js b/wip/TS Source/animation/AnimationManager.js similarity index 100% rename from todo/TS Source/animation/AnimationManager.js rename to wip/TS Source/animation/AnimationManager.js diff --git a/todo/TS Source/animation/AnimationManager.ts b/wip/TS Source/animation/AnimationManager.ts similarity index 100% rename from todo/TS Source/animation/AnimationManager.ts rename to wip/TS Source/animation/AnimationManager.ts diff --git a/todo/TS Source/animation/Frame.js b/wip/TS Source/animation/Frame.js similarity index 100% rename from todo/TS Source/animation/Frame.js rename to wip/TS Source/animation/Frame.js diff --git a/todo/TS Source/animation/Frame.ts b/wip/TS Source/animation/Frame.ts similarity index 100% rename from todo/TS Source/animation/Frame.ts rename to wip/TS Source/animation/Frame.ts diff --git a/todo/TS Source/animation/FrameData.js b/wip/TS Source/animation/FrameData.js similarity index 100% rename from todo/TS Source/animation/FrameData.js rename to wip/TS Source/animation/FrameData.js diff --git a/todo/TS Source/animation/FrameData.ts b/wip/TS Source/animation/FrameData.ts similarity index 100% rename from todo/TS Source/animation/FrameData.ts rename to wip/TS Source/animation/FrameData.ts diff --git a/todo/TS Source/cameras/Camera.js b/wip/TS Source/cameras/Camera.js similarity index 100% rename from todo/TS Source/cameras/Camera.js rename to wip/TS Source/cameras/Camera.js diff --git a/todo/TS Source/cameras/Camera.ts b/wip/TS Source/cameras/Camera.ts similarity index 100% rename from todo/TS Source/cameras/Camera.ts rename to wip/TS Source/cameras/Camera.ts diff --git a/todo/TS Source/cameras/CameraManager.js b/wip/TS Source/cameras/CameraManager.js similarity index 100% rename from todo/TS Source/cameras/CameraManager.js rename to wip/TS Source/cameras/CameraManager.js diff --git a/todo/TS Source/cameras/CameraManager.ts b/wip/TS Source/cameras/CameraManager.ts similarity index 100% rename from todo/TS Source/cameras/CameraManager.ts rename to wip/TS Source/cameras/CameraManager.ts diff --git a/todo/TS Source/core/Group.js b/wip/TS Source/core/Group.js similarity index 100% rename from todo/TS Source/core/Group.js rename to wip/TS Source/core/Group.js diff --git a/todo/TS Source/core/Group.ts b/wip/TS Source/core/Group.ts similarity index 100% rename from todo/TS Source/core/Group.ts rename to wip/TS Source/core/Group.ts diff --git a/todo/TS Source/core/Plugin.js b/wip/TS Source/core/Plugin.js similarity index 100% rename from todo/TS Source/core/Plugin.js rename to wip/TS Source/core/Plugin.js diff --git a/todo/TS Source/core/Plugin.ts b/wip/TS Source/core/Plugin.ts similarity index 100% rename from todo/TS Source/core/Plugin.ts rename to wip/TS Source/core/Plugin.ts diff --git a/todo/TS Source/core/PluginManager.js b/wip/TS Source/core/PluginManager.js similarity index 100% rename from todo/TS Source/core/PluginManager.js rename to wip/TS Source/core/PluginManager.js diff --git a/todo/TS Source/core/PluginManager.ts b/wip/TS Source/core/PluginManager.ts similarity index 100% rename from todo/TS Source/core/PluginManager.ts rename to wip/TS Source/core/PluginManager.ts diff --git a/todo/TS Source/core/Signal.js b/wip/TS Source/core/Signal.js similarity index 100% rename from todo/TS Source/core/Signal.js rename to wip/TS Source/core/Signal.js diff --git a/todo/TS Source/core/Signal.ts b/wip/TS Source/core/Signal.ts similarity index 100% rename from todo/TS Source/core/Signal.ts rename to wip/TS Source/core/Signal.ts diff --git a/todo/TS Source/core/SignalBinding.js b/wip/TS Source/core/SignalBinding.js similarity index 100% rename from todo/TS Source/core/SignalBinding.js rename to wip/TS Source/core/SignalBinding.js diff --git a/todo/TS Source/core/SignalBinding.ts b/wip/TS Source/core/SignalBinding.ts similarity index 100% rename from todo/TS Source/core/SignalBinding.ts rename to wip/TS Source/core/SignalBinding.ts diff --git a/todo/TS Source/display/CSS3Filters.js b/wip/TS Source/display/CSS3Filters.js similarity index 100% rename from todo/TS Source/display/CSS3Filters.js rename to wip/TS Source/display/CSS3Filters.js diff --git a/todo/TS Source/display/CSS3Filters.ts b/wip/TS Source/display/CSS3Filters.ts similarity index 100% rename from todo/TS Source/display/CSS3Filters.ts rename to wip/TS Source/display/CSS3Filters.ts diff --git a/todo/TS Source/display/DynamicTexture.js b/wip/TS Source/display/DynamicTexture.js similarity index 100% rename from todo/TS Source/display/DynamicTexture.js rename to wip/TS Source/display/DynamicTexture.js diff --git a/todo/TS Source/display/DynamicTexture.ts b/wip/TS Source/display/DynamicTexture.ts similarity index 100% rename from todo/TS Source/display/DynamicTexture.ts rename to wip/TS Source/display/DynamicTexture.ts diff --git a/todo/TS Source/display/Texture.js b/wip/TS Source/display/Texture.js similarity index 100% rename from todo/TS Source/display/Texture.js rename to wip/TS Source/display/Texture.js diff --git a/todo/TS Source/display/Texture.ts b/wip/TS Source/display/Texture.ts similarity index 100% rename from todo/TS Source/display/Texture.ts rename to wip/TS Source/display/Texture.ts diff --git a/todo/TS Source/gameobjects/Events.js b/wip/TS Source/gameobjects/Events.js similarity index 100% rename from todo/TS Source/gameobjects/Events.js rename to wip/TS Source/gameobjects/Events.js diff --git a/todo/TS Source/gameobjects/Events.ts b/wip/TS Source/gameobjects/Events.ts similarity index 100% rename from todo/TS Source/gameobjects/Events.ts rename to wip/TS Source/gameobjects/Events.ts diff --git a/todo/TS Source/gameobjects/GameObjectFactory.js b/wip/TS Source/gameobjects/GameObjectFactory.js similarity index 100% rename from todo/TS Source/gameobjects/GameObjectFactory.js rename to wip/TS Source/gameobjects/GameObjectFactory.js diff --git a/todo/TS Source/gameobjects/GameObjectFactory.ts b/wip/TS Source/gameobjects/GameObjectFactory.ts similarity index 100% rename from todo/TS Source/gameobjects/GameObjectFactory.ts rename to wip/TS Source/gameobjects/GameObjectFactory.ts diff --git a/todo/TS Source/gameobjects/IGameObject.ts b/wip/TS Source/gameobjects/IGameObject.ts similarity index 100% rename from todo/TS Source/gameobjects/IGameObject.ts rename to wip/TS Source/gameobjects/IGameObject.ts diff --git a/todo/TS Source/gameobjects/ScrollRegion.js b/wip/TS Source/gameobjects/ScrollRegion.js similarity index 100% rename from todo/TS Source/gameobjects/ScrollRegion.js rename to wip/TS Source/gameobjects/ScrollRegion.js diff --git a/todo/TS Source/gameobjects/ScrollRegion.ts b/wip/TS Source/gameobjects/ScrollRegion.ts similarity index 100% rename from todo/TS Source/gameobjects/ScrollRegion.ts rename to wip/TS Source/gameobjects/ScrollRegion.ts diff --git a/todo/TS Source/gameobjects/ScrollZone.js b/wip/TS Source/gameobjects/ScrollZone.js similarity index 100% rename from todo/TS Source/gameobjects/ScrollZone.js rename to wip/TS Source/gameobjects/ScrollZone.js diff --git a/todo/TS Source/gameobjects/ScrollZone.ts b/wip/TS Source/gameobjects/ScrollZone.ts similarity index 100% rename from todo/TS Source/gameobjects/ScrollZone.ts rename to wip/TS Source/gameobjects/ScrollZone.ts diff --git a/todo/TS Source/gameobjects/Sprite.js b/wip/TS Source/gameobjects/Sprite.js similarity index 100% rename from todo/TS Source/gameobjects/Sprite.js rename to wip/TS Source/gameobjects/Sprite.js diff --git a/todo/TS Source/gameobjects/Sprite.ts b/wip/TS Source/gameobjects/Sprite.ts similarity index 100% rename from todo/TS Source/gameobjects/Sprite.ts rename to wip/TS Source/gameobjects/Sprite.ts diff --git a/todo/TS Source/gameobjects/TransformManager.js b/wip/TS Source/gameobjects/TransformManager.js similarity index 100% rename from todo/TS Source/gameobjects/TransformManager.js rename to wip/TS Source/gameobjects/TransformManager.js diff --git a/todo/TS Source/gameobjects/TransformManager.ts b/wip/TS Source/gameobjects/TransformManager.ts similarity index 100% rename from todo/TS Source/gameobjects/TransformManager.ts rename to wip/TS Source/gameobjects/TransformManager.ts diff --git a/todo/TS Source/geom/Circle.js b/wip/TS Source/geom/Circle.js similarity index 100% rename from todo/TS Source/geom/Circle.js rename to wip/TS Source/geom/Circle.js diff --git a/todo/TS Source/geom/Circle.ts b/wip/TS Source/geom/Circle.ts similarity index 100% rename from todo/TS Source/geom/Circle.ts rename to wip/TS Source/geom/Circle.ts diff --git a/todo/TS Source/geom/Line.js b/wip/TS Source/geom/Line.js similarity index 100% rename from todo/TS Source/geom/Line.js rename to wip/TS Source/geom/Line.js diff --git a/todo/TS Source/geom/Line.ts b/wip/TS Source/geom/Line.ts similarity index 100% rename from todo/TS Source/geom/Line.ts rename to wip/TS Source/geom/Line.ts diff --git a/todo/TS Source/geom/Point.js b/wip/TS Source/geom/Point.js similarity index 100% rename from todo/TS Source/geom/Point.js rename to wip/TS Source/geom/Point.js diff --git a/todo/TS Source/geom/Point.ts b/wip/TS Source/geom/Point.ts similarity index 100% rename from todo/TS Source/geom/Point.ts rename to wip/TS Source/geom/Point.ts diff --git a/todo/TS Source/geom/Rectangle.js b/wip/TS Source/geom/Rectangle.js similarity index 100% rename from todo/TS Source/geom/Rectangle.js rename to wip/TS Source/geom/Rectangle.js diff --git a/todo/TS Source/geom/Rectangle.ts b/wip/TS Source/geom/Rectangle.ts similarity index 100% rename from todo/TS Source/geom/Rectangle.ts rename to wip/TS Source/geom/Rectangle.ts diff --git a/todo/TS Source/input/InputHandler.js b/wip/TS Source/input/InputHandler.js similarity index 100% rename from todo/TS Source/input/InputHandler.js rename to wip/TS Source/input/InputHandler.js diff --git a/todo/TS Source/input/InputHandler.ts b/wip/TS Source/input/InputHandler.ts similarity index 100% rename from todo/TS Source/input/InputHandler.ts rename to wip/TS Source/input/InputHandler.ts diff --git a/todo/TS Source/input/InputManager.js b/wip/TS Source/input/InputManager.js similarity index 100% rename from todo/TS Source/input/InputManager.js rename to wip/TS Source/input/InputManager.js diff --git a/todo/TS Source/input/InputManager.ts b/wip/TS Source/input/InputManager.ts similarity index 100% rename from todo/TS Source/input/InputManager.ts rename to wip/TS Source/input/InputManager.ts diff --git a/todo/TS Source/input/Keyboard.js b/wip/TS Source/input/Keyboard.js similarity index 100% rename from todo/TS Source/input/Keyboard.js rename to wip/TS Source/input/Keyboard.js diff --git a/todo/TS Source/input/Keyboard.ts b/wip/TS Source/input/Keyboard.ts similarity index 100% rename from todo/TS Source/input/Keyboard.ts rename to wip/TS Source/input/Keyboard.ts diff --git a/todo/TS Source/input/MSPointer.js b/wip/TS Source/input/MSPointer.js similarity index 100% rename from todo/TS Source/input/MSPointer.js rename to wip/TS Source/input/MSPointer.js diff --git a/todo/TS Source/input/MSPointer.ts b/wip/TS Source/input/MSPointer.ts similarity index 100% rename from todo/TS Source/input/MSPointer.ts rename to wip/TS Source/input/MSPointer.ts diff --git a/todo/TS Source/input/Mouse.js b/wip/TS Source/input/Mouse.js similarity index 100% rename from todo/TS Source/input/Mouse.js rename to wip/TS Source/input/Mouse.js diff --git a/todo/TS Source/input/Mouse.ts b/wip/TS Source/input/Mouse.ts similarity index 100% rename from todo/TS Source/input/Mouse.ts rename to wip/TS Source/input/Mouse.ts diff --git a/todo/TS Source/input/Pointer.js b/wip/TS Source/input/Pointer.js similarity index 100% rename from todo/TS Source/input/Pointer.js rename to wip/TS Source/input/Pointer.js diff --git a/todo/TS Source/input/Pointer.ts b/wip/TS Source/input/Pointer.ts similarity index 100% rename from todo/TS Source/input/Pointer.ts rename to wip/TS Source/input/Pointer.ts diff --git a/todo/TS Source/input/Touch.js b/wip/TS Source/input/Touch.js similarity index 100% rename from todo/TS Source/input/Touch.js rename to wip/TS Source/input/Touch.js diff --git a/todo/TS Source/input/Touch.ts b/wip/TS Source/input/Touch.ts similarity index 100% rename from todo/TS Source/input/Touch.ts rename to wip/TS Source/input/Touch.ts diff --git a/todo/TS Source/loader/AnimationLoader.js b/wip/TS Source/loader/AnimationLoader.js similarity index 100% rename from todo/TS Source/loader/AnimationLoader.js rename to wip/TS Source/loader/AnimationLoader.js diff --git a/todo/TS Source/loader/AnimationLoader.ts b/wip/TS Source/loader/AnimationLoader.ts similarity index 100% rename from todo/TS Source/loader/AnimationLoader.ts rename to wip/TS Source/loader/AnimationLoader.ts diff --git a/todo/TS Source/loader/Cache.js b/wip/TS Source/loader/Cache.js similarity index 100% rename from todo/TS Source/loader/Cache.js rename to wip/TS Source/loader/Cache.js diff --git a/todo/TS Source/loader/Cache.ts b/wip/TS Source/loader/Cache.ts similarity index 100% rename from todo/TS Source/loader/Cache.ts rename to wip/TS Source/loader/Cache.ts diff --git a/todo/TS Source/loader/Loader.js b/wip/TS Source/loader/Loader.js similarity index 100% rename from todo/TS Source/loader/Loader.js rename to wip/TS Source/loader/Loader.js diff --git a/todo/TS Source/loader/Loader.ts b/wip/TS Source/loader/Loader.ts similarity index 100% rename from todo/TS Source/loader/Loader.ts rename to wip/TS Source/loader/Loader.ts diff --git a/todo/TS Source/math/GameMath.js b/wip/TS Source/math/GameMath.js similarity index 100% rename from todo/TS Source/math/GameMath.js rename to wip/TS Source/math/GameMath.js diff --git a/todo/TS Source/math/GameMath.ts b/wip/TS Source/math/GameMath.ts similarity index 100% rename from todo/TS Source/math/GameMath.ts rename to wip/TS Source/math/GameMath.ts diff --git a/todo/TS Source/math/LinkedList.js b/wip/TS Source/math/LinkedList.js similarity index 100% rename from todo/TS Source/math/LinkedList.js rename to wip/TS Source/math/LinkedList.js diff --git a/todo/TS Source/math/LinkedList.ts b/wip/TS Source/math/LinkedList.ts similarity index 100% rename from todo/TS Source/math/LinkedList.ts rename to wip/TS Source/math/LinkedList.ts diff --git a/todo/TS Source/math/Mat3.js b/wip/TS Source/math/Mat3.js similarity index 100% rename from todo/TS Source/math/Mat3.js rename to wip/TS Source/math/Mat3.js diff --git a/todo/TS Source/math/Mat3.ts b/wip/TS Source/math/Mat3.ts similarity index 100% rename from todo/TS Source/math/Mat3.ts rename to wip/TS Source/math/Mat3.ts diff --git a/todo/TS Source/math/Mat3Utils.js b/wip/TS Source/math/Mat3Utils.js similarity index 100% rename from todo/TS Source/math/Mat3Utils.js rename to wip/TS Source/math/Mat3Utils.js diff --git a/todo/TS Source/math/Mat3Utils.ts b/wip/TS Source/math/Mat3Utils.ts similarity index 100% rename from todo/TS Source/math/Mat3Utils.ts rename to wip/TS Source/math/Mat3Utils.ts diff --git a/todo/TS Source/math/QuadTree.js b/wip/TS Source/math/QuadTree.js similarity index 100% rename from todo/TS Source/math/QuadTree.js rename to wip/TS Source/math/QuadTree.js diff --git a/todo/TS Source/math/QuadTree.ts b/wip/TS Source/math/QuadTree.ts similarity index 100% rename from todo/TS Source/math/QuadTree.ts rename to wip/TS Source/math/QuadTree.ts diff --git a/todo/TS Source/math/RandomDataGenerator.js b/wip/TS Source/math/RandomDataGenerator.js similarity index 100% rename from todo/TS Source/math/RandomDataGenerator.js rename to wip/TS Source/math/RandomDataGenerator.js diff --git a/todo/TS Source/math/RandomDataGenerator.ts b/wip/TS Source/math/RandomDataGenerator.ts similarity index 100% rename from todo/TS Source/math/RandomDataGenerator.ts rename to wip/TS Source/math/RandomDataGenerator.ts diff --git a/todo/TS Source/math/Vec2.js b/wip/TS Source/math/Vec2.js similarity index 100% rename from todo/TS Source/math/Vec2.js rename to wip/TS Source/math/Vec2.js diff --git a/todo/TS Source/math/Vec2.ts b/wip/TS Source/math/Vec2.ts similarity index 100% rename from todo/TS Source/math/Vec2.ts rename to wip/TS Source/math/Vec2.ts diff --git a/todo/TS Source/math/Vec2Utils.js b/wip/TS Source/math/Vec2Utils.js similarity index 100% rename from todo/TS Source/math/Vec2Utils.js rename to wip/TS Source/math/Vec2Utils.js diff --git a/todo/TS Source/math/Vec2Utils.ts b/wip/TS Source/math/Vec2Utils.ts similarity index 100% rename from todo/TS Source/math/Vec2Utils.ts rename to wip/TS Source/math/Vec2Utils.ts diff --git a/todo/TS Source/net/Net.js b/wip/TS Source/net/Net.js similarity index 100% rename from todo/TS Source/net/Net.js rename to wip/TS Source/net/Net.js diff --git a/todo/TS Source/net/Net.ts b/wip/TS Source/net/Net.ts similarity index 100% rename from todo/TS Source/net/Net.ts rename to wip/TS Source/net/Net.ts diff --git a/todo/TS Source/particles/Emitter.js b/wip/TS Source/particles/Emitter.js similarity index 100% rename from todo/TS Source/particles/Emitter.js rename to wip/TS Source/particles/Emitter.js diff --git a/todo/TS Source/particles/Emitter.ts b/wip/TS Source/particles/Emitter.ts similarity index 100% rename from todo/TS Source/particles/Emitter.ts rename to wip/TS Source/particles/Emitter.ts diff --git a/todo/TS Source/particles/NumericalIntegration.js b/wip/TS Source/particles/NumericalIntegration.js similarity index 100% rename from todo/TS Source/particles/NumericalIntegration.js rename to wip/TS Source/particles/NumericalIntegration.js diff --git a/todo/TS Source/particles/NumericalIntegration.ts b/wip/TS Source/particles/NumericalIntegration.ts similarity index 100% rename from todo/TS Source/particles/NumericalIntegration.ts rename to wip/TS Source/particles/NumericalIntegration.ts diff --git a/todo/TS Source/particles/Particle.js b/wip/TS Source/particles/Particle.js similarity index 100% rename from todo/TS Source/particles/Particle.js rename to wip/TS Source/particles/Particle.js diff --git a/todo/TS Source/particles/Particle.ts b/wip/TS Source/particles/Particle.ts similarity index 100% rename from todo/TS Source/particles/Particle.ts rename to wip/TS Source/particles/Particle.ts diff --git a/todo/TS Source/particles/ParticleManager.js b/wip/TS Source/particles/ParticleManager.js similarity index 100% rename from todo/TS Source/particles/ParticleManager.js rename to wip/TS Source/particles/ParticleManager.js diff --git a/todo/TS Source/particles/ParticleManager.ts b/wip/TS Source/particles/ParticleManager.ts similarity index 100% rename from todo/TS Source/particles/ParticleManager.ts rename to wip/TS Source/particles/ParticleManager.ts diff --git a/todo/TS Source/particles/ParticlePool.js b/wip/TS Source/particles/ParticlePool.js similarity index 100% rename from todo/TS Source/particles/ParticlePool.js rename to wip/TS Source/particles/ParticlePool.js diff --git a/todo/TS Source/particles/ParticlePool.ts b/wip/TS Source/particles/ParticlePool.ts similarity index 100% rename from todo/TS Source/particles/ParticlePool.ts rename to wip/TS Source/particles/ParticlePool.ts diff --git a/todo/TS Source/particles/ParticleUtils.js b/wip/TS Source/particles/ParticleUtils.js similarity index 100% rename from todo/TS Source/particles/ParticleUtils.js rename to wip/TS Source/particles/ParticleUtils.js diff --git a/todo/TS Source/particles/ParticleUtils.ts b/wip/TS Source/particles/ParticleUtils.ts similarity index 100% rename from todo/TS Source/particles/ParticleUtils.ts rename to wip/TS Source/particles/ParticleUtils.ts diff --git a/todo/TS Source/particles/Polar2D.js b/wip/TS Source/particles/Polar2D.js similarity index 100% rename from todo/TS Source/particles/Polar2D.js rename to wip/TS Source/particles/Polar2D.js diff --git a/todo/TS Source/particles/Polar2D.ts b/wip/TS Source/particles/Polar2D.ts similarity index 100% rename from todo/TS Source/particles/Polar2D.ts rename to wip/TS Source/particles/Polar2D.ts diff --git a/todo/TS Source/particles/Span.js b/wip/TS Source/particles/Span.js similarity index 100% rename from todo/TS Source/particles/Span.js rename to wip/TS Source/particles/Span.js diff --git a/todo/TS Source/particles/Span.ts b/wip/TS Source/particles/Span.ts similarity index 100% rename from todo/TS Source/particles/Span.ts rename to wip/TS Source/particles/Span.ts diff --git a/todo/TS Source/particles/behaviours/Behaviour.js b/wip/TS Source/particles/behaviours/Behaviour.js similarity index 100% rename from todo/TS Source/particles/behaviours/Behaviour.js rename to wip/TS Source/particles/behaviours/Behaviour.js diff --git a/todo/TS Source/particles/behaviours/Behaviour.ts b/wip/TS Source/particles/behaviours/Behaviour.ts similarity index 100% rename from todo/TS Source/particles/behaviours/Behaviour.ts rename to wip/TS Source/particles/behaviours/Behaviour.ts diff --git a/todo/TS Source/particles/behaviours/RandomDrift.js b/wip/TS Source/particles/behaviours/RandomDrift.js similarity index 100% rename from todo/TS Source/particles/behaviours/RandomDrift.js rename to wip/TS Source/particles/behaviours/RandomDrift.js diff --git a/todo/TS Source/particles/behaviours/RandomDrift.ts b/wip/TS Source/particles/behaviours/RandomDrift.ts similarity index 100% rename from todo/TS Source/particles/behaviours/RandomDrift.ts rename to wip/TS Source/particles/behaviours/RandomDrift.ts diff --git a/todo/TS Source/particles/initialize/Initialize.js b/wip/TS Source/particles/initialize/Initialize.js similarity index 100% rename from todo/TS Source/particles/initialize/Initialize.js rename to wip/TS Source/particles/initialize/Initialize.js diff --git a/todo/TS Source/particles/initialize/Initialize.ts b/wip/TS Source/particles/initialize/Initialize.ts similarity index 100% rename from todo/TS Source/particles/initialize/Initialize.ts rename to wip/TS Source/particles/initialize/Initialize.ts diff --git a/todo/TS Source/particles/initialize/Life.js b/wip/TS Source/particles/initialize/Life.js similarity index 100% rename from todo/TS Source/particles/initialize/Life.js rename to wip/TS Source/particles/initialize/Life.js diff --git a/todo/TS Source/particles/initialize/Life.ts b/wip/TS Source/particles/initialize/Life.ts similarity index 100% rename from todo/TS Source/particles/initialize/Life.ts rename to wip/TS Source/particles/initialize/Life.ts diff --git a/todo/TS Source/particles/initialize/Mass.js b/wip/TS Source/particles/initialize/Mass.js similarity index 100% rename from todo/TS Source/particles/initialize/Mass.js rename to wip/TS Source/particles/initialize/Mass.js diff --git a/todo/TS Source/particles/initialize/Mass.ts b/wip/TS Source/particles/initialize/Mass.ts similarity index 100% rename from todo/TS Source/particles/initialize/Mass.ts rename to wip/TS Source/particles/initialize/Mass.ts diff --git a/todo/TS Source/particles/initialize/Position.js b/wip/TS Source/particles/initialize/Position.js similarity index 100% rename from todo/TS Source/particles/initialize/Position.js rename to wip/TS Source/particles/initialize/Position.js diff --git a/todo/TS Source/particles/initialize/Position.ts b/wip/TS Source/particles/initialize/Position.ts similarity index 100% rename from todo/TS Source/particles/initialize/Position.ts rename to wip/TS Source/particles/initialize/Position.ts diff --git a/todo/TS Source/particles/initialize/Radius.ts b/wip/TS Source/particles/initialize/Radius.ts similarity index 100% rename from todo/TS Source/particles/initialize/Radius.ts rename to wip/TS Source/particles/initialize/Radius.ts diff --git a/todo/TS Source/particles/initialize/Rate.js b/wip/TS Source/particles/initialize/Rate.js similarity index 100% rename from todo/TS Source/particles/initialize/Rate.js rename to wip/TS Source/particles/initialize/Rate.js diff --git a/todo/TS Source/particles/initialize/Rate.ts b/wip/TS Source/particles/initialize/Rate.ts similarity index 100% rename from todo/TS Source/particles/initialize/Rate.ts rename to wip/TS Source/particles/initialize/Rate.ts diff --git a/todo/TS Source/particles/initialize/Velocity.js b/wip/TS Source/particles/initialize/Velocity.js similarity index 100% rename from todo/TS Source/particles/initialize/Velocity.js rename to wip/TS Source/particles/initialize/Velocity.js diff --git a/todo/TS Source/particles/initialize/Velocity.ts b/wip/TS Source/particles/initialize/Velocity.ts similarity index 100% rename from todo/TS Source/particles/initialize/Velocity.ts rename to wip/TS Source/particles/initialize/Velocity.ts diff --git a/todo/TS Source/particles/zone/PointZone.js b/wip/TS Source/particles/zone/PointZone.js similarity index 100% rename from todo/TS Source/particles/zone/PointZone.js rename to wip/TS Source/particles/zone/PointZone.js diff --git a/todo/TS Source/particles/zone/PointZone.ts b/wip/TS Source/particles/zone/PointZone.ts similarity index 100% rename from todo/TS Source/particles/zone/PointZone.ts rename to wip/TS Source/particles/zone/PointZone.ts diff --git a/todo/TS Source/particles/zone/Zone.js b/wip/TS Source/particles/zone/Zone.js similarity index 100% rename from todo/TS Source/particles/zone/Zone.js rename to wip/TS Source/particles/zone/Zone.js diff --git a/todo/TS Source/particles/zone/Zone.ts b/wip/TS Source/particles/zone/Zone.ts similarity index 100% rename from todo/TS Source/particles/zone/Zone.ts rename to wip/TS Source/particles/zone/Zone.ts diff --git a/todo/TS Source/physics/AABB.js b/wip/TS Source/physics/AABB.js similarity index 100% rename from todo/TS Source/physics/AABB.js rename to wip/TS Source/physics/AABB.js diff --git a/todo/TS Source/physics/AABB.ts b/wip/TS Source/physics/AABB.ts similarity index 100% rename from todo/TS Source/physics/AABB.ts rename to wip/TS Source/physics/AABB.ts diff --git a/todo/TS Source/physics/Body.js b/wip/TS Source/physics/Body.js similarity index 100% rename from todo/TS Source/physics/Body.js rename to wip/TS Source/physics/Body.js diff --git a/todo/TS Source/physics/Body.ts b/wip/TS Source/physics/Body.ts similarity index 100% rename from todo/TS Source/physics/Body.ts rename to wip/TS Source/physics/Body.ts diff --git a/todo/TS Source/physics/Circle.js b/wip/TS Source/physics/Circle.js similarity index 100% rename from todo/TS Source/physics/Circle.js rename to wip/TS Source/physics/Circle.js diff --git a/todo/TS Source/physics/Circle.ts b/wip/TS Source/physics/Circle.ts similarity index 100% rename from todo/TS Source/physics/Circle.ts rename to wip/TS Source/physics/Circle.ts diff --git a/todo/TS Source/physics/PhysicsManager.js b/wip/TS Source/physics/PhysicsManager.js similarity index 100% rename from todo/TS Source/physics/PhysicsManager.js rename to wip/TS Source/physics/PhysicsManager.js diff --git a/todo/TS Source/physics/PhysicsManager.ts b/wip/TS Source/physics/PhysicsManager.ts similarity index 100% rename from todo/TS Source/physics/PhysicsManager.ts rename to wip/TS Source/physics/PhysicsManager.ts diff --git a/todo/TS Source/physics/TileMapCell.js b/wip/TS Source/physics/TileMapCell.js similarity index 100% rename from todo/TS Source/physics/TileMapCell.js rename to wip/TS Source/physics/TileMapCell.js diff --git a/todo/TS Source/physics/TileMapCell.ts b/wip/TS Source/physics/TileMapCell.ts similarity index 100% rename from todo/TS Source/physics/TileMapCell.ts rename to wip/TS Source/physics/TileMapCell.ts diff --git a/todo/TS Source/physics/aabb/ProjAABB22Deg.js b/wip/TS Source/physics/aabb/ProjAABB22Deg.js similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABB22Deg.js rename to wip/TS Source/physics/aabb/ProjAABB22Deg.js diff --git a/todo/TS Source/physics/aabb/ProjAABB22Deg.ts b/wip/TS Source/physics/aabb/ProjAABB22Deg.ts similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABB22Deg.ts rename to wip/TS Source/physics/aabb/ProjAABB22Deg.ts diff --git a/todo/TS Source/physics/aabb/ProjAABB45Deg.js b/wip/TS Source/physics/aabb/ProjAABB45Deg.js similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABB45Deg.js rename to wip/TS Source/physics/aabb/ProjAABB45Deg.js diff --git a/todo/TS Source/physics/aabb/ProjAABB45Deg.ts b/wip/TS Source/physics/aabb/ProjAABB45Deg.ts similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABB45Deg.ts rename to wip/TS Source/physics/aabb/ProjAABB45Deg.ts diff --git a/todo/TS Source/physics/aabb/ProjAABB67Deg.js b/wip/TS Source/physics/aabb/ProjAABB67Deg.js similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABB67Deg.js rename to wip/TS Source/physics/aabb/ProjAABB67Deg.js diff --git a/todo/TS Source/physics/aabb/ProjAABB67Deg.ts b/wip/TS Source/physics/aabb/ProjAABB67Deg.ts similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABB67Deg.ts rename to wip/TS Source/physics/aabb/ProjAABB67Deg.ts diff --git a/todo/TS Source/physics/aabb/ProjAABBConcave.js b/wip/TS Source/physics/aabb/ProjAABBConcave.js similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBConcave.js rename to wip/TS Source/physics/aabb/ProjAABBConcave.js diff --git a/todo/TS Source/physics/aabb/ProjAABBConcave.ts b/wip/TS Source/physics/aabb/ProjAABBConcave.ts similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBConcave.ts rename to wip/TS Source/physics/aabb/ProjAABBConcave.ts diff --git a/todo/TS Source/physics/aabb/ProjAABBConvex.js b/wip/TS Source/physics/aabb/ProjAABBConvex.js similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBConvex.js rename to wip/TS Source/physics/aabb/ProjAABBConvex.js diff --git a/todo/TS Source/physics/aabb/ProjAABBConvex.ts b/wip/TS Source/physics/aabb/ProjAABBConvex.ts similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBConvex.ts rename to wip/TS Source/physics/aabb/ProjAABBConvex.ts diff --git a/todo/TS Source/physics/aabb/ProjAABBFull.js b/wip/TS Source/physics/aabb/ProjAABBFull.js similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBFull.js rename to wip/TS Source/physics/aabb/ProjAABBFull.js diff --git a/todo/TS Source/physics/aabb/ProjAABBFull.ts b/wip/TS Source/physics/aabb/ProjAABBFull.ts similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBFull.ts rename to wip/TS Source/physics/aabb/ProjAABBFull.ts diff --git a/todo/TS Source/physics/aabb/ProjAABBHalf.js b/wip/TS Source/physics/aabb/ProjAABBHalf.js similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBHalf.js rename to wip/TS Source/physics/aabb/ProjAABBHalf.js diff --git a/todo/TS Source/physics/aabb/ProjAABBHalf.ts b/wip/TS Source/physics/aabb/ProjAABBHalf.ts similarity index 100% rename from todo/TS Source/physics/aabb/ProjAABBHalf.ts rename to wip/TS Source/physics/aabb/ProjAABBHalf.ts diff --git a/todo/TS Source/physics/circle/ProjCircle22Deg.js b/wip/TS Source/physics/circle/ProjCircle22Deg.js similarity index 100% rename from todo/TS Source/physics/circle/ProjCircle22Deg.js rename to wip/TS Source/physics/circle/ProjCircle22Deg.js diff --git a/todo/TS Source/physics/circle/ProjCircle22Deg.ts b/wip/TS Source/physics/circle/ProjCircle22Deg.ts similarity index 100% rename from todo/TS Source/physics/circle/ProjCircle22Deg.ts rename to wip/TS Source/physics/circle/ProjCircle22Deg.ts diff --git a/todo/TS Source/physics/circle/ProjCircle45Deg.js b/wip/TS Source/physics/circle/ProjCircle45Deg.js similarity index 100% rename from todo/TS Source/physics/circle/ProjCircle45Deg.js rename to wip/TS Source/physics/circle/ProjCircle45Deg.js diff --git a/todo/TS Source/physics/circle/ProjCircle45Deg.ts b/wip/TS Source/physics/circle/ProjCircle45Deg.ts similarity index 100% rename from todo/TS Source/physics/circle/ProjCircle45Deg.ts rename to wip/TS Source/physics/circle/ProjCircle45Deg.ts diff --git a/todo/TS Source/physics/circle/ProjCircle67Deg.js b/wip/TS Source/physics/circle/ProjCircle67Deg.js similarity index 100% rename from todo/TS Source/physics/circle/ProjCircle67Deg.js rename to wip/TS Source/physics/circle/ProjCircle67Deg.js diff --git a/todo/TS Source/physics/circle/ProjCircle67Deg.ts b/wip/TS Source/physics/circle/ProjCircle67Deg.ts similarity index 100% rename from todo/TS Source/physics/circle/ProjCircle67Deg.ts rename to wip/TS Source/physics/circle/ProjCircle67Deg.ts diff --git a/todo/TS Source/physics/circle/ProjCircleConcave.js b/wip/TS Source/physics/circle/ProjCircleConcave.js similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleConcave.js rename to wip/TS Source/physics/circle/ProjCircleConcave.js diff --git a/todo/TS Source/physics/circle/ProjCircleConcave.ts b/wip/TS Source/physics/circle/ProjCircleConcave.ts similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleConcave.ts rename to wip/TS Source/physics/circle/ProjCircleConcave.ts diff --git a/todo/TS Source/physics/circle/ProjCircleConvex.js b/wip/TS Source/physics/circle/ProjCircleConvex.js similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleConvex.js rename to wip/TS Source/physics/circle/ProjCircleConvex.js diff --git a/todo/TS Source/physics/circle/ProjCircleConvex.ts b/wip/TS Source/physics/circle/ProjCircleConvex.ts similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleConvex.ts rename to wip/TS Source/physics/circle/ProjCircleConvex.ts diff --git a/todo/TS Source/physics/circle/ProjCircleFull.js b/wip/TS Source/physics/circle/ProjCircleFull.js similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleFull.js rename to wip/TS Source/physics/circle/ProjCircleFull.js diff --git a/todo/TS Source/physics/circle/ProjCircleFull.ts b/wip/TS Source/physics/circle/ProjCircleFull.ts similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleFull.ts rename to wip/TS Source/physics/circle/ProjCircleFull.ts diff --git a/todo/TS Source/physics/circle/ProjCircleHalf.js b/wip/TS Source/physics/circle/ProjCircleHalf.js similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleHalf.js rename to wip/TS Source/physics/circle/ProjCircleHalf.js diff --git a/todo/TS Source/physics/circle/ProjCircleHalf.ts b/wip/TS Source/physics/circle/ProjCircleHalf.ts similarity index 100% rename from todo/TS Source/physics/circle/ProjCircleHalf.ts rename to wip/TS Source/physics/circle/ProjCircleHalf.ts diff --git a/todo/TS Source/renderers/HeadlessRenderer.js b/wip/TS Source/renderers/HeadlessRenderer.js similarity index 100% rename from todo/TS Source/renderers/HeadlessRenderer.js rename to wip/TS Source/renderers/HeadlessRenderer.js diff --git a/todo/TS Source/renderers/HeadlessRenderer.ts b/wip/TS Source/renderers/HeadlessRenderer.ts similarity index 100% rename from todo/TS Source/renderers/HeadlessRenderer.ts rename to wip/TS Source/renderers/HeadlessRenderer.ts diff --git a/todo/TS Source/renderers/IRenderer.ts b/wip/TS Source/renderers/IRenderer.ts similarity index 100% rename from todo/TS Source/renderers/IRenderer.ts rename to wip/TS Source/renderers/IRenderer.ts diff --git a/todo/TS Source/renderers/canvas/CameraRenderer.js b/wip/TS Source/renderers/canvas/CameraRenderer.js similarity index 100% rename from todo/TS Source/renderers/canvas/CameraRenderer.js rename to wip/TS Source/renderers/canvas/CameraRenderer.js diff --git a/todo/TS Source/renderers/canvas/CameraRenderer.ts b/wip/TS Source/renderers/canvas/CameraRenderer.ts similarity index 100% rename from todo/TS Source/renderers/canvas/CameraRenderer.ts rename to wip/TS Source/renderers/canvas/CameraRenderer.ts diff --git a/todo/TS Source/renderers/canvas/CanvasRenderer.js b/wip/TS Source/renderers/canvas/CanvasRenderer.js similarity index 100% rename from todo/TS Source/renderers/canvas/CanvasRenderer.js rename to wip/TS Source/renderers/canvas/CanvasRenderer.js diff --git a/todo/TS Source/renderers/canvas/CanvasRenderer.ts b/wip/TS Source/renderers/canvas/CanvasRenderer.ts similarity index 100% rename from todo/TS Source/renderers/canvas/CanvasRenderer.ts rename to wip/TS Source/renderers/canvas/CanvasRenderer.ts diff --git a/todo/TS Source/renderers/canvas/GeometryRenderer.js b/wip/TS Source/renderers/canvas/GeometryRenderer.js similarity index 100% rename from todo/TS Source/renderers/canvas/GeometryRenderer.js rename to wip/TS Source/renderers/canvas/GeometryRenderer.js diff --git a/todo/TS Source/renderers/canvas/GeometryRenderer.ts b/wip/TS Source/renderers/canvas/GeometryRenderer.ts similarity index 100% rename from todo/TS Source/renderers/canvas/GeometryRenderer.ts rename to wip/TS Source/renderers/canvas/GeometryRenderer.ts diff --git a/todo/TS Source/renderers/canvas/GroupRenderer.js b/wip/TS Source/renderers/canvas/GroupRenderer.js similarity index 100% rename from todo/TS Source/renderers/canvas/GroupRenderer.js rename to wip/TS Source/renderers/canvas/GroupRenderer.js diff --git a/todo/TS Source/renderers/canvas/GroupRenderer.ts b/wip/TS Source/renderers/canvas/GroupRenderer.ts similarity index 100% rename from todo/TS Source/renderers/canvas/GroupRenderer.ts rename to wip/TS Source/renderers/canvas/GroupRenderer.ts diff --git a/todo/TS Source/renderers/canvas/ScrollZoneRenderer.js b/wip/TS Source/renderers/canvas/ScrollZoneRenderer.js similarity index 100% rename from todo/TS Source/renderers/canvas/ScrollZoneRenderer.js rename to wip/TS Source/renderers/canvas/ScrollZoneRenderer.js diff --git a/todo/TS Source/renderers/canvas/ScrollZoneRenderer.ts b/wip/TS Source/renderers/canvas/ScrollZoneRenderer.ts similarity index 100% rename from todo/TS Source/renderers/canvas/ScrollZoneRenderer.ts rename to wip/TS Source/renderers/canvas/ScrollZoneRenderer.ts diff --git a/todo/TS Source/renderers/canvas/SpriteRenderer.js b/wip/TS Source/renderers/canvas/SpriteRenderer.js similarity index 100% rename from todo/TS Source/renderers/canvas/SpriteRenderer.js rename to wip/TS Source/renderers/canvas/SpriteRenderer.js diff --git a/todo/TS Source/renderers/canvas/SpriteRenderer.ts b/wip/TS Source/renderers/canvas/SpriteRenderer.ts similarity index 100% rename from todo/TS Source/renderers/canvas/SpriteRenderer.ts rename to wip/TS Source/renderers/canvas/SpriteRenderer.ts diff --git a/todo/TS Source/renderers/canvas/TilemapRenderer.js b/wip/TS Source/renderers/canvas/TilemapRenderer.js similarity index 100% rename from todo/TS Source/renderers/canvas/TilemapRenderer.js rename to wip/TS Source/renderers/canvas/TilemapRenderer.js diff --git a/todo/TS Source/renderers/canvas/TilemapRenderer.ts b/wip/TS Source/renderers/canvas/TilemapRenderer.ts similarity index 100% rename from todo/TS Source/renderers/canvas/TilemapRenderer.ts rename to wip/TS Source/renderers/canvas/TilemapRenderer.ts diff --git a/todo/TS Source/sound/Sound.js b/wip/TS Source/sound/Sound.js similarity index 100% rename from todo/TS Source/sound/Sound.js rename to wip/TS Source/sound/Sound.js diff --git a/todo/TS Source/sound/Sound.ts b/wip/TS Source/sound/Sound.ts similarity index 100% rename from todo/TS Source/sound/Sound.ts rename to wip/TS Source/sound/Sound.ts diff --git a/todo/TS Source/sound/SoundManager.js b/wip/TS Source/sound/SoundManager.js similarity index 100% rename from todo/TS Source/sound/SoundManager.js rename to wip/TS Source/sound/SoundManager.js diff --git a/todo/TS Source/sound/SoundManager.ts b/wip/TS Source/sound/SoundManager.ts similarity index 100% rename from todo/TS Source/sound/SoundManager.ts rename to wip/TS Source/sound/SoundManager.ts diff --git a/todo/TS Source/system/Device.js b/wip/TS Source/system/Device.js similarity index 100% rename from todo/TS Source/system/Device.js rename to wip/TS Source/system/Device.js diff --git a/todo/TS Source/system/Device.ts b/wip/TS Source/system/Device.ts similarity index 100% rename from todo/TS Source/system/Device.ts rename to wip/TS Source/system/Device.ts diff --git a/todo/TS Source/system/RequestAnimationFrame.js b/wip/TS Source/system/RequestAnimationFrame.js similarity index 100% rename from todo/TS Source/system/RequestAnimationFrame.js rename to wip/TS Source/system/RequestAnimationFrame.js diff --git a/todo/TS Source/system/RequestAnimationFrame.ts b/wip/TS Source/system/RequestAnimationFrame.ts similarity index 100% rename from todo/TS Source/system/RequestAnimationFrame.ts rename to wip/TS Source/system/RequestAnimationFrame.ts diff --git a/todo/TS Source/system/StageScaleMode.js b/wip/TS Source/system/StageScaleMode.js similarity index 100% rename from todo/TS Source/system/StageScaleMode.js rename to wip/TS Source/system/StageScaleMode.js diff --git a/todo/TS Source/system/StageScaleMode.ts b/wip/TS Source/system/StageScaleMode.ts similarity index 100% rename from todo/TS Source/system/StageScaleMode.ts rename to wip/TS Source/system/StageScaleMode.ts diff --git a/todo/TS Source/system/screens/BootScreen.js b/wip/TS Source/system/screens/BootScreen.js similarity index 100% rename from todo/TS Source/system/screens/BootScreen.js rename to wip/TS Source/system/screens/BootScreen.js diff --git a/todo/TS Source/system/screens/BootScreen.ts b/wip/TS Source/system/screens/BootScreen.ts similarity index 100% rename from todo/TS Source/system/screens/BootScreen.ts rename to wip/TS Source/system/screens/BootScreen.ts diff --git a/todo/TS Source/system/screens/OrientationScreen.js b/wip/TS Source/system/screens/OrientationScreen.js similarity index 100% rename from todo/TS Source/system/screens/OrientationScreen.js rename to wip/TS Source/system/screens/OrientationScreen.js diff --git a/todo/TS Source/system/screens/OrientationScreen.ts b/wip/TS Source/system/screens/OrientationScreen.ts similarity index 100% rename from todo/TS Source/system/screens/OrientationScreen.ts rename to wip/TS Source/system/screens/OrientationScreen.ts diff --git a/todo/TS Source/system/screens/PauseScreen.js b/wip/TS Source/system/screens/PauseScreen.js similarity index 100% rename from todo/TS Source/system/screens/PauseScreen.js rename to wip/TS Source/system/screens/PauseScreen.js diff --git a/todo/TS Source/system/screens/PauseScreen.ts b/wip/TS Source/system/screens/PauseScreen.ts similarity index 100% rename from todo/TS Source/system/screens/PauseScreen.ts rename to wip/TS Source/system/screens/PauseScreen.ts diff --git a/todo/TS Source/tilemap/Tile.js b/wip/TS Source/tilemap/Tile.js similarity index 100% rename from todo/TS Source/tilemap/Tile.js rename to wip/TS Source/tilemap/Tile.js diff --git a/todo/TS Source/tilemap/Tile.ts b/wip/TS Source/tilemap/Tile.ts similarity index 100% rename from todo/TS Source/tilemap/Tile.ts rename to wip/TS Source/tilemap/Tile.ts diff --git a/todo/TS Source/tilemap/Tilemap.js b/wip/TS Source/tilemap/Tilemap.js similarity index 100% rename from todo/TS Source/tilemap/Tilemap.js rename to wip/TS Source/tilemap/Tilemap.js diff --git a/todo/TS Source/tilemap/Tilemap.ts b/wip/TS Source/tilemap/Tilemap.ts similarity index 100% rename from todo/TS Source/tilemap/Tilemap.ts rename to wip/TS Source/tilemap/Tilemap.ts diff --git a/todo/TS Source/tilemap/TilemapLayer.js b/wip/TS Source/tilemap/TilemapLayer.js similarity index 100% rename from todo/TS Source/tilemap/TilemapLayer.js rename to wip/TS Source/tilemap/TilemapLayer.js diff --git a/todo/TS Source/tilemap/TilemapLayer.ts b/wip/TS Source/tilemap/TilemapLayer.ts similarity index 100% rename from todo/TS Source/tilemap/TilemapLayer.ts rename to wip/TS Source/tilemap/TilemapLayer.ts diff --git a/todo/TS Source/time/TimeManager.js b/wip/TS Source/time/TimeManager.js similarity index 100% rename from todo/TS Source/time/TimeManager.js rename to wip/TS Source/time/TimeManager.js diff --git a/todo/TS Source/time/TimeManager.ts b/wip/TS Source/time/TimeManager.ts similarity index 100% rename from todo/TS Source/time/TimeManager.ts rename to wip/TS Source/time/TimeManager.ts diff --git a/todo/TS Source/tweens/Tween.js b/wip/TS Source/tweens/Tween.js similarity index 100% rename from todo/TS Source/tweens/Tween.js rename to wip/TS Source/tweens/Tween.js diff --git a/todo/TS Source/tweens/Tween.ts b/wip/TS Source/tweens/Tween.ts similarity index 100% rename from todo/TS Source/tweens/Tween.ts rename to wip/TS Source/tweens/Tween.ts diff --git a/todo/TS Source/tweens/TweenManager.js b/wip/TS Source/tweens/TweenManager.js similarity index 100% rename from todo/TS Source/tweens/TweenManager.js rename to wip/TS Source/tweens/TweenManager.js diff --git a/todo/TS Source/tweens/TweenManager.ts b/wip/TS Source/tweens/TweenManager.ts similarity index 100% rename from todo/TS Source/tweens/TweenManager.ts rename to wip/TS Source/tweens/TweenManager.ts diff --git a/todo/TS Source/tweens/easing/Back.js b/wip/TS Source/tweens/easing/Back.js similarity index 100% rename from todo/TS Source/tweens/easing/Back.js rename to wip/TS Source/tweens/easing/Back.js diff --git a/todo/TS Source/tweens/easing/Back.ts b/wip/TS Source/tweens/easing/Back.ts similarity index 100% rename from todo/TS Source/tweens/easing/Back.ts rename to wip/TS Source/tweens/easing/Back.ts diff --git a/todo/TS Source/tweens/easing/Bounce.js b/wip/TS Source/tweens/easing/Bounce.js similarity index 100% rename from todo/TS Source/tweens/easing/Bounce.js rename to wip/TS Source/tweens/easing/Bounce.js diff --git a/todo/TS Source/tweens/easing/Bounce.ts b/wip/TS Source/tweens/easing/Bounce.ts similarity index 100% rename from todo/TS Source/tweens/easing/Bounce.ts rename to wip/TS Source/tweens/easing/Bounce.ts diff --git a/todo/TS Source/tweens/easing/Circular.js b/wip/TS Source/tweens/easing/Circular.js similarity index 100% rename from todo/TS Source/tweens/easing/Circular.js rename to wip/TS Source/tweens/easing/Circular.js diff --git a/todo/TS Source/tweens/easing/Circular.ts b/wip/TS Source/tweens/easing/Circular.ts similarity index 100% rename from todo/TS Source/tweens/easing/Circular.ts rename to wip/TS Source/tweens/easing/Circular.ts diff --git a/todo/TS Source/tweens/easing/Cubic.js b/wip/TS Source/tweens/easing/Cubic.js similarity index 100% rename from todo/TS Source/tweens/easing/Cubic.js rename to wip/TS Source/tweens/easing/Cubic.js diff --git a/todo/TS Source/tweens/easing/Cubic.ts b/wip/TS Source/tweens/easing/Cubic.ts similarity index 100% rename from todo/TS Source/tweens/easing/Cubic.ts rename to wip/TS Source/tweens/easing/Cubic.ts diff --git a/todo/TS Source/tweens/easing/Elastic.js b/wip/TS Source/tweens/easing/Elastic.js similarity index 100% rename from todo/TS Source/tweens/easing/Elastic.js rename to wip/TS Source/tweens/easing/Elastic.js diff --git a/todo/TS Source/tweens/easing/Elastic.ts b/wip/TS Source/tweens/easing/Elastic.ts similarity index 100% rename from todo/TS Source/tweens/easing/Elastic.ts rename to wip/TS Source/tweens/easing/Elastic.ts diff --git a/todo/TS Source/tweens/easing/Exponential.js b/wip/TS Source/tweens/easing/Exponential.js similarity index 100% rename from todo/TS Source/tweens/easing/Exponential.js rename to wip/TS Source/tweens/easing/Exponential.js diff --git a/todo/TS Source/tweens/easing/Exponential.ts b/wip/TS Source/tweens/easing/Exponential.ts similarity index 100% rename from todo/TS Source/tweens/easing/Exponential.ts rename to wip/TS Source/tweens/easing/Exponential.ts diff --git a/todo/TS Source/tweens/easing/Linear.js b/wip/TS Source/tweens/easing/Linear.js similarity index 100% rename from todo/TS Source/tweens/easing/Linear.js rename to wip/TS Source/tweens/easing/Linear.js diff --git a/todo/TS Source/tweens/easing/Linear.ts b/wip/TS Source/tweens/easing/Linear.ts similarity index 100% rename from todo/TS Source/tweens/easing/Linear.ts rename to wip/TS Source/tweens/easing/Linear.ts diff --git a/todo/TS Source/tweens/easing/Quadratic.js b/wip/TS Source/tweens/easing/Quadratic.js similarity index 100% rename from todo/TS Source/tweens/easing/Quadratic.js rename to wip/TS Source/tweens/easing/Quadratic.js diff --git a/todo/TS Source/tweens/easing/Quadratic.ts b/wip/TS Source/tweens/easing/Quadratic.ts similarity index 100% rename from todo/TS Source/tweens/easing/Quadratic.ts rename to wip/TS Source/tweens/easing/Quadratic.ts diff --git a/todo/TS Source/tweens/easing/Quartic.js b/wip/TS Source/tweens/easing/Quartic.js similarity index 100% rename from todo/TS Source/tweens/easing/Quartic.js rename to wip/TS Source/tweens/easing/Quartic.js diff --git a/todo/TS Source/tweens/easing/Quartic.ts b/wip/TS Source/tweens/easing/Quartic.ts similarity index 100% rename from todo/TS Source/tweens/easing/Quartic.ts rename to wip/TS Source/tweens/easing/Quartic.ts diff --git a/todo/TS Source/tweens/easing/Quintic.js b/wip/TS Source/tweens/easing/Quintic.js similarity index 100% rename from todo/TS Source/tweens/easing/Quintic.js rename to wip/TS Source/tweens/easing/Quintic.js diff --git a/todo/TS Source/tweens/easing/Quintic.ts b/wip/TS Source/tweens/easing/Quintic.ts similarity index 100% rename from todo/TS Source/tweens/easing/Quintic.ts rename to wip/TS Source/tweens/easing/Quintic.ts diff --git a/todo/TS Source/tweens/easing/Sinusoidal.js b/wip/TS Source/tweens/easing/Sinusoidal.js similarity index 100% rename from todo/TS Source/tweens/easing/Sinusoidal.js rename to wip/TS Source/tweens/easing/Sinusoidal.js diff --git a/todo/TS Source/tweens/easing/Sinusoidal.ts b/wip/TS Source/tweens/easing/Sinusoidal.ts similarity index 100% rename from todo/TS Source/tweens/easing/Sinusoidal.ts rename to wip/TS Source/tweens/easing/Sinusoidal.ts diff --git a/todo/TS Source/ui/Button.js b/wip/TS Source/ui/Button.js similarity index 100% rename from todo/TS Source/ui/Button.js rename to wip/TS Source/ui/Button.js diff --git a/todo/TS Source/ui/Button.ts b/wip/TS Source/ui/Button.ts similarity index 100% rename from todo/TS Source/ui/Button.ts rename to wip/TS Source/ui/Button.ts diff --git a/todo/TS Source/utils/CanvasUtils.js b/wip/TS Source/utils/CanvasUtils.js similarity index 100% rename from todo/TS Source/utils/CanvasUtils.js rename to wip/TS Source/utils/CanvasUtils.js diff --git a/todo/TS Source/utils/CanvasUtils.ts b/wip/TS Source/utils/CanvasUtils.ts similarity index 100% rename from todo/TS Source/utils/CanvasUtils.ts rename to wip/TS Source/utils/CanvasUtils.ts diff --git a/todo/TS Source/utils/CircleUtils.js b/wip/TS Source/utils/CircleUtils.js similarity index 100% rename from todo/TS Source/utils/CircleUtils.js rename to wip/TS Source/utils/CircleUtils.js diff --git a/todo/TS Source/utils/CircleUtils.ts b/wip/TS Source/utils/CircleUtils.ts similarity index 100% rename from todo/TS Source/utils/CircleUtils.ts rename to wip/TS Source/utils/CircleUtils.ts diff --git a/todo/TS Source/utils/ColorUtils.js b/wip/TS Source/utils/ColorUtils.js similarity index 100% rename from todo/TS Source/utils/ColorUtils.js rename to wip/TS Source/utils/ColorUtils.js diff --git a/todo/TS Source/utils/ColorUtils.ts b/wip/TS Source/utils/ColorUtils.ts similarity index 100% rename from todo/TS Source/utils/ColorUtils.ts rename to wip/TS Source/utils/ColorUtils.ts diff --git a/todo/TS Source/utils/DebugUtils.js b/wip/TS Source/utils/DebugUtils.js similarity index 100% rename from todo/TS Source/utils/DebugUtils.js rename to wip/TS Source/utils/DebugUtils.js diff --git a/todo/TS Source/utils/DebugUtils.ts b/wip/TS Source/utils/DebugUtils.ts similarity index 100% rename from todo/TS Source/utils/DebugUtils.ts rename to wip/TS Source/utils/DebugUtils.ts diff --git a/todo/TS Source/utils/PointUtils.js b/wip/TS Source/utils/PointUtils.js similarity index 100% rename from todo/TS Source/utils/PointUtils.js rename to wip/TS Source/utils/PointUtils.js diff --git a/todo/TS Source/utils/PointUtils.ts b/wip/TS Source/utils/PointUtils.ts similarity index 100% rename from todo/TS Source/utils/PointUtils.ts rename to wip/TS Source/utils/PointUtils.ts diff --git a/todo/TS Source/utils/RectangleUtils.js b/wip/TS Source/utils/RectangleUtils.js similarity index 100% rename from todo/TS Source/utils/RectangleUtils.js rename to wip/TS Source/utils/RectangleUtils.js diff --git a/todo/TS Source/utils/RectangleUtils.ts b/wip/TS Source/utils/RectangleUtils.ts similarity index 100% rename from todo/TS Source/utils/RectangleUtils.ts rename to wip/TS Source/utils/RectangleUtils.ts diff --git a/todo/TS Source/utils/SpriteUtils.js b/wip/TS Source/utils/SpriteUtils.js similarity index 100% rename from todo/TS Source/utils/SpriteUtils.js rename to wip/TS Source/utils/SpriteUtils.js diff --git a/todo/TS Source/utils/SpriteUtils.ts b/wip/TS Source/utils/SpriteUtils.ts similarity index 100% rename from todo/TS Source/utils/SpriteUtils.ts rename to wip/TS Source/utils/SpriteUtils.ts diff --git a/todo/TS Source/yuidoc.json b/wip/TS Source/yuidoc.json similarity index 100% rename from todo/TS Source/yuidoc.json rename to wip/TS Source/yuidoc.json diff --git a/todo/TS Tests/.gitignore b/wip/TS Tests/.gitignore similarity index 100% rename from todo/TS Tests/.gitignore rename to wip/TS Tests/.gitignore diff --git a/todo/TS Tests/Phaser Tests.sublime-project b/wip/TS Tests/Phaser Tests.sublime-project similarity index 100% rename from todo/TS Tests/Phaser Tests.sublime-project rename to wip/TS Tests/Phaser Tests.sublime-project diff --git a/todo/TS Tests/Tests.csproj b/wip/TS Tests/Tests.csproj similarity index 100% rename from todo/TS Tests/Tests.csproj rename to wip/TS Tests/Tests.csproj diff --git a/todo/TS Tests/audio/audio sprites 1.js b/wip/TS Tests/audio/audio sprites 1.js similarity index 100% rename from todo/TS Tests/audio/audio sprites 1.js rename to wip/TS Tests/audio/audio sprites 1.js diff --git a/todo/TS Tests/audio/audio sprites 1.ts b/wip/TS Tests/audio/audio sprites 1.ts similarity index 100% rename from todo/TS Tests/audio/audio sprites 1.ts rename to wip/TS Tests/audio/audio sprites 1.ts diff --git a/todo/TS Tests/audio/play sound 1.js b/wip/TS Tests/audio/play sound 1.js similarity index 100% rename from todo/TS Tests/audio/play sound 1.js rename to wip/TS Tests/audio/play sound 1.js diff --git a/todo/TS Tests/audio/play sound 1.ts b/wip/TS Tests/audio/play sound 1.ts similarity index 100% rename from todo/TS Tests/audio/play sound 1.ts rename to wip/TS Tests/audio/play sound 1.ts diff --git a/todo/TS Tests/buttons/basic button 2.js b/wip/TS Tests/buttons/basic button 2.js similarity index 100% rename from todo/TS Tests/buttons/basic button 2.js rename to wip/TS Tests/buttons/basic button 2.js diff --git a/todo/TS Tests/buttons/basic button 2.ts b/wip/TS Tests/buttons/basic button 2.ts similarity index 100% rename from todo/TS Tests/buttons/basic button 2.ts rename to wip/TS Tests/buttons/basic button 2.ts diff --git a/todo/TS Tests/buttons/basic button.js b/wip/TS Tests/buttons/basic button.js similarity index 100% rename from todo/TS Tests/buttons/basic button.js rename to wip/TS Tests/buttons/basic button.js diff --git a/todo/TS Tests/buttons/basic button.ts b/wip/TS Tests/buttons/basic button.ts similarity index 100% rename from todo/TS Tests/buttons/basic button.ts rename to wip/TS Tests/buttons/basic button.ts diff --git a/todo/TS Tests/buttons/camera buttons.js b/wip/TS Tests/buttons/camera buttons.js similarity index 100% rename from todo/TS Tests/buttons/camera buttons.js rename to wip/TS Tests/buttons/camera buttons.js diff --git a/todo/TS Tests/buttons/camera buttons.ts b/wip/TS Tests/buttons/camera buttons.ts similarity index 100% rename from todo/TS Tests/buttons/camera buttons.ts rename to wip/TS Tests/buttons/camera buttons.ts diff --git a/todo/TS Tests/buttons/rotated buttons.js b/wip/TS Tests/buttons/rotated buttons.js similarity index 100% rename from todo/TS Tests/buttons/rotated buttons.js rename to wip/TS Tests/buttons/rotated buttons.js diff --git a/todo/TS Tests/buttons/rotated buttons.ts b/wip/TS Tests/buttons/rotated buttons.ts similarity index 100% rename from todo/TS Tests/buttons/rotated buttons.ts rename to wip/TS Tests/buttons/rotated buttons.ts diff --git a/todo/TS Tests/camera fx/fade.js b/wip/TS Tests/camera fx/fade.js similarity index 100% rename from todo/TS Tests/camera fx/fade.js rename to wip/TS Tests/camera fx/fade.js diff --git a/todo/TS Tests/camera fx/fade.ts b/wip/TS Tests/camera fx/fade.ts similarity index 100% rename from todo/TS Tests/camera fx/fade.ts rename to wip/TS Tests/camera fx/fade.ts diff --git a/todo/TS Tests/camera fx/mirror.js b/wip/TS Tests/camera fx/mirror.js similarity index 100% rename from todo/TS Tests/camera fx/mirror.js rename to wip/TS Tests/camera fx/mirror.js diff --git a/todo/TS Tests/camera fx/mirror.ts b/wip/TS Tests/camera fx/mirror.ts similarity index 100% rename from todo/TS Tests/camera fx/mirror.ts rename to wip/TS Tests/camera fx/mirror.ts diff --git a/todo/TS Tests/camera fx/scanlines.js b/wip/TS Tests/camera fx/scanlines.js similarity index 100% rename from todo/TS Tests/camera fx/scanlines.js rename to wip/TS Tests/camera fx/scanlines.js diff --git a/todo/TS Tests/camera fx/scanlines.ts b/wip/TS Tests/camera fx/scanlines.ts similarity index 100% rename from todo/TS Tests/camera fx/scanlines.ts rename to wip/TS Tests/camera fx/scanlines.ts diff --git a/todo/TS Tests/cameras/basic camera 1.js b/wip/TS Tests/cameras/basic camera 1.js similarity index 100% rename from todo/TS Tests/cameras/basic camera 1.js rename to wip/TS Tests/cameras/basic camera 1.js diff --git a/todo/TS Tests/cameras/basic camera 1.ts b/wip/TS Tests/cameras/basic camera 1.ts similarity index 100% rename from todo/TS Tests/cameras/basic camera 1.ts rename to wip/TS Tests/cameras/basic camera 1.ts diff --git a/todo/TS Tests/cameras/basic follow.js b/wip/TS Tests/cameras/basic follow.js similarity index 100% rename from todo/TS Tests/cameras/basic follow.js rename to wip/TS Tests/cameras/basic follow.js diff --git a/todo/TS Tests/cameras/basic follow.ts b/wip/TS Tests/cameras/basic follow.ts similarity index 100% rename from todo/TS Tests/cameras/basic follow.ts rename to wip/TS Tests/cameras/basic follow.ts diff --git a/todo/TS Tests/cameras/camera alpha.js b/wip/TS Tests/cameras/camera alpha.js similarity index 100% rename from todo/TS Tests/cameras/camera alpha.js rename to wip/TS Tests/cameras/camera alpha.js diff --git a/todo/TS Tests/cameras/camera alpha.ts b/wip/TS Tests/cameras/camera alpha.ts similarity index 100% rename from todo/TS Tests/cameras/camera alpha.ts rename to wip/TS Tests/cameras/camera alpha.ts diff --git a/todo/TS Tests/cameras/camera fx 1.js b/wip/TS Tests/cameras/camera fx 1.js similarity index 100% rename from todo/TS Tests/cameras/camera fx 1.js rename to wip/TS Tests/cameras/camera fx 1.js diff --git a/todo/TS Tests/cameras/camera fx 1.ts b/wip/TS Tests/cameras/camera fx 1.ts similarity index 100% rename from todo/TS Tests/cameras/camera fx 1.ts rename to wip/TS Tests/cameras/camera fx 1.ts diff --git a/todo/TS Tests/cameras/camera fx 2.js b/wip/TS Tests/cameras/camera fx 2.js similarity index 100% rename from todo/TS Tests/cameras/camera fx 2.js rename to wip/TS Tests/cameras/camera fx 2.js diff --git a/todo/TS Tests/cameras/camera fx 2.ts b/wip/TS Tests/cameras/camera fx 2.ts similarity index 100% rename from todo/TS Tests/cameras/camera fx 2.ts rename to wip/TS Tests/cameras/camera fx 2.ts diff --git a/todo/TS Tests/cameras/camera fx 3.js b/wip/TS Tests/cameras/camera fx 3.js similarity index 100% rename from todo/TS Tests/cameras/camera fx 3.js rename to wip/TS Tests/cameras/camera fx 3.js diff --git a/todo/TS Tests/cameras/camera fx 3.ts b/wip/TS Tests/cameras/camera fx 3.ts similarity index 100% rename from todo/TS Tests/cameras/camera fx 3.ts rename to wip/TS Tests/cameras/camera fx 3.ts diff --git a/todo/TS Tests/cameras/camera rotation.js b/wip/TS Tests/cameras/camera rotation.js similarity index 100% rename from todo/TS Tests/cameras/camera rotation.js rename to wip/TS Tests/cameras/camera rotation.js diff --git a/todo/TS Tests/cameras/camera rotation.ts b/wip/TS Tests/cameras/camera rotation.ts similarity index 100% rename from todo/TS Tests/cameras/camera rotation.ts rename to wip/TS Tests/cameras/camera rotation.ts diff --git a/todo/TS Tests/cameras/camera scale.js b/wip/TS Tests/cameras/camera scale.js similarity index 100% rename from todo/TS Tests/cameras/camera scale.js rename to wip/TS Tests/cameras/camera scale.js diff --git a/todo/TS Tests/cameras/camera scale.ts b/wip/TS Tests/cameras/camera scale.ts similarity index 100% rename from todo/TS Tests/cameras/camera scale.ts rename to wip/TS Tests/cameras/camera scale.ts diff --git a/todo/TS Tests/cameras/camera texture.js b/wip/TS Tests/cameras/camera texture.js similarity index 100% rename from todo/TS Tests/cameras/camera texture.js rename to wip/TS Tests/cameras/camera texture.js diff --git a/todo/TS Tests/cameras/camera texture.ts b/wip/TS Tests/cameras/camera texture.ts similarity index 100% rename from todo/TS Tests/cameras/camera texture.ts rename to wip/TS Tests/cameras/camera texture.ts diff --git a/todo/TS Tests/cameras/follow styles.js b/wip/TS Tests/cameras/follow styles.js similarity index 100% rename from todo/TS Tests/cameras/follow styles.js rename to wip/TS Tests/cameras/follow styles.js diff --git a/todo/TS Tests/cameras/follow styles.ts b/wip/TS Tests/cameras/follow styles.ts similarity index 100% rename from todo/TS Tests/cameras/follow styles.ts rename to wip/TS Tests/cameras/follow styles.ts diff --git a/todo/TS Tests/cameras/hide from camera.js b/wip/TS Tests/cameras/hide from camera.js similarity index 100% rename from todo/TS Tests/cameras/hide from camera.js rename to wip/TS Tests/cameras/hide from camera.js diff --git a/todo/TS Tests/cameras/hide from camera.ts b/wip/TS Tests/cameras/hide from camera.ts similarity index 100% rename from todo/TS Tests/cameras/hide from camera.ts rename to wip/TS Tests/cameras/hide from camera.ts diff --git a/todo/TS Tests/cameras/multi camera.js b/wip/TS Tests/cameras/multi camera.js similarity index 100% rename from todo/TS Tests/cameras/multi camera.js rename to wip/TS Tests/cameras/multi camera.js diff --git a/todo/TS Tests/cameras/multi camera.ts b/wip/TS Tests/cameras/multi camera.ts similarity index 100% rename from todo/TS Tests/cameras/multi camera.ts rename to wip/TS Tests/cameras/multi camera.ts diff --git a/todo/TS Tests/cameras/scrollfactor 1.js b/wip/TS Tests/cameras/scrollfactor 1.js similarity index 100% rename from todo/TS Tests/cameras/scrollfactor 1.js rename to wip/TS Tests/cameras/scrollfactor 1.js diff --git a/todo/TS Tests/cameras/scrollfactor 1.ts b/wip/TS Tests/cameras/scrollfactor 1.ts similarity index 100% rename from todo/TS Tests/cameras/scrollfactor 1.ts rename to wip/TS Tests/cameras/scrollfactor 1.ts diff --git a/todo/TS Tests/cameras/scrollfactor 2.js b/wip/TS Tests/cameras/scrollfactor 2.js similarity index 100% rename from todo/TS Tests/cameras/scrollfactor 2.js rename to wip/TS Tests/cameras/scrollfactor 2.js diff --git a/todo/TS Tests/cameras/scrollfactor 2.ts b/wip/TS Tests/cameras/scrollfactor 2.ts similarity index 100% rename from todo/TS Tests/cameras/scrollfactor 2.ts rename to wip/TS Tests/cameras/scrollfactor 2.ts diff --git a/todo/TS Tests/cameras/scrollfactor compare.js b/wip/TS Tests/cameras/scrollfactor compare.js similarity index 100% rename from todo/TS Tests/cameras/scrollfactor compare.js rename to wip/TS Tests/cameras/scrollfactor compare.js diff --git a/todo/TS Tests/cameras/scrollfactor compare.ts b/wip/TS Tests/cameras/scrollfactor compare.ts similarity index 100% rename from todo/TS Tests/cameras/scrollfactor compare.ts rename to wip/TS Tests/cameras/scrollfactor compare.ts diff --git a/todo/TS Tests/cameras/world sprite.js b/wip/TS Tests/cameras/world sprite.js similarity index 100% rename from todo/TS Tests/cameras/world sprite.js rename to wip/TS Tests/cameras/world sprite.js diff --git a/todo/TS Tests/cameras/world sprite.ts b/wip/TS Tests/cameras/world sprite.ts similarity index 100% rename from todo/TS Tests/cameras/world sprite.ts rename to wip/TS Tests/cameras/world sprite.ts diff --git a/todo/TS Tests/display/render crisp.js b/wip/TS Tests/display/render crisp.js similarity index 100% rename from todo/TS Tests/display/render crisp.js rename to wip/TS Tests/display/render crisp.js diff --git a/todo/TS Tests/display/render crisp.ts b/wip/TS Tests/display/render crisp.ts similarity index 100% rename from todo/TS Tests/display/render crisp.ts rename to wip/TS Tests/display/render crisp.ts diff --git a/todo/TS Tests/groups/add to group 1.js b/wip/TS Tests/groups/add to group 1.js similarity index 100% rename from todo/TS Tests/groups/add to group 1.js rename to wip/TS Tests/groups/add to group 1.js diff --git a/todo/TS Tests/groups/add to group 1.ts b/wip/TS Tests/groups/add to group 1.ts similarity index 100% rename from todo/TS Tests/groups/add to group 1.ts rename to wip/TS Tests/groups/add to group 1.ts diff --git a/todo/TS Tests/groups/add to group 2.js b/wip/TS Tests/groups/add to group 2.js similarity index 100% rename from todo/TS Tests/groups/add to group 2.js rename to wip/TS Tests/groups/add to group 2.js diff --git a/todo/TS Tests/groups/add to group 2.ts b/wip/TS Tests/groups/add to group 2.ts similarity index 100% rename from todo/TS Tests/groups/add to group 2.ts rename to wip/TS Tests/groups/add to group 2.ts diff --git a/todo/TS Tests/groups/bring to top 1.js b/wip/TS Tests/groups/bring to top 1.js similarity index 100% rename from todo/TS Tests/groups/bring to top 1.js rename to wip/TS Tests/groups/bring to top 1.js diff --git a/todo/TS Tests/groups/bring to top 1.ts b/wip/TS Tests/groups/bring to top 1.ts similarity index 100% rename from todo/TS Tests/groups/bring to top 1.ts rename to wip/TS Tests/groups/bring to top 1.ts diff --git a/todo/TS Tests/groups/bring to top.js b/wip/TS Tests/groups/bring to top.js similarity index 100% rename from todo/TS Tests/groups/bring to top.js rename to wip/TS Tests/groups/bring to top.js diff --git a/todo/TS Tests/groups/bring to top.ts b/wip/TS Tests/groups/bring to top.ts similarity index 100% rename from todo/TS Tests/groups/bring to top.ts rename to wip/TS Tests/groups/bring to top.ts diff --git a/todo/TS Tests/groups/call all.js b/wip/TS Tests/groups/call all.js similarity index 100% rename from todo/TS Tests/groups/call all.js rename to wip/TS Tests/groups/call all.js diff --git a/todo/TS Tests/groups/call all.ts b/wip/TS Tests/groups/call all.ts similarity index 100% rename from todo/TS Tests/groups/call all.ts rename to wip/TS Tests/groups/call all.ts diff --git a/todo/TS Tests/groups/create group 1.js b/wip/TS Tests/groups/create group 1.js similarity index 100% rename from todo/TS Tests/groups/create group 1.js rename to wip/TS Tests/groups/create group 1.js diff --git a/todo/TS Tests/groups/create group 1.ts b/wip/TS Tests/groups/create group 1.ts similarity index 100% rename from todo/TS Tests/groups/create group 1.ts rename to wip/TS Tests/groups/create group 1.ts diff --git a/todo/TS Tests/groups/direct render.js b/wip/TS Tests/groups/direct render.js similarity index 100% rename from todo/TS Tests/groups/direct render.js rename to wip/TS Tests/groups/direct render.js diff --git a/todo/TS Tests/groups/direct render.ts b/wip/TS Tests/groups/direct render.ts similarity index 100% rename from todo/TS Tests/groups/direct render.ts rename to wip/TS Tests/groups/direct render.ts diff --git a/todo/TS Tests/groups/display order.js b/wip/TS Tests/groups/display order.js similarity index 100% rename from todo/TS Tests/groups/display order.js rename to wip/TS Tests/groups/display order.js diff --git a/todo/TS Tests/groups/display order.ts b/wip/TS Tests/groups/display order.ts similarity index 100% rename from todo/TS Tests/groups/display order.ts rename to wip/TS Tests/groups/display order.ts diff --git a/todo/TS Tests/groups/for each.js b/wip/TS Tests/groups/for each.js similarity index 100% rename from todo/TS Tests/groups/for each.js rename to wip/TS Tests/groups/for each.js diff --git a/todo/TS Tests/groups/for each.ts b/wip/TS Tests/groups/for each.ts similarity index 100% rename from todo/TS Tests/groups/for each.ts rename to wip/TS Tests/groups/for each.ts diff --git a/todo/TS Tests/groups/get first 1.js b/wip/TS Tests/groups/get first 1.js similarity index 100% rename from todo/TS Tests/groups/get first 1.js rename to wip/TS Tests/groups/get first 1.js diff --git a/todo/TS Tests/groups/get first 1.ts b/wip/TS Tests/groups/get first 1.ts similarity index 100% rename from todo/TS Tests/groups/get first 1.ts rename to wip/TS Tests/groups/get first 1.ts diff --git a/todo/TS Tests/groups/get first 2.js b/wip/TS Tests/groups/get first 2.js similarity index 100% rename from todo/TS Tests/groups/get first 2.js rename to wip/TS Tests/groups/get first 2.js diff --git a/todo/TS Tests/groups/get first 2.ts b/wip/TS Tests/groups/get first 2.ts similarity index 100% rename from todo/TS Tests/groups/get first 2.ts rename to wip/TS Tests/groups/get first 2.ts diff --git a/todo/TS Tests/groups/get first 3.js b/wip/TS Tests/groups/get first 3.js similarity index 100% rename from todo/TS Tests/groups/get first 3.js rename to wip/TS Tests/groups/get first 3.js diff --git a/todo/TS Tests/groups/get first 3.ts b/wip/TS Tests/groups/get first 3.ts similarity index 100% rename from todo/TS Tests/groups/get first 3.ts rename to wip/TS Tests/groups/get first 3.ts diff --git a/todo/TS Tests/groups/group as layer.js b/wip/TS Tests/groups/group as layer.js similarity index 100% rename from todo/TS Tests/groups/group as layer.js rename to wip/TS Tests/groups/group as layer.js diff --git a/todo/TS Tests/groups/group as layer.ts b/wip/TS Tests/groups/group as layer.ts similarity index 100% rename from todo/TS Tests/groups/group as layer.ts rename to wip/TS Tests/groups/group as layer.ts diff --git a/todo/TS Tests/groups/group texture.js b/wip/TS Tests/groups/group texture.js similarity index 100% rename from todo/TS Tests/groups/group texture.js rename to wip/TS Tests/groups/group texture.js diff --git a/todo/TS Tests/groups/group transform 1.js b/wip/TS Tests/groups/group transform 1.js similarity index 100% rename from todo/TS Tests/groups/group transform 1.js rename to wip/TS Tests/groups/group transform 1.js diff --git a/todo/TS Tests/groups/group transform 1.ts b/wip/TS Tests/groups/group transform 1.ts similarity index 100% rename from todo/TS Tests/groups/group transform 1.ts rename to wip/TS Tests/groups/group transform 1.ts diff --git a/todo/TS Tests/groups/group transform 2.js b/wip/TS Tests/groups/group transform 2.js similarity index 100% rename from todo/TS Tests/groups/group transform 2.js rename to wip/TS Tests/groups/group transform 2.js diff --git a/todo/TS Tests/groups/group transform 2.ts b/wip/TS Tests/groups/group transform 2.ts similarity index 100% rename from todo/TS Tests/groups/group transform 2.ts rename to wip/TS Tests/groups/group transform 2.ts diff --git a/todo/TS Tests/groups/group transform 3.js b/wip/TS Tests/groups/group transform 3.js similarity index 100% rename from todo/TS Tests/groups/group transform 3.js rename to wip/TS Tests/groups/group transform 3.js diff --git a/todo/TS Tests/groups/group transform 3.ts b/wip/TS Tests/groups/group transform 3.ts similarity index 100% rename from todo/TS Tests/groups/group transform 3.ts rename to wip/TS Tests/groups/group transform 3.ts diff --git a/todo/TS Tests/groups/recycle 1.js b/wip/TS Tests/groups/recycle 1.js similarity index 100% rename from todo/TS Tests/groups/recycle 1.js rename to wip/TS Tests/groups/recycle 1.js diff --git a/todo/TS Tests/groups/recycle 1.ts b/wip/TS Tests/groups/recycle 1.ts similarity index 100% rename from todo/TS Tests/groups/recycle 1.ts rename to wip/TS Tests/groups/recycle 1.ts diff --git a/todo/TS Tests/groups/recycle 2.js b/wip/TS Tests/groups/recycle 2.js similarity index 100% rename from todo/TS Tests/groups/recycle 2.js rename to wip/TS Tests/groups/recycle 2.js diff --git a/todo/TS Tests/groups/recycle 2.ts b/wip/TS Tests/groups/recycle 2.ts similarity index 100% rename from todo/TS Tests/groups/recycle 2.ts rename to wip/TS Tests/groups/recycle 2.ts diff --git a/todo/TS Tests/groups/remove.js b/wip/TS Tests/groups/remove.js similarity index 100% rename from todo/TS Tests/groups/remove.js rename to wip/TS Tests/groups/remove.js diff --git a/todo/TS Tests/groups/remove.ts b/wip/TS Tests/groups/remove.ts similarity index 100% rename from todo/TS Tests/groups/remove.ts rename to wip/TS Tests/groups/remove.ts diff --git a/todo/TS Tests/groups/replace.js b/wip/TS Tests/groups/replace.js similarity index 100% rename from todo/TS Tests/groups/replace.js rename to wip/TS Tests/groups/replace.js diff --git a/todo/TS Tests/groups/replace.ts b/wip/TS Tests/groups/replace.ts similarity index 100% rename from todo/TS Tests/groups/replace.ts rename to wip/TS Tests/groups/replace.ts diff --git a/todo/TS Tests/groups/set all.js b/wip/TS Tests/groups/set all.js similarity index 100% rename from todo/TS Tests/groups/set all.js rename to wip/TS Tests/groups/set all.js diff --git a/todo/TS Tests/groups/set all.ts b/wip/TS Tests/groups/set all.ts similarity index 100% rename from todo/TS Tests/groups/set all.ts rename to wip/TS Tests/groups/set all.ts diff --git a/todo/TS Tests/groups/sort 1.js b/wip/TS Tests/groups/sort 1.js similarity index 100% rename from todo/TS Tests/groups/sort 1.js rename to wip/TS Tests/groups/sort 1.js diff --git a/todo/TS Tests/groups/sort 1.ts b/wip/TS Tests/groups/sort 1.ts similarity index 100% rename from todo/TS Tests/groups/sort 1.ts rename to wip/TS Tests/groups/sort 1.ts diff --git a/todo/TS Tests/groups/sort 2.js b/wip/TS Tests/groups/sort 2.js similarity index 100% rename from todo/TS Tests/groups/sort 2.js rename to wip/TS Tests/groups/sort 2.js diff --git a/todo/TS Tests/groups/sort 2.ts b/wip/TS Tests/groups/sort 2.ts similarity index 100% rename from todo/TS Tests/groups/sort 2.ts rename to wip/TS Tests/groups/sort 2.ts diff --git a/todo/TS Tests/groups/sub groups.js b/wip/TS Tests/groups/sub groups.js similarity index 100% rename from todo/TS Tests/groups/sub groups.js rename to wip/TS Tests/groups/sub groups.js diff --git a/todo/TS Tests/groups/sub groups.ts b/wip/TS Tests/groups/sub groups.ts similarity index 100% rename from todo/TS Tests/groups/sub groups.ts rename to wip/TS Tests/groups/sub groups.ts diff --git a/todo/TS Tests/groups/swap children.js b/wip/TS Tests/groups/swap children.js similarity index 100% rename from todo/TS Tests/groups/swap children.js rename to wip/TS Tests/groups/swap children.js diff --git a/todo/TS Tests/groups/swap children.ts b/wip/TS Tests/groups/swap children.ts similarity index 100% rename from todo/TS Tests/groups/swap children.ts rename to wip/TS Tests/groups/swap children.ts diff --git a/todo/TS Tests/index.php b/wip/TS Tests/index.php similarity index 100% rename from todo/TS Tests/index.php rename to wip/TS Tests/index.php diff --git a/todo/TS Tests/input/bring to top.js b/wip/TS Tests/input/bring to top.js similarity index 100% rename from todo/TS Tests/input/bring to top.js rename to wip/TS Tests/input/bring to top.js diff --git a/todo/TS Tests/input/bring to top.ts b/wip/TS Tests/input/bring to top.ts similarity index 100% rename from todo/TS Tests/input/bring to top.ts rename to wip/TS Tests/input/bring to top.ts diff --git a/todo/TS Tests/input/drag sprite 1.js b/wip/TS Tests/input/drag sprite 1.js similarity index 100% rename from todo/TS Tests/input/drag sprite 1.js rename to wip/TS Tests/input/drag sprite 1.js diff --git a/todo/TS Tests/input/drag sprite 1.ts b/wip/TS Tests/input/drag sprite 1.ts similarity index 100% rename from todo/TS Tests/input/drag sprite 1.ts rename to wip/TS Tests/input/drag sprite 1.ts diff --git a/todo/TS Tests/input/drag sprite 2.js b/wip/TS Tests/input/drag sprite 2.js similarity index 100% rename from todo/TS Tests/input/drag sprite 2.js rename to wip/TS Tests/input/drag sprite 2.js diff --git a/todo/TS Tests/input/drag sprite 2.ts b/wip/TS Tests/input/drag sprite 2.ts similarity index 100% rename from todo/TS Tests/input/drag sprite 2.ts rename to wip/TS Tests/input/drag sprite 2.ts diff --git a/todo/TS Tests/input/drag sprite 3.js b/wip/TS Tests/input/drag sprite 3.js similarity index 100% rename from todo/TS Tests/input/drag sprite 3.js rename to wip/TS Tests/input/drag sprite 3.js diff --git a/todo/TS Tests/input/drag sprite 3.ts b/wip/TS Tests/input/drag sprite 3.ts similarity index 100% rename from todo/TS Tests/input/drag sprite 3.ts rename to wip/TS Tests/input/drag sprite 3.ts diff --git a/todo/TS Tests/input/drop limitation.js b/wip/TS Tests/input/drop limitation.js similarity index 100% rename from todo/TS Tests/input/drop limitation.js rename to wip/TS Tests/input/drop limitation.js diff --git a/todo/TS Tests/input/drop limitation.ts b/wip/TS Tests/input/drop limitation.ts similarity index 100% rename from todo/TS Tests/input/drop limitation.ts rename to wip/TS Tests/input/drop limitation.ts diff --git a/todo/TS Tests/input/game scale 1.js b/wip/TS Tests/input/game scale 1.js similarity index 100% rename from todo/TS Tests/input/game scale 1.js rename to wip/TS Tests/input/game scale 1.js diff --git a/todo/TS Tests/input/game scale 1.ts b/wip/TS Tests/input/game scale 1.ts similarity index 100% rename from todo/TS Tests/input/game scale 1.ts rename to wip/TS Tests/input/game scale 1.ts diff --git a/todo/TS Tests/input/keyboard 1.js b/wip/TS Tests/input/keyboard 1.js similarity index 100% rename from todo/TS Tests/input/keyboard 1.js rename to wip/TS Tests/input/keyboard 1.js diff --git a/todo/TS Tests/input/keyboard 1.ts b/wip/TS Tests/input/keyboard 1.ts similarity index 100% rename from todo/TS Tests/input/keyboard 1.ts rename to wip/TS Tests/input/keyboard 1.ts diff --git a/todo/TS Tests/input/keyboard 2.js b/wip/TS Tests/input/keyboard 2.js similarity index 100% rename from todo/TS Tests/input/keyboard 2.js rename to wip/TS Tests/input/keyboard 2.js diff --git a/todo/TS Tests/input/keyboard 2.ts b/wip/TS Tests/input/keyboard 2.ts similarity index 100% rename from todo/TS Tests/input/keyboard 2.ts rename to wip/TS Tests/input/keyboard 2.ts diff --git a/todo/TS Tests/input/motion lock 2.js b/wip/TS Tests/input/motion lock 2.js similarity index 100% rename from todo/TS Tests/input/motion lock 2.js rename to wip/TS Tests/input/motion lock 2.js diff --git a/todo/TS Tests/input/motion lock 2.ts b/wip/TS Tests/input/motion lock 2.ts similarity index 100% rename from todo/TS Tests/input/motion lock 2.ts rename to wip/TS Tests/input/motion lock 2.ts diff --git a/todo/TS Tests/input/motion lock.js b/wip/TS Tests/input/motion lock.js similarity index 100% rename from todo/TS Tests/input/motion lock.js rename to wip/TS Tests/input/motion lock.js diff --git a/todo/TS Tests/input/motion lock.ts b/wip/TS Tests/input/motion lock.ts similarity index 100% rename from todo/TS Tests/input/motion lock.ts rename to wip/TS Tests/input/motion lock.ts diff --git a/todo/TS Tests/input/multitouch.js b/wip/TS Tests/input/multitouch.js similarity index 100% rename from todo/TS Tests/input/multitouch.js rename to wip/TS Tests/input/multitouch.js diff --git a/todo/TS Tests/input/multitouch.ts b/wip/TS Tests/input/multitouch.ts similarity index 100% rename from todo/TS Tests/input/multitouch.ts rename to wip/TS Tests/input/multitouch.ts diff --git a/todo/TS Tests/input/over sprite 1.js b/wip/TS Tests/input/over sprite 1.js similarity index 100% rename from todo/TS Tests/input/over sprite 1.js rename to wip/TS Tests/input/over sprite 1.js diff --git a/todo/TS Tests/input/over sprite 1.ts b/wip/TS Tests/input/over sprite 1.ts similarity index 100% rename from todo/TS Tests/input/over sprite 1.ts rename to wip/TS Tests/input/over sprite 1.ts diff --git a/todo/TS Tests/input/over sprite 2.js b/wip/TS Tests/input/over sprite 2.js similarity index 100% rename from todo/TS Tests/input/over sprite 2.js rename to wip/TS Tests/input/over sprite 2.js diff --git a/todo/TS Tests/input/over sprite 2.ts b/wip/TS Tests/input/over sprite 2.ts similarity index 100% rename from todo/TS Tests/input/over sprite 2.ts rename to wip/TS Tests/input/over sprite 2.ts diff --git a/todo/TS Tests/input/point in rotated sprite.js b/wip/TS Tests/input/point in rotated sprite.js similarity index 100% rename from todo/TS Tests/input/point in rotated sprite.js rename to wip/TS Tests/input/point in rotated sprite.js diff --git a/todo/TS Tests/input/point in rotated sprite.ts b/wip/TS Tests/input/point in rotated sprite.ts similarity index 100% rename from todo/TS Tests/input/point in rotated sprite.ts rename to wip/TS Tests/input/point in rotated sprite.ts diff --git a/todo/TS Tests/input/rotated sprites.js b/wip/TS Tests/input/rotated sprites.js similarity index 100% rename from todo/TS Tests/input/rotated sprites.js rename to wip/TS Tests/input/rotated sprites.js diff --git a/todo/TS Tests/input/rotated sprites.ts b/wip/TS Tests/input/rotated sprites.ts similarity index 100% rename from todo/TS Tests/input/rotated sprites.ts rename to wip/TS Tests/input/rotated sprites.ts diff --git a/todo/TS Tests/input/snap 1.js b/wip/TS Tests/input/snap 1.js similarity index 100% rename from todo/TS Tests/input/snap 1.js rename to wip/TS Tests/input/snap 1.js diff --git a/todo/TS Tests/input/snap 1.ts b/wip/TS Tests/input/snap 1.ts similarity index 100% rename from todo/TS Tests/input/snap 1.ts rename to wip/TS Tests/input/snap 1.ts diff --git a/todo/TS Tests/input/touch priority.js b/wip/TS Tests/input/touch priority.js similarity index 100% rename from todo/TS Tests/input/touch priority.js rename to wip/TS Tests/input/touch priority.js diff --git a/todo/TS Tests/input/touch priority.ts b/wip/TS Tests/input/touch priority.ts similarity index 100% rename from todo/TS Tests/input/touch priority.ts rename to wip/TS Tests/input/touch priority.ts diff --git a/todo/TS Tests/input/world coordinates.js b/wip/TS Tests/input/world coordinates.js similarity index 100% rename from todo/TS Tests/input/world coordinates.js rename to wip/TS Tests/input/world coordinates.js diff --git a/todo/TS Tests/input/world coordinates.ts b/wip/TS Tests/input/world coordinates.ts similarity index 100% rename from todo/TS Tests/input/world coordinates.ts rename to wip/TS Tests/input/world coordinates.ts diff --git a/todo/TS Tests/input/world drag.js b/wip/TS Tests/input/world drag.js similarity index 100% rename from todo/TS Tests/input/world drag.js rename to wip/TS Tests/input/world drag.js diff --git a/todo/TS Tests/input/world drag.ts b/wip/TS Tests/input/world drag.ts similarity index 100% rename from todo/TS Tests/input/world drag.ts rename to wip/TS Tests/input/world drag.ts diff --git a/todo/TS Tests/misc/boot screen.js b/wip/TS Tests/misc/boot screen.js similarity index 100% rename from todo/TS Tests/misc/boot screen.js rename to wip/TS Tests/misc/boot screen.js diff --git a/todo/TS Tests/misc/boot screen.ts b/wip/TS Tests/misc/boot screen.ts similarity index 100% rename from todo/TS Tests/misc/boot screen.ts rename to wip/TS Tests/misc/boot screen.ts diff --git a/todo/TS Tests/misc/color utils 1.js b/wip/TS Tests/misc/color utils 1.js similarity index 100% rename from todo/TS Tests/misc/color utils 1.js rename to wip/TS Tests/misc/color utils 1.js diff --git a/todo/TS Tests/misc/color utils 1.ts b/wip/TS Tests/misc/color utils 1.ts similarity index 100% rename from todo/TS Tests/misc/color utils 1.ts rename to wip/TS Tests/misc/color utils 1.ts diff --git a/todo/TS Tests/misc/color utils 2.js b/wip/TS Tests/misc/color utils 2.js similarity index 100% rename from todo/TS Tests/misc/color utils 2.js rename to wip/TS Tests/misc/color utils 2.js diff --git a/todo/TS Tests/misc/color utils 2.ts b/wip/TS Tests/misc/color utils 2.ts similarity index 100% rename from todo/TS Tests/misc/color utils 2.ts rename to wip/TS Tests/misc/color utils 2.ts diff --git a/todo/TS Tests/misc/color utils 3.js b/wip/TS Tests/misc/color utils 3.js similarity index 100% rename from todo/TS Tests/misc/color utils 3.js rename to wip/TS Tests/misc/color utils 3.js diff --git a/todo/TS Tests/misc/color utils 3.ts b/wip/TS Tests/misc/color utils 3.ts similarity index 100% rename from todo/TS Tests/misc/color utils 3.ts rename to wip/TS Tests/misc/color utils 3.ts diff --git a/todo/TS Tests/misc/dynamic texture 1.js b/wip/TS Tests/misc/dynamic texture 1.js similarity index 100% rename from todo/TS Tests/misc/dynamic texture 1.js rename to wip/TS Tests/misc/dynamic texture 1.js diff --git a/todo/TS Tests/misc/dynamic texture 1.ts b/wip/TS Tests/misc/dynamic texture 1.ts similarity index 100% rename from todo/TS Tests/misc/dynamic texture 1.ts rename to wip/TS Tests/misc/dynamic texture 1.ts diff --git a/todo/TS Tests/misc/dynamic texture 2.js b/wip/TS Tests/misc/dynamic texture 2.js similarity index 100% rename from todo/TS Tests/misc/dynamic texture 2.js rename to wip/TS Tests/misc/dynamic texture 2.js diff --git a/todo/TS Tests/misc/dynamic texture 2.ts b/wip/TS Tests/misc/dynamic texture 2.ts similarity index 100% rename from todo/TS Tests/misc/dynamic texture 2.ts rename to wip/TS Tests/misc/dynamic texture 2.ts diff --git a/todo/TS Tests/misc/dynamic texture 3.js b/wip/TS Tests/misc/dynamic texture 3.js similarity index 100% rename from todo/TS Tests/misc/dynamic texture 3.js rename to wip/TS Tests/misc/dynamic texture 3.js diff --git a/todo/TS Tests/misc/dynamic texture 3.ts b/wip/TS Tests/misc/dynamic texture 3.ts similarity index 100% rename from todo/TS Tests/misc/dynamic texture 3.ts rename to wip/TS Tests/misc/dynamic texture 3.ts diff --git a/todo/TS Tests/misc/point1.js b/wip/TS Tests/misc/point1.js similarity index 100% rename from todo/TS Tests/misc/point1.js rename to wip/TS Tests/misc/point1.js diff --git a/todo/TS Tests/misc/point1.ts b/wip/TS Tests/misc/point1.ts similarity index 100% rename from todo/TS Tests/misc/point1.ts rename to wip/TS Tests/misc/point1.ts diff --git a/todo/TS Tests/misc/point2.js b/wip/TS Tests/misc/point2.js similarity index 100% rename from todo/TS Tests/misc/point2.js rename to wip/TS Tests/misc/point2.js diff --git a/todo/TS Tests/misc/point2.ts b/wip/TS Tests/misc/point2.ts similarity index 100% rename from todo/TS Tests/misc/point2.ts rename to wip/TS Tests/misc/point2.ts diff --git a/todo/TS Tests/misc/point3.js b/wip/TS Tests/misc/point3.js similarity index 100% rename from todo/TS Tests/misc/point3.js rename to wip/TS Tests/misc/point3.js diff --git a/todo/TS Tests/misc/point3.ts b/wip/TS Tests/misc/point3.ts similarity index 100% rename from todo/TS Tests/misc/point3.ts rename to wip/TS Tests/misc/point3.ts diff --git a/todo/TS Tests/misc/rectangle utils 1.js b/wip/TS Tests/misc/rectangle utils 1.js similarity index 100% rename from todo/TS Tests/misc/rectangle utils 1.js rename to wip/TS Tests/misc/rectangle utils 1.js diff --git a/todo/TS Tests/misc/rectangle utils 1.ts b/wip/TS Tests/misc/rectangle utils 1.ts similarity index 100% rename from todo/TS Tests/misc/rectangle utils 1.ts rename to wip/TS Tests/misc/rectangle utils 1.ts diff --git a/todo/TS Tests/misc/rectangle utils 2.js b/wip/TS Tests/misc/rectangle utils 2.js similarity index 100% rename from todo/TS Tests/misc/rectangle utils 2.js rename to wip/TS Tests/misc/rectangle utils 2.js diff --git a/todo/TS Tests/misc/rectangle utils 2.ts b/wip/TS Tests/misc/rectangle utils 2.ts similarity index 100% rename from todo/TS Tests/misc/rectangle utils 2.ts rename to wip/TS Tests/misc/rectangle utils 2.ts diff --git a/todo/TS Tests/mobile/fullscreen.html b/wip/TS Tests/mobile/fullscreen.html similarity index 100% rename from todo/TS Tests/mobile/fullscreen.html rename to wip/TS Tests/mobile/fullscreen.html diff --git a/todo/TS Tests/mobile/sprite test 1.js b/wip/TS Tests/mobile/sprite test 1.js similarity index 100% rename from todo/TS Tests/mobile/sprite test 1.js rename to wip/TS Tests/mobile/sprite test 1.js diff --git a/todo/TS Tests/mobile/sprite test 1.ts b/wip/TS Tests/mobile/sprite test 1.ts similarity index 100% rename from todo/TS Tests/mobile/sprite test 1.ts rename to wip/TS Tests/mobile/sprite test 1.ts diff --git a/todo/TS Tests/mobile/test1.html b/wip/TS Tests/mobile/test1.html similarity index 100% rename from todo/TS Tests/mobile/test1.html rename to wip/TS Tests/mobile/test1.html diff --git a/todo/TS Tests/particles/graphic emitter.js b/wip/TS Tests/particles/graphic emitter.js similarity index 100% rename from todo/TS Tests/particles/graphic emitter.js rename to wip/TS Tests/particles/graphic emitter.js diff --git a/todo/TS Tests/particles/graphic emitter.ts b/wip/TS Tests/particles/graphic emitter.ts similarity index 100% rename from todo/TS Tests/particles/graphic emitter.ts rename to wip/TS Tests/particles/graphic emitter.ts diff --git a/todo/TS Tests/particles/mousetrail.js b/wip/TS Tests/particles/mousetrail.js similarity index 100% rename from todo/TS Tests/particles/mousetrail.js rename to wip/TS Tests/particles/mousetrail.js diff --git a/todo/TS Tests/particles/mousetrail.ts b/wip/TS Tests/particles/mousetrail.ts similarity index 100% rename from todo/TS Tests/particles/mousetrail.ts rename to wip/TS Tests/particles/mousetrail.ts diff --git a/todo/TS Tests/particles/multiple streams.js b/wip/TS Tests/particles/multiple streams.js similarity index 100% rename from todo/TS Tests/particles/multiple streams.js rename to wip/TS Tests/particles/multiple streams.js diff --git a/todo/TS Tests/particles/multiple streams.ts b/wip/TS Tests/particles/multiple streams.ts similarity index 100% rename from todo/TS Tests/particles/multiple streams.ts rename to wip/TS Tests/particles/multiple streams.ts diff --git a/todo/TS Tests/particles/sprite emitter.js b/wip/TS Tests/particles/sprite emitter.js similarity index 100% rename from todo/TS Tests/particles/sprite emitter.js rename to wip/TS Tests/particles/sprite emitter.js diff --git a/todo/TS Tests/particles/sprite emitter.ts b/wip/TS Tests/particles/sprite emitter.ts similarity index 100% rename from todo/TS Tests/particles/sprite emitter.ts rename to wip/TS Tests/particles/sprite emitter.ts diff --git a/todo/TS Tests/particles/when particles collide.js b/wip/TS Tests/particles/when particles collide.js similarity index 100% rename from todo/TS Tests/particles/when particles collide.js rename to wip/TS Tests/particles/when particles collide.js diff --git a/todo/TS Tests/particles/when particles collide.ts b/wip/TS Tests/particles/when particles collide.ts similarity index 100% rename from todo/TS Tests/particles/when particles collide.ts rename to wip/TS Tests/particles/when particles collide.ts diff --git a/todo/TS Tests/phaser-debug.js b/wip/TS Tests/phaser-debug.js similarity index 100% rename from todo/TS Tests/phaser-debug.js rename to wip/TS Tests/phaser-debug.js diff --git a/todo/TS Tests/phaser-mobile.css b/wip/TS Tests/phaser-mobile.css similarity index 100% rename from todo/TS Tests/phaser-mobile.css rename to wip/TS Tests/phaser-mobile.css diff --git a/todo/TS Tests/phaser.css b/wip/TS Tests/phaser.css similarity index 100% rename from todo/TS Tests/phaser.css rename to wip/TS Tests/phaser.css diff --git a/todo/TS Tests/physics/circle 1.js b/wip/TS Tests/physics/circle 1.js similarity index 100% rename from todo/TS Tests/physics/circle 1.js rename to wip/TS Tests/physics/circle 1.js diff --git a/todo/TS Tests/physics/circle 1.ts b/wip/TS Tests/physics/circle 1.ts similarity index 100% rename from todo/TS Tests/physics/circle 1.ts rename to wip/TS Tests/physics/circle 1.ts diff --git a/todo/TS Tests/physics/sprite bounds.js b/wip/TS Tests/physics/sprite bounds.js similarity index 100% rename from todo/TS Tests/physics/sprite bounds.js rename to wip/TS Tests/physics/sprite bounds.js diff --git a/todo/TS Tests/physics/sprite bounds.ts b/wip/TS Tests/physics/sprite bounds.ts similarity index 100% rename from todo/TS Tests/physics/sprite bounds.ts rename to wip/TS Tests/physics/sprite bounds.ts diff --git a/todo/TS Tests/scrollzones/ballscroller.js b/wip/TS Tests/scrollzones/ballscroller.js similarity index 100% rename from todo/TS Tests/scrollzones/ballscroller.js rename to wip/TS Tests/scrollzones/ballscroller.js diff --git a/todo/TS Tests/scrollzones/ballscroller.ts b/wip/TS Tests/scrollzones/ballscroller.ts similarity index 100% rename from todo/TS Tests/scrollzones/ballscroller.ts rename to wip/TS Tests/scrollzones/ballscroller.ts diff --git a/todo/TS Tests/scrollzones/blasteroids.js b/wip/TS Tests/scrollzones/blasteroids.js similarity index 100% rename from todo/TS Tests/scrollzones/blasteroids.js rename to wip/TS Tests/scrollzones/blasteroids.js diff --git a/todo/TS Tests/scrollzones/blasteroids.ts b/wip/TS Tests/scrollzones/blasteroids.ts similarity index 100% rename from todo/TS Tests/scrollzones/blasteroids.ts rename to wip/TS Tests/scrollzones/blasteroids.ts diff --git a/todo/TS Tests/scrollzones/parallax.js b/wip/TS Tests/scrollzones/parallax.js similarity index 100% rename from todo/TS Tests/scrollzones/parallax.js rename to wip/TS Tests/scrollzones/parallax.js diff --git a/todo/TS Tests/scrollzones/parallax.ts b/wip/TS Tests/scrollzones/parallax.ts similarity index 100% rename from todo/TS Tests/scrollzones/parallax.ts rename to wip/TS Tests/scrollzones/parallax.ts diff --git a/todo/TS Tests/scrollzones/region demo.js b/wip/TS Tests/scrollzones/region demo.js similarity index 100% rename from todo/TS Tests/scrollzones/region demo.js rename to wip/TS Tests/scrollzones/region demo.js diff --git a/todo/TS Tests/scrollzones/region demo.ts b/wip/TS Tests/scrollzones/region demo.ts similarity index 100% rename from todo/TS Tests/scrollzones/region demo.ts rename to wip/TS Tests/scrollzones/region demo.ts diff --git a/todo/TS Tests/scrollzones/scroll window.js b/wip/TS Tests/scrollzones/scroll window.js similarity index 100% rename from todo/TS Tests/scrollzones/scroll window.js rename to wip/TS Tests/scrollzones/scroll window.js diff --git a/todo/TS Tests/scrollzones/scroll window.ts b/wip/TS Tests/scrollzones/scroll window.ts similarity index 100% rename from todo/TS Tests/scrollzones/scroll window.ts rename to wip/TS Tests/scrollzones/scroll window.ts diff --git a/todo/TS Tests/scrollzones/simple scrollzone.js b/wip/TS Tests/scrollzones/simple scrollzone.js similarity index 100% rename from todo/TS Tests/scrollzones/simple scrollzone.js rename to wip/TS Tests/scrollzones/simple scrollzone.js diff --git a/todo/TS Tests/scrollzones/simple scrollzone.ts b/wip/TS Tests/scrollzones/simple scrollzone.ts similarity index 100% rename from todo/TS Tests/scrollzones/simple scrollzone.ts rename to wip/TS Tests/scrollzones/simple scrollzone.ts diff --git a/todo/TS Tests/scrollzones/skewed scroller.js b/wip/TS Tests/scrollzones/skewed scroller.js similarity index 100% rename from todo/TS Tests/scrollzones/skewed scroller.js rename to wip/TS Tests/scrollzones/skewed scroller.js diff --git a/todo/TS Tests/scrollzones/skewed scroller.ts b/wip/TS Tests/scrollzones/skewed scroller.ts similarity index 100% rename from todo/TS Tests/scrollzones/skewed scroller.ts rename to wip/TS Tests/scrollzones/skewed scroller.ts diff --git a/todo/TS Tests/sprites/alpha.js b/wip/TS Tests/sprites/alpha.js similarity index 100% rename from todo/TS Tests/sprites/alpha.js rename to wip/TS Tests/sprites/alpha.js diff --git a/todo/TS Tests/sprites/alpha.ts b/wip/TS Tests/sprites/alpha.ts similarity index 100% rename from todo/TS Tests/sprites/alpha.ts rename to wip/TS Tests/sprites/alpha.ts diff --git a/todo/TS Tests/sprites/animate by framename.js b/wip/TS Tests/sprites/animate by framename.js similarity index 100% rename from todo/TS Tests/sprites/animate by framename.js rename to wip/TS Tests/sprites/animate by framename.js diff --git a/todo/TS Tests/sprites/animate by framename.ts b/wip/TS Tests/sprites/animate by framename.ts similarity index 100% rename from todo/TS Tests/sprites/animate by framename.ts rename to wip/TS Tests/sprites/animate by framename.ts diff --git a/todo/TS Tests/sprites/animation 1.js b/wip/TS Tests/sprites/animation 1.js similarity index 100% rename from todo/TS Tests/sprites/animation 1.js rename to wip/TS Tests/sprites/animation 1.js diff --git a/todo/TS Tests/sprites/animation 1.ts b/wip/TS Tests/sprites/animation 1.ts similarity index 100% rename from todo/TS Tests/sprites/animation 1.ts rename to wip/TS Tests/sprites/animation 1.ts diff --git a/todo/TS Tests/sprites/animation 2.js b/wip/TS Tests/sprites/animation 2.js similarity index 100% rename from todo/TS Tests/sprites/animation 2.js rename to wip/TS Tests/sprites/animation 2.js diff --git a/todo/TS Tests/sprites/animation 2.ts b/wip/TS Tests/sprites/animation 2.ts similarity index 100% rename from todo/TS Tests/sprites/animation 2.ts rename to wip/TS Tests/sprites/animation 2.ts diff --git a/todo/TS Tests/sprites/create sprite 1.js b/wip/TS Tests/sprites/create sprite 1.js similarity index 100% rename from todo/TS Tests/sprites/create sprite 1.js rename to wip/TS Tests/sprites/create sprite 1.js diff --git a/todo/TS Tests/sprites/create sprite 1.ts b/wip/TS Tests/sprites/create sprite 1.ts similarity index 100% rename from todo/TS Tests/sprites/create sprite 1.ts rename to wip/TS Tests/sprites/create sprite 1.ts diff --git a/todo/TS Tests/sprites/origin 5.js b/wip/TS Tests/sprites/origin 5.js similarity index 100% rename from todo/TS Tests/sprites/origin 5.js rename to wip/TS Tests/sprites/origin 5.js diff --git a/todo/TS Tests/sprites/origin 5.ts b/wip/TS Tests/sprites/origin 5.ts similarity index 100% rename from todo/TS Tests/sprites/origin 5.ts rename to wip/TS Tests/sprites/origin 5.ts diff --git a/todo/TS Tests/sprites/out of screen.js b/wip/TS Tests/sprites/out of screen.js similarity index 100% rename from todo/TS Tests/sprites/out of screen.js rename to wip/TS Tests/sprites/out of screen.js diff --git a/todo/TS Tests/sprites/out of screen.ts b/wip/TS Tests/sprites/out of screen.ts similarity index 100% rename from todo/TS Tests/sprites/out of screen.ts rename to wip/TS Tests/sprites/out of screen.ts diff --git a/todo/TS Tests/sprites/rotate around.js b/wip/TS Tests/sprites/rotate around.js similarity index 100% rename from todo/TS Tests/sprites/rotate around.js rename to wip/TS Tests/sprites/rotate around.js diff --git a/todo/TS Tests/sprites/rotate around.ts b/wip/TS Tests/sprites/rotate around.ts similarity index 100% rename from todo/TS Tests/sprites/rotate around.ts rename to wip/TS Tests/sprites/rotate around.ts diff --git a/todo/TS Tests/sprites/scale sprite 1.js b/wip/TS Tests/sprites/scale sprite 1.js similarity index 100% rename from todo/TS Tests/sprites/scale sprite 1.js rename to wip/TS Tests/sprites/scale sprite 1.js diff --git a/todo/TS Tests/sprites/scale sprite 1.ts b/wip/TS Tests/sprites/scale sprite 1.ts similarity index 100% rename from todo/TS Tests/sprites/scale sprite 1.ts rename to wip/TS Tests/sprites/scale sprite 1.ts diff --git a/todo/TS Tests/sprites/scale sprite 2.js b/wip/TS Tests/sprites/scale sprite 2.js similarity index 100% rename from todo/TS Tests/sprites/scale sprite 2.js rename to wip/TS Tests/sprites/scale sprite 2.js diff --git a/todo/TS Tests/sprites/scale sprite 2.ts b/wip/TS Tests/sprites/scale sprite 2.ts similarity index 100% rename from todo/TS Tests/sprites/scale sprite 2.ts rename to wip/TS Tests/sprites/scale sprite 2.ts diff --git a/todo/TS Tests/sprites/scale sprite 3.js b/wip/TS Tests/sprites/scale sprite 3.js similarity index 100% rename from todo/TS Tests/sprites/scale sprite 3.js rename to wip/TS Tests/sprites/scale sprite 3.js diff --git a/todo/TS Tests/sprites/scale sprite 3.ts b/wip/TS Tests/sprites/scale sprite 3.ts similarity index 100% rename from todo/TS Tests/sprites/scale sprite 3.ts rename to wip/TS Tests/sprites/scale sprite 3.ts diff --git a/todo/TS Tests/sprites/scale sprite 4.js b/wip/TS Tests/sprites/scale sprite 4.js similarity index 100% rename from todo/TS Tests/sprites/scale sprite 4.js rename to wip/TS Tests/sprites/scale sprite 4.js diff --git a/todo/TS Tests/sprites/scale sprite 4.ts b/wip/TS Tests/sprites/scale sprite 4.ts similarity index 100% rename from todo/TS Tests/sprites/scale sprite 4.ts rename to wip/TS Tests/sprites/scale sprite 4.ts diff --git a/todo/TS Tests/sprites/scale sprite 5.js b/wip/TS Tests/sprites/scale sprite 5.js similarity index 100% rename from todo/TS Tests/sprites/scale sprite 5.js rename to wip/TS Tests/sprites/scale sprite 5.js diff --git a/todo/TS Tests/sprites/scale sprite 5.ts b/wip/TS Tests/sprites/scale sprite 5.ts similarity index 100% rename from todo/TS Tests/sprites/scale sprite 5.ts rename to wip/TS Tests/sprites/scale sprite 5.ts diff --git a/todo/TS Tests/sprites/sprite origin 1.js b/wip/TS Tests/sprites/sprite origin 1.js similarity index 100% rename from todo/TS Tests/sprites/sprite origin 1.js rename to wip/TS Tests/sprites/sprite origin 1.js diff --git a/todo/TS Tests/sprites/sprite origin 1.ts b/wip/TS Tests/sprites/sprite origin 1.ts similarity index 100% rename from todo/TS Tests/sprites/sprite origin 1.ts rename to wip/TS Tests/sprites/sprite origin 1.ts diff --git a/todo/TS Tests/sprites/sprite origin 2.js b/wip/TS Tests/sprites/sprite origin 2.js similarity index 100% rename from todo/TS Tests/sprites/sprite origin 2.js rename to wip/TS Tests/sprites/sprite origin 2.js diff --git a/todo/TS Tests/sprites/sprite origin 2.ts b/wip/TS Tests/sprites/sprite origin 2.ts similarity index 100% rename from todo/TS Tests/sprites/sprite origin 2.ts rename to wip/TS Tests/sprites/sprite origin 2.ts diff --git a/todo/TS Tests/sprites/sprite origin 3.js b/wip/TS Tests/sprites/sprite origin 3.js similarity index 100% rename from todo/TS Tests/sprites/sprite origin 3.js rename to wip/TS Tests/sprites/sprite origin 3.js diff --git a/todo/TS Tests/sprites/sprite origin 3.ts b/wip/TS Tests/sprites/sprite origin 3.ts similarity index 100% rename from todo/TS Tests/sprites/sprite origin 3.ts rename to wip/TS Tests/sprites/sprite origin 3.ts diff --git a/todo/TS Tests/sprites/sprite origin 4.js b/wip/TS Tests/sprites/sprite origin 4.js similarity index 100% rename from todo/TS Tests/sprites/sprite origin 4.js rename to wip/TS Tests/sprites/sprite origin 4.js diff --git a/todo/TS Tests/sprites/sprite origin 4.ts b/wip/TS Tests/sprites/sprite origin 4.ts similarity index 100% rename from todo/TS Tests/sprites/sprite origin 4.ts rename to wip/TS Tests/sprites/sprite origin 4.ts diff --git a/todo/TS Tests/stage/blur filter.js b/wip/TS Tests/stage/blur filter.js similarity index 100% rename from todo/TS Tests/stage/blur filter.js rename to wip/TS Tests/stage/blur filter.js diff --git a/todo/TS Tests/stage/blur filter.ts b/wip/TS Tests/stage/blur filter.ts similarity index 100% rename from todo/TS Tests/stage/blur filter.ts rename to wip/TS Tests/stage/blur filter.ts diff --git a/todo/TS Tests/stage/brightness filter.js b/wip/TS Tests/stage/brightness filter.js similarity index 100% rename from todo/TS Tests/stage/brightness filter.js rename to wip/TS Tests/stage/brightness filter.js diff --git a/todo/TS Tests/stage/brightness filter.ts b/wip/TS Tests/stage/brightness filter.ts similarity index 100% rename from todo/TS Tests/stage/brightness filter.ts rename to wip/TS Tests/stage/brightness filter.ts diff --git a/todo/TS Tests/stage/contrast filter.js b/wip/TS Tests/stage/contrast filter.js similarity index 100% rename from todo/TS Tests/stage/contrast filter.js rename to wip/TS Tests/stage/contrast filter.js diff --git a/todo/TS Tests/stage/contrast filter.ts b/wip/TS Tests/stage/contrast filter.ts similarity index 100% rename from todo/TS Tests/stage/contrast filter.ts rename to wip/TS Tests/stage/contrast filter.ts diff --git a/todo/TS Tests/stage/grayscale filter.js b/wip/TS Tests/stage/grayscale filter.js similarity index 100% rename from todo/TS Tests/stage/grayscale filter.js rename to wip/TS Tests/stage/grayscale filter.js diff --git a/todo/TS Tests/stage/grayscale filter.ts b/wip/TS Tests/stage/grayscale filter.ts similarity index 100% rename from todo/TS Tests/stage/grayscale filter.ts rename to wip/TS Tests/stage/grayscale filter.ts diff --git a/todo/TS Tests/stage/hue rotate filter.js b/wip/TS Tests/stage/hue rotate filter.js similarity index 100% rename from todo/TS Tests/stage/hue rotate filter.js rename to wip/TS Tests/stage/hue rotate filter.js diff --git a/todo/TS Tests/stage/hue rotate filter.ts b/wip/TS Tests/stage/hue rotate filter.ts similarity index 100% rename from todo/TS Tests/stage/hue rotate filter.ts rename to wip/TS Tests/stage/hue rotate filter.ts diff --git a/todo/TS Tests/stage/sepia filter.js b/wip/TS Tests/stage/sepia filter.js similarity index 100% rename from todo/TS Tests/stage/sepia filter.js rename to wip/TS Tests/stage/sepia filter.js diff --git a/todo/TS Tests/stage/sepia filter.ts b/wip/TS Tests/stage/sepia filter.ts similarity index 100% rename from todo/TS Tests/stage/sepia filter.ts rename to wip/TS Tests/stage/sepia filter.ts diff --git a/todo/TS Tests/states/javascript/FakeGame.js b/wip/TS Tests/states/javascript/FakeGame.js similarity index 100% rename from todo/TS Tests/states/javascript/FakeGame.js rename to wip/TS Tests/states/javascript/FakeGame.js diff --git a/todo/TS Tests/states/javascript/MainMenu.js b/wip/TS Tests/states/javascript/MainMenu.js similarity index 100% rename from todo/TS Tests/states/javascript/MainMenu.js rename to wip/TS Tests/states/javascript/MainMenu.js diff --git a/todo/TS Tests/states/javascript/index.html b/wip/TS Tests/states/javascript/index.html similarity index 100% rename from todo/TS Tests/states/javascript/index.html rename to wip/TS Tests/states/javascript/index.html diff --git a/todo/TS Tests/states/typescript/FakeGame.ts b/wip/TS Tests/states/typescript/FakeGame.ts similarity index 100% rename from todo/TS Tests/states/typescript/FakeGame.ts rename to wip/TS Tests/states/typescript/FakeGame.ts diff --git a/todo/TS Tests/states/typescript/MainMenu.ts b/wip/TS Tests/states/typescript/MainMenu.ts similarity index 100% rename from todo/TS Tests/states/typescript/MainMenu.ts rename to wip/TS Tests/states/typescript/MainMenu.ts diff --git a/todo/TS Tests/states/typescript/index.html b/wip/TS Tests/states/typescript/index.html similarity index 100% rename from todo/TS Tests/states/typescript/index.html rename to wip/TS Tests/states/typescript/index.html diff --git a/todo/TS Tests/textures/dynamic texture 1.js b/wip/TS Tests/textures/dynamic texture 1.js similarity index 100% rename from todo/TS Tests/textures/dynamic texture 1.js rename to wip/TS Tests/textures/dynamic texture 1.js diff --git a/todo/TS Tests/textures/dynamic texture 1.ts b/wip/TS Tests/textures/dynamic texture 1.ts similarity index 100% rename from todo/TS Tests/textures/dynamic texture 1.ts rename to wip/TS Tests/textures/dynamic texture 1.ts diff --git a/todo/TS Tests/textures/dynamic texture 2.js b/wip/TS Tests/textures/dynamic texture 2.js similarity index 100% rename from todo/TS Tests/textures/dynamic texture 2.js rename to wip/TS Tests/textures/dynamic texture 2.js diff --git a/todo/TS Tests/textures/dynamic texture 2.ts b/wip/TS Tests/textures/dynamic texture 2.ts similarity index 100% rename from todo/TS Tests/textures/dynamic texture 2.ts rename to wip/TS Tests/textures/dynamic texture 2.ts diff --git a/todo/TS Tests/textures/filter test.js b/wip/TS Tests/textures/filter test.js similarity index 100% rename from todo/TS Tests/textures/filter test.js rename to wip/TS Tests/textures/filter test.js diff --git a/todo/TS Tests/textures/filter test.ts b/wip/TS Tests/textures/filter test.ts similarity index 100% rename from todo/TS Tests/textures/filter test.ts rename to wip/TS Tests/textures/filter test.ts diff --git a/todo/TS Tests/textures/starling texture atlas.js b/wip/TS Tests/textures/starling texture atlas.js similarity index 100% rename from todo/TS Tests/textures/starling texture atlas.js rename to wip/TS Tests/textures/starling texture atlas.js diff --git a/todo/TS Tests/textures/starling texture atlas.ts b/wip/TS Tests/textures/starling texture atlas.ts similarity index 100% rename from todo/TS Tests/textures/starling texture atlas.ts rename to wip/TS Tests/textures/starling texture atlas.ts diff --git a/todo/TS Tests/textures/texture atlas 1.js b/wip/TS Tests/textures/texture atlas 1.js similarity index 100% rename from todo/TS Tests/textures/texture atlas 1.js rename to wip/TS Tests/textures/texture atlas 1.js diff --git a/todo/TS Tests/textures/texture atlas 1.ts b/wip/TS Tests/textures/texture atlas 1.ts similarity index 100% rename from todo/TS Tests/textures/texture atlas 1.ts rename to wip/TS Tests/textures/texture atlas 1.ts diff --git a/todo/TS Tests/textures/texture atlas 2.js b/wip/TS Tests/textures/texture atlas 2.js similarity index 100% rename from todo/TS Tests/textures/texture atlas 2.js rename to wip/TS Tests/textures/texture atlas 2.js diff --git a/todo/TS Tests/textures/texture atlas 2.ts b/wip/TS Tests/textures/texture atlas 2.ts similarity index 100% rename from todo/TS Tests/textures/texture atlas 2.ts rename to wip/TS Tests/textures/texture atlas 2.ts diff --git a/todo/TS Tests/textures/texture atlas 3.js b/wip/TS Tests/textures/texture atlas 3.js similarity index 100% rename from todo/TS Tests/textures/texture atlas 3.js rename to wip/TS Tests/textures/texture atlas 3.js diff --git a/todo/TS Tests/textures/texture atlas 3.ts b/wip/TS Tests/textures/texture atlas 3.ts similarity index 100% rename from todo/TS Tests/textures/texture atlas 3.ts rename to wip/TS Tests/textures/texture atlas 3.ts diff --git a/todo/TS Tests/textures/texture atlas 4.js b/wip/TS Tests/textures/texture atlas 4.js similarity index 100% rename from todo/TS Tests/textures/texture atlas 4.js rename to wip/TS Tests/textures/texture atlas 4.js diff --git a/todo/TS Tests/textures/texture atlas 4.ts b/wip/TS Tests/textures/texture atlas 4.ts similarity index 100% rename from todo/TS Tests/textures/texture atlas 4.ts rename to wip/TS Tests/textures/texture atlas 4.ts diff --git a/todo/TS Tests/tilemaps/csv tilemap.js b/wip/TS Tests/tilemaps/csv tilemap.js similarity index 100% rename from todo/TS Tests/tilemaps/csv tilemap.js rename to wip/TS Tests/tilemaps/csv tilemap.js diff --git a/todo/TS Tests/tilemaps/csv tilemap.ts b/wip/TS Tests/tilemaps/csv tilemap.ts similarity index 100% rename from todo/TS Tests/tilemaps/csv tilemap.ts rename to wip/TS Tests/tilemaps/csv tilemap.ts diff --git a/todo/TS Tests/tilemaps/map draw.js b/wip/TS Tests/tilemaps/map draw.js similarity index 100% rename from todo/TS Tests/tilemaps/map draw.js rename to wip/TS Tests/tilemaps/map draw.js diff --git a/todo/TS Tests/tilemaps/map draw.ts b/wip/TS Tests/tilemaps/map draw.ts similarity index 100% rename from todo/TS Tests/tilemaps/map draw.ts rename to wip/TS Tests/tilemaps/map draw.ts diff --git a/todo/TS Tests/tilemaps/tiled layers.js b/wip/TS Tests/tilemaps/tiled layers.js similarity index 100% rename from todo/TS Tests/tilemaps/tiled layers.js rename to wip/TS Tests/tilemaps/tiled layers.js diff --git a/todo/TS Tests/tilemaps/tiled layers.ts b/wip/TS Tests/tilemaps/tiled layers.ts similarity index 100% rename from todo/TS Tests/tilemaps/tiled layers.ts rename to wip/TS Tests/tilemaps/tiled layers.ts diff --git a/todo/TS Tests/tilemaps/tiled tilemap.js b/wip/TS Tests/tilemaps/tiled tilemap.js similarity index 100% rename from todo/TS Tests/tilemaps/tiled tilemap.js rename to wip/TS Tests/tilemaps/tiled tilemap.js diff --git a/todo/TS Tests/tilemaps/tiled tilemap.ts b/wip/TS Tests/tilemaps/tiled tilemap.ts similarity index 100% rename from todo/TS Tests/tilemaps/tiled tilemap.ts rename to wip/TS Tests/tilemaps/tiled tilemap.ts diff --git a/todo/TS Tests/tweens/bounce.js b/wip/TS Tests/tweens/bounce.js similarity index 100% rename from todo/TS Tests/tweens/bounce.js rename to wip/TS Tests/tweens/bounce.js diff --git a/todo/TS Tests/tweens/bounce.ts b/wip/TS Tests/tweens/bounce.ts similarity index 100% rename from todo/TS Tests/tweens/bounce.ts rename to wip/TS Tests/tweens/bounce.ts diff --git a/todo/TS Tests/tweens/easing example 1.js b/wip/TS Tests/tweens/easing example 1.js similarity index 100% rename from todo/TS Tests/tweens/easing example 1.js rename to wip/TS Tests/tweens/easing example 1.js diff --git a/todo/TS Tests/tweens/easing example 1.ts b/wip/TS Tests/tweens/easing example 1.ts similarity index 100% rename from todo/TS Tests/tweens/easing example 1.ts rename to wip/TS Tests/tweens/easing example 1.ts diff --git a/todo/TS Tests/tweens/easing example 2.js b/wip/TS Tests/tweens/easing example 2.js similarity index 100% rename from todo/TS Tests/tweens/easing example 2.js rename to wip/TS Tests/tweens/easing example 2.js diff --git a/todo/TS Tests/tweens/easing example 2.ts b/wip/TS Tests/tweens/easing example 2.ts similarity index 100% rename from todo/TS Tests/tweens/easing example 2.ts rename to wip/TS Tests/tweens/easing example 2.ts diff --git a/todo/TS Tests/tweens/easing example 3.js b/wip/TS Tests/tweens/easing example 3.js similarity index 100% rename from todo/TS Tests/tweens/easing example 3.js rename to wip/TS Tests/tweens/easing example 3.js diff --git a/todo/TS Tests/tweens/easing example 3.ts b/wip/TS Tests/tweens/easing example 3.ts similarity index 100% rename from todo/TS Tests/tweens/easing example 3.ts rename to wip/TS Tests/tweens/easing example 3.ts diff --git a/todo/TS Tests/tweens/easing example 4.js b/wip/TS Tests/tweens/easing example 4.js similarity index 100% rename from todo/TS Tests/tweens/easing example 4.js rename to wip/TS Tests/tweens/easing example 4.js diff --git a/todo/TS Tests/tweens/easing example 4.ts b/wip/TS Tests/tweens/easing example 4.ts similarity index 100% rename from todo/TS Tests/tweens/easing example 4.ts rename to wip/TS Tests/tweens/easing example 4.ts diff --git a/todo/TS Tests/tweens/easing example 5.js b/wip/TS Tests/tweens/easing example 5.js similarity index 100% rename from todo/TS Tests/tweens/easing example 5.js rename to wip/TS Tests/tweens/easing example 5.js diff --git a/todo/TS Tests/tweens/easing example 5.ts b/wip/TS Tests/tweens/easing example 5.ts similarity index 100% rename from todo/TS Tests/tweens/easing example 5.ts rename to wip/TS Tests/tweens/easing example 5.ts diff --git a/todo/TS Tests/tweens/easing example 6.js b/wip/TS Tests/tweens/easing example 6.js similarity index 100% rename from todo/TS Tests/tweens/easing example 6.js rename to wip/TS Tests/tweens/easing example 6.js diff --git a/todo/TS Tests/tweens/easing example 6.ts b/wip/TS Tests/tweens/easing example 6.ts similarity index 100% rename from todo/TS Tests/tweens/easing example 6.ts rename to wip/TS Tests/tweens/easing example 6.ts diff --git a/todo/TS Tests/tweens/pause test.js b/wip/TS Tests/tweens/pause test.js similarity index 100% rename from todo/TS Tests/tweens/pause test.js rename to wip/TS Tests/tweens/pause test.js diff --git a/todo/TS Tests/tweens/pause test.ts b/wip/TS Tests/tweens/pause test.ts similarity index 100% rename from todo/TS Tests/tweens/pause test.ts rename to wip/TS Tests/tweens/pause test.ts diff --git a/todo/TS Tests/tweens/tween loop 1.js b/wip/TS Tests/tweens/tween loop 1.js similarity index 100% rename from todo/TS Tests/tweens/tween loop 1.js rename to wip/TS Tests/tweens/tween loop 1.js diff --git a/todo/TS Tests/tweens/tween loop 1.ts b/wip/TS Tests/tweens/tween loop 1.ts similarity index 100% rename from todo/TS Tests/tweens/tween loop 1.ts rename to wip/TS Tests/tweens/tween loop 1.ts diff --git a/todo/TS Tests/tweens/tween loop 2.js b/wip/TS Tests/tweens/tween loop 2.js similarity index 100% rename from todo/TS Tests/tweens/tween loop 2.js rename to wip/TS Tests/tweens/tween loop 2.js diff --git a/todo/TS Tests/tweens/tween loop 2.ts b/wip/TS Tests/tweens/tween loop 2.ts similarity index 100% rename from todo/TS Tests/tweens/tween loop 2.ts rename to wip/TS Tests/tweens/tween loop 2.ts diff --git a/todo/docChanges.zip b/wip/docChanges.zip similarity index 100% rename from todo/docChanges.zip rename to wip/docChanges.zip diff --git a/todo/phaser clean up/20130112_arkanoid_sdl_v1.0.0.01_(pandora_game_port).png b/wip/phaser clean up/20130112_arkanoid_sdl_v1.0.0.01_(pandora_game_port).png similarity index 100% rename from todo/phaser clean up/20130112_arkanoid_sdl_v1.0.0.01_(pandora_game_port).png rename to wip/phaser clean up/20130112_arkanoid_sdl_v1.0.0.01_(pandora_game_port).png diff --git a/todo/phaser clean up/ArcadePhysics.ts b/wip/phaser clean up/ArcadePhysics.ts similarity index 100% rename from todo/phaser clean up/ArcadePhysics.ts rename to wip/phaser clean up/ArcadePhysics.ts diff --git a/todo/phaser clean up/Collision.js b/wip/phaser clean up/Collision.js similarity index 100% rename from todo/phaser clean up/Collision.js rename to wip/phaser clean up/Collision.js diff --git a/todo/phaser clean up/Collision.ts b/wip/phaser clean up/Collision.ts similarity index 100% rename from todo/phaser clean up/Collision.ts rename to wip/phaser clean up/Collision.ts diff --git a/todo/phaser clean up/CollisionMask.js b/wip/phaser clean up/CollisionMask.js similarity index 100% rename from todo/phaser clean up/CollisionMask.js rename to wip/phaser clean up/CollisionMask.js diff --git a/todo/phaser clean up/CollisionMask.ts b/wip/phaser clean up/CollisionMask.ts similarity index 100% rename from todo/phaser clean up/CollisionMask.ts rename to wip/phaser clean up/CollisionMask.ts diff --git a/todo/phaser clean up/Debug.js b/wip/phaser clean up/Debug.js similarity index 100% rename from todo/phaser clean up/Debug.js rename to wip/phaser clean up/Debug.js diff --git a/todo/phaser clean up/Debug.ts b/wip/phaser clean up/Debug.ts similarity index 100% rename from todo/phaser clean up/Debug.ts rename to wip/phaser clean up/Debug.ts diff --git a/todo/phaser clean up/DebugPhysics.ts b/wip/phaser clean up/DebugPhysics.ts similarity index 100% rename from todo/phaser clean up/DebugPhysics.ts rename to wip/phaser clean up/DebugPhysics.ts diff --git a/todo/phaser clean up/Emitter.js b/wip/phaser clean up/Emitter.js similarity index 100% rename from todo/phaser clean up/Emitter.js rename to wip/phaser clean up/Emitter.js diff --git a/todo/phaser clean up/Emitter.ts b/wip/phaser clean up/Emitter.ts similarity index 100% rename from todo/phaser clean up/Emitter.ts rename to wip/phaser clean up/Emitter.ts diff --git a/todo/phaser clean up/GeomSprite.js b/wip/phaser clean up/GeomSprite.js similarity index 100% rename from todo/phaser clean up/GeomSprite.js rename to wip/phaser clean up/GeomSprite.js diff --git a/todo/phaser clean up/GeomSprite.ts b/wip/phaser clean up/GeomSprite.ts similarity index 100% rename from todo/phaser clean up/GeomSprite.ts rename to wip/phaser clean up/GeomSprite.ts diff --git a/todo/phaser clean up/Input.js b/wip/phaser clean up/Input.js similarity index 100% rename from todo/phaser clean up/Input.js rename to wip/phaser clean up/Input.js diff --git a/todo/phaser clean up/Input.ts b/wip/phaser clean up/Input.ts similarity index 100% rename from todo/phaser clean up/Input.ts rename to wip/phaser clean up/Input.ts diff --git a/todo/phaser clean up/Motion.js b/wip/phaser clean up/Motion.js similarity index 100% rename from todo/phaser clean up/Motion.js rename to wip/phaser clean up/Motion.js diff --git a/todo/phaser clean up/Motion.ts b/wip/phaser clean up/Motion.ts similarity index 100% rename from todo/phaser clean up/Motion.ts rename to wip/phaser clean up/Motion.ts diff --git a/todo/phaser clean up/N_tutorialAsrc.zip b/wip/phaser clean up/N_tutorialAsrc.zip similarity index 100% rename from todo/phaser clean up/N_tutorialAsrc.zip rename to wip/phaser clean up/N_tutorialAsrc.zip diff --git a/todo/phaser clean up/N_tutorialAsrc/tutA_demo05.fla b/wip/phaser clean up/N_tutorialAsrc/tutA_demo05.fla similarity index 100% rename from todo/phaser clean up/N_tutorialAsrc/tutA_demo05.fla rename to wip/phaser clean up/N_tutorialAsrc/tutA_demo05.fla diff --git a/todo/phaser clean up/N_tutorialAsrc/tutA_demo05.swf b/wip/phaser clean up/N_tutorialAsrc/tutA_demo05.swf similarity index 100% rename from todo/phaser clean up/N_tutorialAsrc/tutA_demo05.swf rename to wip/phaser clean up/N_tutorialAsrc/tutA_demo05.swf diff --git a/todo/phaser clean up/N_tutorialBsrc/tutB_demo04.fla b/wip/phaser clean up/N_tutorialBsrc/tutB_demo04.fla similarity index 100% rename from todo/phaser clean up/N_tutorialBsrc/tutB_demo04.fla rename to wip/phaser clean up/N_tutorialBsrc/tutB_demo04.fla diff --git a/todo/phaser clean up/N_tutorialBsrc/tutB_demo04.swf b/wip/phaser clean up/N_tutorialBsrc/tutB_demo04.swf similarity index 100% rename from todo/phaser clean up/N_tutorialBsrc/tutB_demo04.swf rename to wip/phaser clean up/N_tutorialBsrc/tutB_demo04.swf diff --git a/todo/phaser clean up/OldSprite.ts b/wip/phaser clean up/OldSprite.ts similarity index 100% rename from todo/phaser clean up/OldSprite.ts rename to wip/phaser clean up/OldSprite.ts diff --git a/todo/phaser clean up/PixelUtils.ts b/wip/phaser clean up/PixelUtils.ts similarity index 100% rename from todo/phaser clean up/PixelUtils.ts rename to wip/phaser clean up/PixelUtils.ts diff --git a/todo/phaser clean up/Properties.js b/wip/phaser clean up/Properties.js similarity index 100% rename from todo/phaser clean up/Properties.js rename to wip/phaser clean up/Properties.js diff --git a/todo/phaser clean up/Properties.ts b/wip/phaser clean up/Properties.ts similarity index 100% rename from todo/phaser clean up/Properties.ts rename to wip/phaser clean up/Properties.ts diff --git a/todo/phaser clean up/SAT.zip b/wip/phaser clean up/SAT.zip similarity index 100% rename from todo/phaser clean up/SAT.zip rename to wip/phaser clean up/SAT.zip diff --git a/todo/phaser clean up/Tilemap.js b/wip/phaser clean up/Tilemap.js similarity index 100% rename from todo/phaser clean up/Tilemap.js rename to wip/phaser clean up/Tilemap.js diff --git a/todo/phaser clean up/Tilemap.ts b/wip/phaser clean up/Tilemap.ts similarity index 100% rename from todo/phaser clean up/Tilemap.ts rename to wip/phaser clean up/Tilemap.ts diff --git a/todo/phaser clean up/aabb 1.js b/wip/phaser clean up/aabb 1.js similarity index 100% rename from todo/phaser clean up/aabb 1.js rename to wip/phaser clean up/aabb 1.js diff --git a/todo/phaser clean up/aabb 1.ts b/wip/phaser clean up/aabb 1.ts similarity index 100% rename from todo/phaser clean up/aabb 1.ts rename to wip/phaser clean up/aabb 1.ts diff --git a/todo/phaser clean up/aabb vs aabb 1.js b/wip/phaser clean up/aabb vs aabb 1.js similarity index 100% rename from todo/phaser clean up/aabb vs aabb 1.js rename to wip/phaser clean up/aabb vs aabb 1.js diff --git a/todo/phaser clean up/aabb vs aabb 1.ts b/wip/phaser clean up/aabb vs aabb 1.ts similarity index 100% rename from todo/phaser clean up/aabb vs aabb 1.ts rename to wip/phaser clean up/aabb vs aabb 1.ts diff --git a/todo/phaser clean up/body1.js b/wip/phaser clean up/body1.js similarity index 100% rename from todo/phaser clean up/body1.js rename to wip/phaser clean up/body1.js diff --git a/todo/phaser clean up/body1.ts b/wip/phaser clean up/body1.ts similarity index 100% rename from todo/phaser clean up/body1.ts rename to wip/phaser clean up/body1.ts diff --git a/todo/phaser clean up/fitc/FITC_beyondHittest.txt b/wip/phaser clean up/fitc/FITC_beyondHittest.txt similarity index 100% rename from todo/phaser clean up/fitc/FITC_beyondHittest.txt rename to wip/phaser clean up/fitc/FITC_beyondHittest.txt diff --git a/todo/phaser clean up/fitc/FITC_beyondHittest07.swf b/wip/phaser clean up/fitc/FITC_beyondHittest07.swf similarity index 100% rename from todo/phaser clean up/fitc/FITC_beyondHittest07.swf rename to wip/phaser clean up/fitc/FITC_beyondHittest07.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_boxbox_projection.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_boxbox_projection.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_boxbox_projection.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_boxbox_projection.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_boxcells.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_boxcells.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_boxcells.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_boxcells.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_boxprojection.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_boxprojection.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_boxprojection.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_boxprojection.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_circlebox.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_circlebox.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_circlebox.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_circlebox.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_frictionbounce.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_frictionbounce.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_frictionbounce.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_frictionbounce.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_projdotprod.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_projdotprod.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_projdotprod.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_projdotprod.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_rawdotprod.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_rawdotprod.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_rawdotprod.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_rawdotprod.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_unitdotprod.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_unitdotprod.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_unitdotprod.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_unitdotprod.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_unitvector.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_unitvector.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_unitvector.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_unitvector.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_vector.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_vector.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_vector.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_vector.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_vectornormals.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_vectornormals.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_vectornormals.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_vectornormals.swf diff --git a/todo/phaser clean up/fitc/media/N_tutorial_diagrams05_vectorprojection.swf b/wip/phaser clean up/fitc/media/N_tutorial_diagrams05_vectorprojection.swf similarity index 100% rename from todo/phaser clean up/fitc/media/N_tutorial_diagrams05_vectorprojection.swf rename to wip/phaser clean up/fitc/media/N_tutorial_diagrams05_vectorprojection.swf diff --git a/todo/phaser clean up/obb vs obb.js b/wip/phaser clean up/obb vs obb.js similarity index 100% rename from todo/phaser clean up/obb vs obb.js rename to wip/phaser clean up/obb vs obb.js diff --git a/todo/phaser clean up/obb vs obb.ts b/wip/phaser clean up/obb vs obb.ts similarity index 100% rename from todo/phaser clean up/obb vs obb.ts rename to wip/phaser clean up/obb vs obb.ts diff --git a/todo/phaser clean up/temp1.js b/wip/phaser clean up/temp1.js similarity index 100% rename from todo/phaser clean up/temp1.js rename to wip/phaser clean up/temp1.js diff --git a/todo/phaser clean up/temp1.ts b/wip/phaser clean up/temp1.ts similarity index 100% rename from todo/phaser clean up/temp1.ts rename to wip/phaser clean up/temp1.ts diff --git a/todo/phaser clean up/temp2.js b/wip/phaser clean up/temp2.js similarity index 100% rename from todo/phaser clean up/temp2.js rename to wip/phaser clean up/temp2.js diff --git a/todo/phaser clean up/temp2.ts b/wip/phaser clean up/temp2.ts similarity index 100% rename from todo/phaser clean up/temp2.ts rename to wip/phaser clean up/temp2.ts diff --git a/todo/phaser tests/camera fx/fade.js b/wip/phaser tests/camera fx/fade.js similarity index 100% rename from todo/phaser tests/camera fx/fade.js rename to wip/phaser tests/camera fx/fade.js diff --git a/todo/phaser tests/camera fx/fade.ts b/wip/phaser tests/camera fx/fade.ts similarity index 100% rename from todo/phaser tests/camera fx/fade.ts rename to wip/phaser tests/camera fx/fade.ts diff --git a/todo/phaser tests/camera fx/flash.js b/wip/phaser tests/camera fx/flash.js similarity index 100% rename from todo/phaser tests/camera fx/flash.js rename to wip/phaser tests/camera fx/flash.js diff --git a/todo/phaser tests/camera fx/flash.ts b/wip/phaser tests/camera fx/flash.ts similarity index 100% rename from todo/phaser tests/camera fx/flash.ts rename to wip/phaser tests/camera fx/flash.ts diff --git a/todo/phaser tests/camera fx/shake.js b/wip/phaser tests/camera fx/shake.js similarity index 100% rename from todo/phaser tests/camera fx/shake.js rename to wip/phaser tests/camera fx/shake.js diff --git a/todo/phaser tests/camera fx/shake.ts b/wip/phaser tests/camera fx/shake.ts similarity index 100% rename from todo/phaser tests/camera fx/shake.ts rename to wip/phaser tests/camera fx/shake.ts diff --git a/todo/phaser tests/cameras/camera alpha.js b/wip/phaser tests/cameras/camera alpha.js similarity index 100% rename from todo/phaser tests/cameras/camera alpha.js rename to wip/phaser tests/cameras/camera alpha.js diff --git a/todo/phaser tests/cameras/camera alpha.ts b/wip/phaser tests/cameras/camera alpha.ts similarity index 100% rename from todo/phaser tests/cameras/camera alpha.ts rename to wip/phaser tests/cameras/camera alpha.ts diff --git a/todo/phaser tests/cameras/camera bounds.js b/wip/phaser tests/cameras/camera bounds.js similarity index 100% rename from todo/phaser tests/cameras/camera bounds.js rename to wip/phaser tests/cameras/camera bounds.js diff --git a/todo/phaser tests/cameras/camera bounds.ts b/wip/phaser tests/cameras/camera bounds.ts similarity index 100% rename from todo/phaser tests/cameras/camera bounds.ts rename to wip/phaser tests/cameras/camera bounds.ts diff --git a/todo/phaser tests/cameras/camera position.js b/wip/phaser tests/cameras/camera position.js similarity index 100% rename from todo/phaser tests/cameras/camera position.js rename to wip/phaser tests/cameras/camera position.js diff --git a/todo/phaser tests/cameras/camera position.ts b/wip/phaser tests/cameras/camera position.ts similarity index 100% rename from todo/phaser tests/cameras/camera position.ts rename to wip/phaser tests/cameras/camera position.ts diff --git a/todo/phaser tests/cameras/camera rotation.js b/wip/phaser tests/cameras/camera rotation.js similarity index 100% rename from todo/phaser tests/cameras/camera rotation.js rename to wip/phaser tests/cameras/camera rotation.js diff --git a/todo/phaser tests/cameras/camera rotation.ts b/wip/phaser tests/cameras/camera rotation.ts similarity index 100% rename from todo/phaser tests/cameras/camera rotation.ts rename to wip/phaser tests/cameras/camera rotation.ts diff --git a/todo/phaser tests/cameras/camera scale.js b/wip/phaser tests/cameras/camera scale.js similarity index 100% rename from todo/phaser tests/cameras/camera scale.js rename to wip/phaser tests/cameras/camera scale.js diff --git a/todo/phaser tests/cameras/camera scale.ts b/wip/phaser tests/cameras/camera scale.ts similarity index 100% rename from todo/phaser tests/cameras/camera scale.ts rename to wip/phaser tests/cameras/camera scale.ts diff --git a/todo/phaser tests/cameras/camera shadow.js b/wip/phaser tests/cameras/camera shadow.js similarity index 100% rename from todo/phaser tests/cameras/camera shadow.js rename to wip/phaser tests/cameras/camera shadow.js diff --git a/todo/phaser tests/cameras/camera shadow.ts b/wip/phaser tests/cameras/camera shadow.ts similarity index 100% rename from todo/phaser tests/cameras/camera shadow.ts rename to wip/phaser tests/cameras/camera shadow.ts diff --git a/todo/phaser tests/cameras/camera texture.js b/wip/phaser tests/cameras/camera texture.js similarity index 100% rename from todo/phaser tests/cameras/camera texture.js rename to wip/phaser tests/cameras/camera texture.js diff --git a/todo/phaser tests/cameras/camera texture.ts b/wip/phaser tests/cameras/camera texture.ts similarity index 100% rename from todo/phaser tests/cameras/camera texture.ts rename to wip/phaser tests/cameras/camera texture.ts diff --git a/todo/phaser tests/cameras/focus on.js b/wip/phaser tests/cameras/focus on.js similarity index 100% rename from todo/phaser tests/cameras/focus on.js rename to wip/phaser tests/cameras/focus on.js diff --git a/todo/phaser tests/cameras/focus on.ts b/wip/phaser tests/cameras/focus on.ts similarity index 100% rename from todo/phaser tests/cameras/focus on.ts rename to wip/phaser tests/cameras/focus on.ts diff --git a/todo/phaser tests/cameras/follow deadzone.js b/wip/phaser tests/cameras/follow deadzone.js similarity index 100% rename from todo/phaser tests/cameras/follow deadzone.js rename to wip/phaser tests/cameras/follow deadzone.js diff --git a/todo/phaser tests/cameras/follow deadzone.ts b/wip/phaser tests/cameras/follow deadzone.ts similarity index 100% rename from todo/phaser tests/cameras/follow deadzone.ts rename to wip/phaser tests/cameras/follow deadzone.ts diff --git a/todo/phaser tests/cameras/follow sprite.js b/wip/phaser tests/cameras/follow sprite.js similarity index 100% rename from todo/phaser tests/cameras/follow sprite.js rename to wip/phaser tests/cameras/follow sprite.js diff --git a/todo/phaser tests/cameras/follow sprite.ts b/wip/phaser tests/cameras/follow sprite.ts similarity index 100% rename from todo/phaser tests/cameras/follow sprite.ts rename to wip/phaser tests/cameras/follow sprite.ts diff --git a/todo/phaser tests/cameras/follow topdown.js b/wip/phaser tests/cameras/follow topdown.js similarity index 100% rename from todo/phaser tests/cameras/follow topdown.js rename to wip/phaser tests/cameras/follow topdown.js diff --git a/todo/phaser tests/cameras/follow topdown.ts b/wip/phaser tests/cameras/follow topdown.ts similarity index 100% rename from todo/phaser tests/cameras/follow topdown.ts rename to wip/phaser tests/cameras/follow topdown.ts diff --git a/todo/phaser tests/cameras/multicam1.js b/wip/phaser tests/cameras/multicam1.js similarity index 100% rename from todo/phaser tests/cameras/multicam1.js rename to wip/phaser tests/cameras/multicam1.js diff --git a/todo/phaser tests/cameras/multicam1.ts b/wip/phaser tests/cameras/multicam1.ts similarity index 100% rename from todo/phaser tests/cameras/multicam1.ts rename to wip/phaser tests/cameras/multicam1.ts diff --git a/todo/phaser tests/cameras/scroll factor.js b/wip/phaser tests/cameras/scroll factor.js similarity index 100% rename from todo/phaser tests/cameras/scroll factor.js rename to wip/phaser tests/cameras/scroll factor.js diff --git a/todo/phaser tests/cameras/scroll factor.ts b/wip/phaser tests/cameras/scroll factor.ts similarity index 100% rename from todo/phaser tests/cameras/scroll factor.ts rename to wip/phaser tests/cameras/scroll factor.ts diff --git a/todo/phaser tests/collision/collide sprites.js b/wip/phaser tests/collision/collide sprites.js similarity index 100% rename from todo/phaser tests/collision/collide sprites.js rename to wip/phaser tests/collision/collide sprites.js diff --git a/todo/phaser tests/collision/collide sprites.ts b/wip/phaser tests/collision/collide sprites.ts similarity index 100% rename from todo/phaser tests/collision/collide sprites.ts rename to wip/phaser tests/collision/collide sprites.ts diff --git a/todo/phaser tests/collision/falling balls.js b/wip/phaser tests/collision/falling balls.js similarity index 100% rename from todo/phaser tests/collision/falling balls.js rename to wip/phaser tests/collision/falling balls.js diff --git a/todo/phaser tests/collision/falling balls.ts b/wip/phaser tests/collision/falling balls.ts similarity index 100% rename from todo/phaser tests/collision/falling balls.ts rename to wip/phaser tests/collision/falling balls.ts diff --git a/todo/phaser tests/collision/mask animation 1.js b/wip/phaser tests/collision/mask animation 1.js similarity index 100% rename from todo/phaser tests/collision/mask animation 1.js rename to wip/phaser tests/collision/mask animation 1.js diff --git a/todo/phaser tests/collision/mask animation 1.ts b/wip/phaser tests/collision/mask animation 1.ts similarity index 100% rename from todo/phaser tests/collision/mask animation 1.ts rename to wip/phaser tests/collision/mask animation 1.ts diff --git a/todo/phaser tests/collision/mask test 1.js b/wip/phaser tests/collision/mask test 1.js similarity index 100% rename from todo/phaser tests/collision/mask test 1.js rename to wip/phaser tests/collision/mask test 1.js diff --git a/todo/phaser tests/collision/mask test 1.ts b/wip/phaser tests/collision/mask test 1.ts similarity index 100% rename from todo/phaser tests/collision/mask test 1.ts rename to wip/phaser tests/collision/mask test 1.ts diff --git a/todo/phaser tests/collision/mask test 2.js b/wip/phaser tests/collision/mask test 2.js similarity index 100% rename from todo/phaser tests/collision/mask test 2.js rename to wip/phaser tests/collision/mask test 2.js diff --git a/todo/phaser tests/collision/mask test 2.ts b/wip/phaser tests/collision/mask test 2.ts similarity index 100% rename from todo/phaser tests/collision/mask test 2.ts rename to wip/phaser tests/collision/mask test 2.ts diff --git a/todo/phaser tests/geometry/circle.js b/wip/phaser tests/geometry/circle.js similarity index 100% rename from todo/phaser tests/geometry/circle.js rename to wip/phaser tests/geometry/circle.js diff --git a/todo/phaser tests/geometry/circle.ts b/wip/phaser tests/geometry/circle.ts similarity index 100% rename from todo/phaser tests/geometry/circle.ts rename to wip/phaser tests/geometry/circle.ts diff --git a/todo/phaser tests/geometry/line.js b/wip/phaser tests/geometry/line.js similarity index 100% rename from todo/phaser tests/geometry/line.js rename to wip/phaser tests/geometry/line.js diff --git a/todo/phaser tests/geometry/line.ts b/wip/phaser tests/geometry/line.ts similarity index 100% rename from todo/phaser tests/geometry/line.ts rename to wip/phaser tests/geometry/line.ts diff --git a/todo/phaser tests/geometry/multi rotate.js b/wip/phaser tests/geometry/multi rotate.js similarity index 100% rename from todo/phaser tests/geometry/multi rotate.js rename to wip/phaser tests/geometry/multi rotate.js diff --git a/todo/phaser tests/geometry/multi rotate.ts b/wip/phaser tests/geometry/multi rotate.ts similarity index 100% rename from todo/phaser tests/geometry/multi rotate.ts rename to wip/phaser tests/geometry/multi rotate.ts diff --git a/todo/phaser tests/geometry/point.js b/wip/phaser tests/geometry/point.js similarity index 100% rename from todo/phaser tests/geometry/point.js rename to wip/phaser tests/geometry/point.js diff --git a/todo/phaser tests/geometry/point.ts b/wip/phaser tests/geometry/point.ts similarity index 100% rename from todo/phaser tests/geometry/point.ts rename to wip/phaser tests/geometry/point.ts diff --git a/todo/phaser tests/geometry/rect vs rect.js b/wip/phaser tests/geometry/rect vs rect.js similarity index 100% rename from todo/phaser tests/geometry/rect vs rect.js rename to wip/phaser tests/geometry/rect vs rect.js diff --git a/todo/phaser tests/geometry/rect vs rect.ts b/wip/phaser tests/geometry/rect vs rect.ts similarity index 100% rename from todo/phaser tests/geometry/rect vs rect.ts rename to wip/phaser tests/geometry/rect vs rect.ts diff --git a/todo/phaser tests/geometry/rectangle.js b/wip/phaser tests/geometry/rectangle.js similarity index 100% rename from todo/phaser tests/geometry/rectangle.js rename to wip/phaser tests/geometry/rectangle.js diff --git a/todo/phaser tests/geometry/rectangle.ts b/wip/phaser tests/geometry/rectangle.ts similarity index 100% rename from todo/phaser tests/geometry/rectangle.ts rename to wip/phaser tests/geometry/rectangle.ts diff --git a/todo/phaser tests/geometry/rope bridge.js b/wip/phaser tests/geometry/rope bridge.js similarity index 100% rename from todo/phaser tests/geometry/rope bridge.js rename to wip/phaser tests/geometry/rope bridge.js diff --git a/todo/phaser tests/geometry/rope bridge.ts b/wip/phaser tests/geometry/rope bridge.ts similarity index 100% rename from todo/phaser tests/geometry/rope bridge.ts rename to wip/phaser tests/geometry/rope bridge.ts diff --git a/todo/phaser tests/geometry/rotate point 1.js b/wip/phaser tests/geometry/rotate point 1.js similarity index 100% rename from todo/phaser tests/geometry/rotate point 1.js rename to wip/phaser tests/geometry/rotate point 1.js diff --git a/todo/phaser tests/geometry/rotate point 1.ts b/wip/phaser tests/geometry/rotate point 1.ts similarity index 100% rename from todo/phaser tests/geometry/rotate point 1.ts rename to wip/phaser tests/geometry/rotate point 1.ts diff --git a/todo/phaser tests/geometry/rotate point 2.js b/wip/phaser tests/geometry/rotate point 2.js similarity index 100% rename from todo/phaser tests/geometry/rotate point 2.js rename to wip/phaser tests/geometry/rotate point 2.js diff --git a/todo/phaser tests/geometry/rotate point 2.ts b/wip/phaser tests/geometry/rotate point 2.ts similarity index 100% rename from todo/phaser tests/geometry/rotate point 2.ts rename to wip/phaser tests/geometry/rotate point 2.ts diff --git a/todo/phaser tests/geometry/rotate point 3.js b/wip/phaser tests/geometry/rotate point 3.js similarity index 100% rename from todo/phaser tests/geometry/rotate point 3.js rename to wip/phaser tests/geometry/rotate point 3.js diff --git a/todo/phaser tests/geometry/rotate point 3.ts b/wip/phaser tests/geometry/rotate point 3.ts similarity index 100% rename from todo/phaser tests/geometry/rotate point 3.ts rename to wip/phaser tests/geometry/rotate point 3.ts diff --git a/todo/phaser tests/geometry/rotate point 4.js b/wip/phaser tests/geometry/rotate point 4.js similarity index 100% rename from todo/phaser tests/geometry/rotate point 4.js rename to wip/phaser tests/geometry/rotate point 4.js diff --git a/todo/phaser tests/geometry/rotate point 4.ts b/wip/phaser tests/geometry/rotate point 4.ts similarity index 100% rename from todo/phaser tests/geometry/rotate point 4.ts rename to wip/phaser tests/geometry/rotate point 4.ts diff --git a/todo/phaser tests/geometry/verlet 1.js b/wip/phaser tests/geometry/verlet 1.js similarity index 100% rename from todo/phaser tests/geometry/verlet 1.js rename to wip/phaser tests/geometry/verlet 1.js diff --git a/todo/phaser tests/geometry/verlet 1.ts b/wip/phaser tests/geometry/verlet 1.ts similarity index 100% rename from todo/phaser tests/geometry/verlet 1.ts rename to wip/phaser tests/geometry/verlet 1.ts diff --git a/todo/phaser tests/geometry/verlet sprites.js b/wip/phaser tests/geometry/verlet sprites.js similarity index 100% rename from todo/phaser tests/geometry/verlet sprites.js rename to wip/phaser tests/geometry/verlet sprites.js diff --git a/todo/phaser tests/geometry/verlet sprites.ts b/wip/phaser tests/geometry/verlet sprites.ts similarity index 100% rename from todo/phaser tests/geometry/verlet sprites.ts rename to wip/phaser tests/geometry/verlet sprites.ts diff --git a/todo/phaser tests/mini games/formula 1.js b/wip/phaser tests/mini games/formula 1.js similarity index 100% rename from todo/phaser tests/mini games/formula 1.js rename to wip/phaser tests/mini games/formula 1.js diff --git a/todo/phaser tests/mini games/formula 1.ts b/wip/phaser tests/mini games/formula 1.ts similarity index 100% rename from todo/phaser tests/mini games/formula 1.ts rename to wip/phaser tests/mini games/formula 1.ts diff --git a/todo/phaser tests/misc/multi game.js b/wip/phaser tests/misc/multi game.js similarity index 100% rename from todo/phaser tests/misc/multi game.js rename to wip/phaser tests/misc/multi game.js diff --git a/todo/phaser tests/misc/multi game.ts b/wip/phaser tests/misc/multi game.ts similarity index 100% rename from todo/phaser tests/misc/multi game.ts rename to wip/phaser tests/misc/multi game.ts diff --git a/todo/phaser tests/misc/time.js b/wip/phaser tests/misc/time.js similarity index 100% rename from todo/phaser tests/misc/time.js rename to wip/phaser tests/misc/time.js diff --git a/todo/phaser tests/misc/time.ts b/wip/phaser tests/misc/time.ts similarity index 100% rename from todo/phaser tests/misc/time.ts rename to wip/phaser tests/misc/time.ts diff --git a/todo/phaser tests/mobile/bunny mobile.js b/wip/phaser tests/mobile/bunny mobile.js similarity index 100% rename from todo/phaser tests/mobile/bunny mobile.js rename to wip/phaser tests/mobile/bunny mobile.js diff --git a/todo/phaser tests/mobile/bunny mobile.ts b/wip/phaser tests/mobile/bunny mobile.ts similarity index 100% rename from todo/phaser tests/mobile/bunny mobile.ts rename to wip/phaser tests/mobile/bunny mobile.ts diff --git a/todo/phaser tests/mobile/fullscreen.html b/wip/phaser tests/mobile/fullscreen.html similarity index 100% rename from todo/phaser tests/mobile/fullscreen.html rename to wip/phaser tests/mobile/fullscreen.html diff --git a/todo/phaser tests/mobile/sprite test 1.js b/wip/phaser tests/mobile/sprite test 1.js similarity index 100% rename from todo/phaser tests/mobile/sprite test 1.js rename to wip/phaser tests/mobile/sprite test 1.js diff --git a/todo/phaser tests/mobile/sprite test 1.ts b/wip/phaser tests/mobile/sprite test 1.ts similarity index 100% rename from todo/phaser tests/mobile/sprite test 1.ts rename to wip/phaser tests/mobile/sprite test 1.ts diff --git a/todo/phaser tests/particles/basic emitter.js b/wip/phaser tests/particles/basic emitter.js similarity index 100% rename from todo/phaser tests/particles/basic emitter.js rename to wip/phaser tests/particles/basic emitter.js diff --git a/todo/phaser tests/particles/basic emitter.ts b/wip/phaser tests/particles/basic emitter.ts similarity index 100% rename from todo/phaser tests/particles/basic emitter.ts rename to wip/phaser tests/particles/basic emitter.ts diff --git a/todo/phaser tests/particles/graphic emitter.js b/wip/phaser tests/particles/graphic emitter.js similarity index 100% rename from todo/phaser tests/particles/graphic emitter.js rename to wip/phaser tests/particles/graphic emitter.js diff --git a/todo/phaser tests/particles/graphic emitter.ts b/wip/phaser tests/particles/graphic emitter.ts similarity index 100% rename from todo/phaser tests/particles/graphic emitter.ts rename to wip/phaser tests/particles/graphic emitter.ts diff --git a/todo/phaser tests/particles/mousetrail.js b/wip/phaser tests/particles/mousetrail.js similarity index 100% rename from todo/phaser tests/particles/mousetrail.js rename to wip/phaser tests/particles/mousetrail.js diff --git a/todo/phaser tests/particles/mousetrail.ts b/wip/phaser tests/particles/mousetrail.ts similarity index 100% rename from todo/phaser tests/particles/mousetrail.ts rename to wip/phaser tests/particles/mousetrail.ts diff --git a/todo/phaser tests/particles/multiple streams.js b/wip/phaser tests/particles/multiple streams.js similarity index 100% rename from todo/phaser tests/particles/multiple streams.js rename to wip/phaser tests/particles/multiple streams.js diff --git a/todo/phaser tests/particles/multiple streams.ts b/wip/phaser tests/particles/multiple streams.ts similarity index 100% rename from todo/phaser tests/particles/multiple streams.ts rename to wip/phaser tests/particles/multiple streams.ts diff --git a/todo/phaser tests/particles/sprite emitter.js b/wip/phaser tests/particles/sprite emitter.js similarity index 100% rename from todo/phaser tests/particles/sprite emitter.js rename to wip/phaser tests/particles/sprite emitter.js diff --git a/todo/phaser tests/particles/sprite emitter.ts b/wip/phaser tests/particles/sprite emitter.ts similarity index 100% rename from todo/phaser tests/particles/sprite emitter.ts rename to wip/phaser tests/particles/sprite emitter.ts diff --git a/todo/phaser tests/particles/when particles collide.js b/wip/phaser tests/particles/when particles collide.js similarity index 100% rename from todo/phaser tests/particles/when particles collide.js rename to wip/phaser tests/particles/when particles collide.js diff --git a/todo/phaser tests/particles/when particles collide.ts b/wip/phaser tests/particles/when particles collide.ts similarity index 100% rename from todo/phaser tests/particles/when particles collide.ts rename to wip/phaser tests/particles/when particles collide.ts diff --git a/todo/phaser tests/physics/temp1.js b/wip/phaser tests/physics/temp1.js similarity index 100% rename from todo/phaser tests/physics/temp1.js rename to wip/phaser tests/physics/temp1.js diff --git a/todo/phaser tests/physics/temp1.ts b/wip/phaser tests/physics/temp1.ts similarity index 100% rename from todo/phaser tests/physics/temp1.ts rename to wip/phaser tests/physics/temp1.ts diff --git a/todo/phaser tests/physics/temp2.js b/wip/phaser tests/physics/temp2.js similarity index 100% rename from todo/phaser tests/physics/temp2.js rename to wip/phaser tests/physics/temp2.js diff --git a/todo/phaser tests/physics/temp2.ts b/wip/phaser tests/physics/temp2.ts similarity index 100% rename from todo/phaser tests/physics/temp2.ts rename to wip/phaser tests/physics/temp2.ts diff --git a/todo/phaser tests/sprites/animation 1.js b/wip/phaser tests/sprites/animation 1.js similarity index 100% rename from todo/phaser tests/sprites/animation 1.js rename to wip/phaser tests/sprites/animation 1.js diff --git a/todo/phaser tests/sprites/animation 1.ts b/wip/phaser tests/sprites/animation 1.ts similarity index 100% rename from todo/phaser tests/sprites/animation 1.ts rename to wip/phaser tests/sprites/animation 1.ts diff --git a/todo/phaser tests/sprites/dynamic texture 2.js b/wip/phaser tests/sprites/dynamic texture 2.js similarity index 100% rename from todo/phaser tests/sprites/dynamic texture 2.js rename to wip/phaser tests/sprites/dynamic texture 2.js diff --git a/todo/phaser tests/sprites/dynamic texture 2.ts b/wip/phaser tests/sprites/dynamic texture 2.ts similarity index 100% rename from todo/phaser tests/sprites/dynamic texture 2.ts rename to wip/phaser tests/sprites/dynamic texture 2.ts diff --git a/todo/phaser tests/sprites/flipped.js b/wip/phaser tests/sprites/flipped.js similarity index 100% rename from todo/phaser tests/sprites/flipped.js rename to wip/phaser tests/sprites/flipped.js diff --git a/todo/phaser tests/sprites/flipped.ts b/wip/phaser tests/sprites/flipped.ts similarity index 100% rename from todo/phaser tests/sprites/flipped.ts rename to wip/phaser tests/sprites/flipped.ts diff --git a/todo/phaser tests/sprites/mark of the bunny.js b/wip/phaser tests/sprites/mark of the bunny.js similarity index 100% rename from todo/phaser tests/sprites/mark of the bunny.js rename to wip/phaser tests/sprites/mark of the bunny.js diff --git a/todo/phaser tests/sprites/mark of the bunny.ts b/wip/phaser tests/sprites/mark of the bunny.ts similarity index 100% rename from todo/phaser tests/sprites/mark of the bunny.ts rename to wip/phaser tests/sprites/mark of the bunny.ts diff --git a/todo/phaser tests/sprites/rotation.js b/wip/phaser tests/sprites/rotation.js similarity index 100% rename from todo/phaser tests/sprites/rotation.js rename to wip/phaser tests/sprites/rotation.js diff --git a/todo/phaser tests/sprites/rotation.ts b/wip/phaser tests/sprites/rotation.ts similarity index 100% rename from todo/phaser tests/sprites/rotation.ts rename to wip/phaser tests/sprites/rotation.ts diff --git a/todo/phaser tests/sprites/velocity.js b/wip/phaser tests/sprites/velocity.js similarity index 100% rename from todo/phaser tests/sprites/velocity.js rename to wip/phaser tests/sprites/velocity.js diff --git a/todo/phaser tests/sprites/velocity.ts b/wip/phaser tests/sprites/velocity.ts similarity index 100% rename from todo/phaser tests/sprites/velocity.ts rename to wip/phaser tests/sprites/velocity.ts diff --git a/todo/phaser tests/tilemap/basic tilemap.js b/wip/phaser tests/tilemap/basic tilemap.js similarity index 100% rename from todo/phaser tests/tilemap/basic tilemap.js rename to wip/phaser tests/tilemap/basic tilemap.js diff --git a/todo/phaser tests/tilemap/basic tilemap.ts b/wip/phaser tests/tilemap/basic tilemap.ts similarity index 100% rename from todo/phaser tests/tilemap/basic tilemap.ts rename to wip/phaser tests/tilemap/basic tilemap.ts diff --git a/todo/phaser tests/tilemap/collide with tile.js b/wip/phaser tests/tilemap/collide with tile.js similarity index 100% rename from todo/phaser tests/tilemap/collide with tile.js rename to wip/phaser tests/tilemap/collide with tile.js diff --git a/todo/phaser tests/tilemap/collide with tile.ts b/wip/phaser tests/tilemap/collide with tile.ts similarity index 100% rename from todo/phaser tests/tilemap/collide with tile.ts rename to wip/phaser tests/tilemap/collide with tile.ts diff --git a/todo/phaser tests/tilemap/collision.js b/wip/phaser tests/tilemap/collision.js similarity index 100% rename from todo/phaser tests/tilemap/collision.js rename to wip/phaser tests/tilemap/collision.js diff --git a/todo/phaser tests/tilemap/collision.ts b/wip/phaser tests/tilemap/collision.ts similarity index 100% rename from todo/phaser tests/tilemap/collision.ts rename to wip/phaser tests/tilemap/collision.ts diff --git a/todo/phaser tests/tilemap/fill tiles.js b/wip/phaser tests/tilemap/fill tiles.js similarity index 100% rename from todo/phaser tests/tilemap/fill tiles.js rename to wip/phaser tests/tilemap/fill tiles.js diff --git a/todo/phaser tests/tilemap/fill tiles.ts b/wip/phaser tests/tilemap/fill tiles.ts similarity index 100% rename from todo/phaser tests/tilemap/fill tiles.ts rename to wip/phaser tests/tilemap/fill tiles.ts diff --git a/todo/phaser tests/tilemap/get tile.js b/wip/phaser tests/tilemap/get tile.js similarity index 100% rename from todo/phaser tests/tilemap/get tile.js rename to wip/phaser tests/tilemap/get tile.js diff --git a/todo/phaser tests/tilemap/get tile.ts b/wip/phaser tests/tilemap/get tile.ts similarity index 100% rename from todo/phaser tests/tilemap/get tile.ts rename to wip/phaser tests/tilemap/get tile.ts diff --git a/todo/phaser tests/tilemap/map draw.js b/wip/phaser tests/tilemap/map draw.js similarity index 100% rename from todo/phaser tests/tilemap/map draw.js rename to wip/phaser tests/tilemap/map draw.js diff --git a/todo/phaser tests/tilemap/map draw.ts b/wip/phaser tests/tilemap/map draw.ts similarity index 100% rename from todo/phaser tests/tilemap/map draw.ts rename to wip/phaser tests/tilemap/map draw.ts diff --git a/todo/phaser tests/tilemap/put tile.js b/wip/phaser tests/tilemap/put tile.js similarity index 100% rename from todo/phaser tests/tilemap/put tile.js rename to wip/phaser tests/tilemap/put tile.js diff --git a/todo/phaser tests/tilemap/put tile.ts b/wip/phaser tests/tilemap/put tile.ts similarity index 100% rename from todo/phaser tests/tilemap/put tile.ts rename to wip/phaser tests/tilemap/put tile.ts diff --git a/todo/phaser tests/tilemap/random tiles.js b/wip/phaser tests/tilemap/random tiles.js similarity index 100% rename from todo/phaser tests/tilemap/random tiles.js rename to wip/phaser tests/tilemap/random tiles.js diff --git a/todo/phaser tests/tilemap/random tiles.ts b/wip/phaser tests/tilemap/random tiles.ts similarity index 100% rename from todo/phaser tests/tilemap/random tiles.ts rename to wip/phaser tests/tilemap/random tiles.ts diff --git a/todo/phaser tests/tilemap/replace tiles.js b/wip/phaser tests/tilemap/replace tiles.js similarity index 100% rename from todo/phaser tests/tilemap/replace tiles.js rename to wip/phaser tests/tilemap/replace tiles.js diff --git a/todo/phaser tests/tilemap/replace tiles.ts b/wip/phaser tests/tilemap/replace tiles.ts similarity index 100% rename from todo/phaser tests/tilemap/replace tiles.ts rename to wip/phaser tests/tilemap/replace tiles.ts diff --git a/todo/phaser tests/tilemap/small map.js b/wip/phaser tests/tilemap/small map.js similarity index 100% rename from todo/phaser tests/tilemap/small map.js rename to wip/phaser tests/tilemap/small map.js diff --git a/todo/phaser tests/tilemap/small map.ts b/wip/phaser tests/tilemap/small map.ts similarity index 100% rename from todo/phaser tests/tilemap/small map.ts rename to wip/phaser tests/tilemap/small map.ts diff --git a/todo/phaser tests/tilemap/sprite draw tiles.js b/wip/phaser tests/tilemap/sprite draw tiles.js similarity index 100% rename from todo/phaser tests/tilemap/sprite draw tiles.js rename to wip/phaser tests/tilemap/sprite draw tiles.js diff --git a/todo/phaser tests/tilemap/sprite draw tiles.ts b/wip/phaser tests/tilemap/sprite draw tiles.ts similarity index 100% rename from todo/phaser tests/tilemap/sprite draw tiles.ts rename to wip/phaser tests/tilemap/sprite draw tiles.ts diff --git a/todo/phaser tests/tilemap/swap tiles.js b/wip/phaser tests/tilemap/swap tiles.js similarity index 100% rename from todo/phaser tests/tilemap/swap tiles.js rename to wip/phaser tests/tilemap/swap tiles.js diff --git a/todo/phaser tests/tilemap/swap tiles.ts b/wip/phaser tests/tilemap/swap tiles.ts similarity index 100% rename from todo/phaser tests/tilemap/swap tiles.ts rename to wip/phaser tests/tilemap/swap tiles.ts diff --git a/todo/physics/AdvancedPhysics.js b/wip/physics/AdvancedPhysics.js similarity index 100% rename from todo/physics/AdvancedPhysics.js rename to wip/physics/AdvancedPhysics.js diff --git a/todo/physics/AdvancedPhysics.ts b/wip/physics/AdvancedPhysics.ts similarity index 100% rename from todo/physics/AdvancedPhysics.ts rename to wip/physics/AdvancedPhysics.ts diff --git a/todo/physics/ArcadePhysics.js b/wip/physics/ArcadePhysics.js similarity index 100% rename from todo/physics/ArcadePhysics.js rename to wip/physics/ArcadePhysics.js diff --git a/todo/physics/ArcadePhysics.ts b/wip/physics/ArcadePhysics.ts similarity index 100% rename from todo/physics/ArcadePhysics.ts rename to wip/physics/ArcadePhysics.ts diff --git a/todo/physics/Body.js b/wip/physics/Body.js similarity index 100% rename from todo/physics/Body.js rename to wip/physics/Body.js diff --git a/todo/physics/Body.ts b/wip/physics/Body.ts similarity index 100% rename from todo/physics/Body.ts rename to wip/physics/Body.ts diff --git a/todo/physics/BodyUtils.ts b/wip/physics/BodyUtils.ts similarity index 100% rename from todo/physics/BodyUtils.ts rename to wip/physics/BodyUtils.ts diff --git a/todo/physics/Bounds.js b/wip/physics/Bounds.js similarity index 100% rename from todo/physics/Bounds.js rename to wip/physics/Bounds.js diff --git a/todo/physics/Bounds.ts b/wip/physics/Bounds.ts similarity index 100% rename from todo/physics/Bounds.ts rename to wip/physics/Bounds.ts diff --git a/todo/physics/Collision.js b/wip/physics/Collision.js similarity index 100% rename from todo/physics/Collision.js rename to wip/physics/Collision.js diff --git a/todo/physics/Collision.ts b/wip/physics/Collision.ts similarity index 100% rename from todo/physics/Collision.ts rename to wip/physics/Collision.ts diff --git a/todo/physics/Contact.js b/wip/physics/Contact.js similarity index 100% rename from todo/physics/Contact.js rename to wip/physics/Contact.js diff --git a/todo/physics/Contact.ts b/wip/physics/Contact.ts similarity index 100% rename from todo/physics/Contact.ts rename to wip/physics/Contact.ts diff --git a/todo/physics/ContactSolver.js b/wip/physics/ContactSolver.js similarity index 100% rename from todo/physics/ContactSolver.js rename to wip/physics/ContactSolver.js diff --git a/todo/physics/ContactSolver.ts b/wip/physics/ContactSolver.ts similarity index 100% rename from todo/physics/ContactSolver.ts rename to wip/physics/ContactSolver.ts diff --git a/todo/physics/Manager.js b/wip/physics/Manager.js similarity index 100% rename from todo/physics/Manager.js rename to wip/physics/Manager.js diff --git a/todo/physics/Manager.ts b/wip/physics/Manager.ts similarity index 100% rename from todo/physics/Manager.ts rename to wip/physics/Manager.ts diff --git a/todo/physics/Plane.js b/wip/physics/Plane.js similarity index 100% rename from todo/physics/Plane.js rename to wip/physics/Plane.js diff --git a/todo/physics/Plane.ts b/wip/physics/Plane.ts similarity index 100% rename from todo/physics/Plane.ts rename to wip/physics/Plane.ts diff --git a/todo/physics/Space.js b/wip/physics/Space.js similarity index 100% rename from todo/physics/Space.js rename to wip/physics/Space.js diff --git a/todo/physics/Space.ts b/wip/physics/Space.ts similarity index 100% rename from todo/physics/Space.ts rename to wip/physics/Space.ts diff --git a/todo/physics/Transform.js b/wip/physics/Transform.js similarity index 100% rename from todo/physics/Transform.js rename to wip/physics/Transform.js diff --git a/todo/physics/Transform.ts b/wip/physics/Transform.ts similarity index 100% rename from todo/physics/Transform.ts rename to wip/physics/Transform.ts diff --git a/todo/physics/TransformUtils.js b/wip/physics/TransformUtils.js similarity index 100% rename from todo/physics/TransformUtils.js rename to wip/physics/TransformUtils.js diff --git a/todo/physics/TransformUtils.ts b/wip/physics/TransformUtils.ts similarity index 100% rename from todo/physics/TransformUtils.ts rename to wip/physics/TransformUtils.ts diff --git a/todo/physics/joints/IJoint.js b/wip/physics/joints/IJoint.js similarity index 100% rename from todo/physics/joints/IJoint.js rename to wip/physics/joints/IJoint.js diff --git a/todo/physics/joints/IJoint.js.map b/wip/physics/joints/IJoint.js.map similarity index 100% rename from todo/physics/joints/IJoint.js.map rename to wip/physics/joints/IJoint.js.map diff --git a/todo/physics/joints/IJoint.ts b/wip/physics/joints/IJoint.ts similarity index 100% rename from todo/physics/joints/IJoint.ts rename to wip/physics/joints/IJoint.ts diff --git a/todo/physics/joints/Joint.js b/wip/physics/joints/Joint.js similarity index 100% rename from todo/physics/joints/Joint.js rename to wip/physics/joints/Joint.js diff --git a/todo/physics/joints/Joint.js.map b/wip/physics/joints/Joint.js.map similarity index 100% rename from todo/physics/joints/Joint.js.map rename to wip/physics/joints/Joint.js.map diff --git a/todo/physics/joints/Joint.ts b/wip/physics/joints/Joint.ts similarity index 100% rename from todo/physics/joints/Joint.ts rename to wip/physics/joints/Joint.ts diff --git a/todo/physics/shapes/Box.js b/wip/physics/shapes/Box.js similarity index 100% rename from todo/physics/shapes/Box.js rename to wip/physics/shapes/Box.js diff --git a/todo/physics/shapes/Box.js.map b/wip/physics/shapes/Box.js.map similarity index 100% rename from todo/physics/shapes/Box.js.map rename to wip/physics/shapes/Box.js.map diff --git a/todo/physics/shapes/Box.ts b/wip/physics/shapes/Box.ts similarity index 100% rename from todo/physics/shapes/Box.ts rename to wip/physics/shapes/Box.ts diff --git a/todo/physics/shapes/Circle.js b/wip/physics/shapes/Circle.js similarity index 100% rename from todo/physics/shapes/Circle.js rename to wip/physics/shapes/Circle.js diff --git a/todo/physics/shapes/Circle.js.map b/wip/physics/shapes/Circle.js.map similarity index 100% rename from todo/physics/shapes/Circle.js.map rename to wip/physics/shapes/Circle.js.map diff --git a/todo/physics/shapes/Circle.ts b/wip/physics/shapes/Circle.ts similarity index 100% rename from todo/physics/shapes/Circle.ts rename to wip/physics/shapes/Circle.ts diff --git a/todo/physics/shapes/IShape.js b/wip/physics/shapes/IShape.js similarity index 100% rename from todo/physics/shapes/IShape.js rename to wip/physics/shapes/IShape.js diff --git a/todo/physics/shapes/IShape.js.map b/wip/physics/shapes/IShape.js.map similarity index 100% rename from todo/physics/shapes/IShape.js.map rename to wip/physics/shapes/IShape.js.map diff --git a/todo/physics/shapes/IShape.ts b/wip/physics/shapes/IShape.ts similarity index 100% rename from todo/physics/shapes/IShape.ts rename to wip/physics/shapes/IShape.ts diff --git a/todo/physics/shapes/Poly.js b/wip/physics/shapes/Poly.js similarity index 100% rename from todo/physics/shapes/Poly.js rename to wip/physics/shapes/Poly.js diff --git a/todo/physics/shapes/Poly.js.map b/wip/physics/shapes/Poly.js.map similarity index 100% rename from todo/physics/shapes/Poly.js.map rename to wip/physics/shapes/Poly.js.map diff --git a/todo/physics/shapes/Poly.ts b/wip/physics/shapes/Poly.ts similarity index 100% rename from todo/physics/shapes/Poly.ts rename to wip/physics/shapes/Poly.ts diff --git a/todo/physics/shapes/Segment.js b/wip/physics/shapes/Segment.js similarity index 100% rename from todo/physics/shapes/Segment.js rename to wip/physics/shapes/Segment.js diff --git a/todo/physics/shapes/Segment.js.map b/wip/physics/shapes/Segment.js.map similarity index 100% rename from todo/physics/shapes/Segment.js.map rename to wip/physics/shapes/Segment.js.map diff --git a/todo/physics/shapes/Segment.ts b/wip/physics/shapes/Segment.ts similarity index 100% rename from todo/physics/shapes/Segment.ts rename to wip/physics/shapes/Segment.ts diff --git a/todo/physics/shapes/Shape.js b/wip/physics/shapes/Shape.js similarity index 100% rename from todo/physics/shapes/Shape.js rename to wip/physics/shapes/Shape.js diff --git a/todo/physics/shapes/Shape.js.map b/wip/physics/shapes/Shape.js.map similarity index 100% rename from todo/physics/shapes/Shape.js.map rename to wip/physics/shapes/Shape.js.map diff --git a/todo/physics/shapes/Shape.ts b/wip/physics/shapes/Shape.ts similarity index 100% rename from todo/physics/shapes/Shape.ts rename to wip/physics/shapes/Shape.ts diff --git a/todo/physics/shapes/Triangle.js b/wip/physics/shapes/Triangle.js similarity index 100% rename from todo/physics/shapes/Triangle.js rename to wip/physics/shapes/Triangle.js diff --git a/todo/physics/shapes/Triangle.js.map b/wip/physics/shapes/Triangle.js.map similarity index 100% rename from todo/physics/shapes/Triangle.js.map rename to wip/physics/shapes/Triangle.js.map diff --git a/todo/physics/shapes/Triangle.ts b/wip/physics/shapes/Triangle.ts similarity index 100% rename from todo/physics/shapes/Triangle.ts rename to wip/physics/shapes/Triangle.ts diff --git a/todo/verlet/AngleConstraint.js b/wip/verlet/AngleConstraint.js similarity index 100% rename from todo/verlet/AngleConstraint.js rename to wip/verlet/AngleConstraint.js diff --git a/todo/verlet/AngleConstraint.js.map b/wip/verlet/AngleConstraint.js.map similarity index 100% rename from todo/verlet/AngleConstraint.js.map rename to wip/verlet/AngleConstraint.js.map diff --git a/todo/verlet/AngleConstraint.ts b/wip/verlet/AngleConstraint.ts similarity index 100% rename from todo/verlet/AngleConstraint.ts rename to wip/verlet/AngleConstraint.ts diff --git a/todo/verlet/Composite.js b/wip/verlet/Composite.js similarity index 100% rename from todo/verlet/Composite.js rename to wip/verlet/Composite.js diff --git a/todo/verlet/Composite.ts b/wip/verlet/Composite.ts similarity index 100% rename from todo/verlet/Composite.ts rename to wip/verlet/Composite.ts diff --git a/todo/verlet/DistanceConstraint.js b/wip/verlet/DistanceConstraint.js similarity index 100% rename from todo/verlet/DistanceConstraint.js rename to wip/verlet/DistanceConstraint.js diff --git a/todo/verlet/DistanceConstraint.ts b/wip/verlet/DistanceConstraint.ts similarity index 100% rename from todo/verlet/DistanceConstraint.ts rename to wip/verlet/DistanceConstraint.ts diff --git a/todo/verlet/Particle.js b/wip/verlet/Particle.js similarity index 100% rename from todo/verlet/Particle.js rename to wip/verlet/Particle.js diff --git a/todo/verlet/Particle.js.map b/wip/verlet/Particle.js.map similarity index 100% rename from todo/verlet/Particle.js.map rename to wip/verlet/Particle.js.map diff --git a/todo/verlet/Particle.ts b/wip/verlet/Particle.ts similarity index 100% rename from todo/verlet/Particle.ts rename to wip/verlet/Particle.ts diff --git a/todo/verlet/PinConstraint.js b/wip/verlet/PinConstraint.js similarity index 100% rename from todo/verlet/PinConstraint.js rename to wip/verlet/PinConstraint.js diff --git a/todo/verlet/PinConstraint.ts b/wip/verlet/PinConstraint.ts similarity index 100% rename from todo/verlet/PinConstraint.ts rename to wip/verlet/PinConstraint.ts diff --git a/todo/verlet/VerletManager.js b/wip/verlet/VerletManager.js similarity index 100% rename from todo/verlet/VerletManager.js rename to wip/verlet/VerletManager.js diff --git a/todo/verlet/VerletManager.ts b/wip/verlet/VerletManager.ts similarity index 100% rename from todo/verlet/VerletManager.ts rename to wip/verlet/VerletManager.ts