mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Adding .0 :)
This commit is contained in:
parent
113b69a5d1
commit
8e7e6f05e1
4 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
![Phaser 2.0](http://www.phaser.io/images/phaser2-github.png)
|
![Phaser 2.0](http://www.phaser.io/images/phaser2-github.png)
|
||||||
|
|
||||||
# Phaser 2.1-dev
|
# Phaser 2.1.0-dev
|
||||||
|
|
||||||
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.
|
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: 2.1 "Cairhien" - Released: -in development-
|
Version: 2.1.0 "Cairhien" - Released: -in development-
|
||||||
|
|
||||||
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
|
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
|
||||||
|
|
||||||
![div](http://phaser.io/images/div4.png)
|
![div](http://phaser.io/images/div4.png)
|
||||||
|
|
||||||
## Welcome to Phaser and What's new in 2.1?
|
## Welcome to Phaser and What's new in 2.1.0?
|
||||||
|
|
||||||
Until then happy coding everyone! And we hope to see you on the forums.
|
Until then happy coding everyone! And we hope to see you on the forums.
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Finally the list of [community authored Phaser Tutorials](http://www.lessmilk.co
|
||||||
|
|
||||||
## Change Log
|
## Change Log
|
||||||
|
|
||||||
Version 2.1 - "Cairhien" - -in development-
|
Version 2.1.0 - "Cairhien" - -in development-
|
||||||
|
|
||||||
### Updates
|
### Updates
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "phaser",
|
"name": "phaser",
|
||||||
"version": "2.1",
|
"version": "2.1.0",
|
||||||
"homepage": "http://phaser.io",
|
"homepage": "http://phaser.io",
|
||||||
"authors": [
|
"authors": [
|
||||||
"photonstorm <rich@photonstorm.com>"
|
"photonstorm <rich@photonstorm.com>"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Phaser",
|
"name": "Phaser",
|
||||||
"version": "2.1",
|
"version": "2.1.0",
|
||||||
"release": "Cairhien",
|
"release": "Cairhien",
|
||||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||||
"author": "Richard Davey",
|
"author": "Richard Davey",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
*/
|
*/
|
||||||
var Phaser = Phaser || {
|
var Phaser = Phaser || {
|
||||||
|
|
||||||
VERSION: '2.1-dev',
|
VERSION: '2.1.0-dev',
|
||||||
GAMES: [],
|
GAMES: [],
|
||||||
|
|
||||||
AUTO: 0,
|
AUTO: 0,
|
||||||
|
|
Loading…
Reference in a new issue