photonstorm
|
20551f9129
|
Lots of jsdocs fixes ready for the new doc generator.
|
2014-09-16 17:35:08 +01:00 |
|
photonstorm
|
d26f937f1c
|
RetroFont has a new property called frameData which contains the Frame objects for each of the letters in the font, which can be used by Sprites.
|
2014-09-02 00:41:53 +01:00 |
|
jackrugile
|
05d856d4ea
|
remove escaping backslashes from retro font text set documentation
|
2014-07-20 15:15:02 -06:00 |
|
photonstorm
|
30cf226fc2
|
Rebuild on offset change.
|
2014-05-28 01:08:28 +01:00 |
|
photonstorm
|
5a0d5b4887
|
RetroFont now uses Phaser.scaleModes.NEAREST by default for its RenderTexture to preserve scaling.
|
2014-05-27 13:36:38 +01:00 |
|
photonstorm
|
5b9bd96583
|
RetroFont.updateOffset allows you to modify the offsetX/Y values used by the font during rendering.
|
2014-05-27 05:23:34 +01:00 |
|
photonstorm
|
68f1bbd9a5
|
RetroFont charsPerRow paramters is now optional. If not given it will take the image width and divide it by the characterWidth value.
|
2014-05-27 04:26:23 +01:00 |
|
photonstorm
|
be66a694a8
|
jsdoc and jshint fixes.
|
2014-05-24 02:53:48 +01:00 |
|
photonstorm
|
2650e6c47e
|
RetroFont.text would throw WebGL errors due to an issue with Pixi.RenderTexture. Fixed in Phaser and submitted code to Pixi.
RenderTexture.resize would throw WebGL errors due to an issue with Pixi.RenderTexture. Fixed in Phaser and submitted code to Pixi.
|
2014-05-15 15:32:59 +01:00 |
|
Christian Wesselhoeft
|
bdbf2783ad
|
Fix jshint issues in src/gameobjects
|
2014-03-25 14:56:05 -07:00 |
|
Christian Wesselhoeft
|
61f18b675c
|
Trim trailing whitespace.
|
2014-03-25 14:56:04 -07:00 |
|
photonstorm
|
c8e63582a4
|
Lots of small tweaks to pass jshint.
|
2014-03-13 16:49:52 +00:00 |
|
photonstorm
|
6bddf1a914
|
The main Game class has been modified so that the update methods no longer have any if/else checks in them. Now split into coreUpdate, etc.
Put QuadTree back into Debug class.
Debug class now clears down on WebGL.
Updated RetroFont.type.
Fixed QuadTree example.
|
2014-03-11 16:14:01 +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 |
|