Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 28, 2013
1 parent 8da9b67 commit f22159e
Show file tree
Hide file tree
Showing 193 changed files with 67,984 additions and 92,183 deletions.
14 changes: 0 additions & 14 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,7 @@ module.exports = function (grunt) {
'src/pixi/extras/Rope.js',
'src/pixi/extras/TilingSprite.js',
'src/pixi/filters/AbstractFilter.js',
'src/pixi/filters/BlurFilter.js',
'src/pixi/filters/BlurXFilter.js',
'src/pixi/filters/BlurYFilter.js',
'src/pixi/filters/ColorMatrixFilter.js',
'src/pixi/filters/CrossHatchFilter.js',
'src/pixi/filters/DisplacementFilter.js',
'src/pixi/filters/DotScreenFilter.js',
'src/pixi/filters/FilterBlock.js',
'src/pixi/filters/GreyFilter.js',
'src/pixi/filters/InvertFilter.js',
'src/pixi/filters/PixelateFilter.js',
'src/pixi/filters/RGBSplitFilter.js',
'src/pixi/filters/SepiaFilter.js',
'src/pixi/filters/SmartBlurFilter.js',
'src/pixi/filters/TwistFilter.js',
'src/pixi/primitives/Graphics.js',
'src/pixi/renderers/canvas/CanvasGraphics.js',
'src/pixi/renderers/canvas/CanvasRenderer.js',
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Phaser 1.1

Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It uses [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) internally for fast 2D Canvas and WebGL rendering.

Version: 1.1.3 - Released: -in development-
Version: 1.1.3 - Released: November 28th 2013

By Richard Davey, [Photon Storm](http://www.photonstorm.com)

Expand Down Expand Up @@ -39,7 +39,7 @@ Phaser is everything we ever wanted from an HTML5 game framework. It powers all
Change Log
----------

Version 1.1.3 - in build
Version 1.1.3 - November 28th 2013

* New: Added a .jshintrc so contributions can be run through JSHint to help retain formatting across the library (thanks kevinthompson)
* New: The entire Phaser library has been updated to match the new JSHint configuration.
Expand Down Expand Up @@ -250,7 +250,7 @@ Before submitting a pull request, please run your code through [JSHint](http://w
Bugs?
-----

Please add them to the [Issue Tracker][1] with as much info as possible.
Please add them to the [Issue Tracker][1] with as much info as possible, especially source code demonstrating the issue.

![Phaser Tilemap](http://www.photonstorm.com/wp-content/uploads/2013/04/phaser_tilemap_collision.png)

Expand Down
Loading

0 comments on commit f22159e

Please sign in to comment.