mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
Complete 0.9 release
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Back
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Bounce
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Circular
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Cubic
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Elastic
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Exponential
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Linear
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Quadratic
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Quartic
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Quintic
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
/// <reference path="../../Game.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - Easing
|
||||
*
|
||||
* @desc Based heavily on tween.js by sole (https://github.com/sole/tween.js)
|
||||
*
|
||||
* @version 1.0 - 11th January 2013
|
||||
*
|
||||
* @author Richard Davey, TypeScript conversion and Phaser integration. See Phaser.TweenManager for the full tween.js author list
|
||||
*/
|
||||
* Phaser - Easing - Sinusoidal
|
||||
*
|
||||
* For use with Phaser.Tween
|
||||
*/
|
||||
|
||||
module Phaser.Easing {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user