angelozerr / tern-phaser

A Tern plugin for Phaser
http://phaser.io/
12 stars 6 forks source link

Auto complete the easing string values #7

Open PhaserEditor2D opened 9 years ago

PhaserEditor2D commented 9 years ago

It should be very helpful if it auto completes the easing string literals:

https://github.com/photonstorm/phaser/blob/master/src/tween/TweenManager.js#L52

angelozerr commented 9 years ago

Could you give me a sample please.

PhaserEditor2D commented 9 years ago

Look this Phaser example:

http://phaser.io/examples/v2/virtualjoystick/stick-position

it uses the "Back.easeOut" and "Elastic.easeOut" values.

angelozerr commented 8 years ago

Thanks. I will fix that when I will find time.