photonstorm
|
67ad898294
|
Tween.generateData(frameRate) allows you to generate tween data into an array, which can then be used however you wish (see new examples)
Added new Retro Font examples.
|
2014-03-03 22:43:35 +00:00 |
|
photonstorm
|
7183322259
|
Renamed Phaser.BitmapFont to Phaser.RetroFont because I believe it will cause confusion otherwise. Also tidied up the asset fonts folder.
|
2014-03-03 17:05:28 +00:00 |
|
photonstorm
|
15b83e1c88
|
Added the new BitmapFont class. This is for rendering retro style fixed-width bitmap fonts into an Image object.
|
2014-02-14 06:04:29 +00:00 |
|
photonstorm
|
b38b00c2c1
|
Loader.bitmapFont now has 2 extra parameters: xSpacing and ySpacing. These allow you to add extra spacing to each letter or line of the font.
|
2014-02-14 04:34:57 +00:00 |
|
photonstorm
|
24f2e2a46d
|
BitmapText updated and bought in-line with the new Text class. Moved to use the new Bitmap Text XML loader which should work fine on CocoonJS now and also supports multiple bitmap fonts per cache.
|
2014-02-14 03:34:35 +00:00 |
|