Skip to content

Commit 3d626d2

Browse files
committed
Docs update.
1 parent 06ac2cf commit 3d626d2

1 file changed

Lines changed: 12 additions & 29 deletions

File tree

README.md

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Grab the source and join in the fun!
3434
- [Contributing](#contributing)
3535

3636
<a name="whats-new"></a>
37-
![div](http://gametest.mobi/github/newdiv124.png)
37+
![div](http://gametest.mobi/github/div-whats-new.png)
3838

3939
<div align="center"><img src="http://phaser.io/images/github/news.jpg"></div>
4040

@@ -55,7 +55,7 @@ Rich - [@photonstorm](https://twitter.com/photonstorm)
5555
![boogie](http://www.phaser.io/images/spacedancer.gif)
5656

5757
<a name="support"></a>
58-
## Support Phaser Development
58+
![div](http://gametest.mobi/github/div-support-phaser.png)
5959

6060
Developing Phaser takes a lot of time, effort, and money. There are monthly running costs; such as the forum and site, which we maintain 100% ad-free. As well as countless hours of development time, community support, and assistance resolving issues. We do this out of our love for Phaser of course, but at the end of the day there are real tangible costs involved.
6161

@@ -82,8 +82,7 @@ Zenva Academy: [Online courses on Phaser, HTML5 and native app development](http
8282

8383
If you would like to sponsor Phaser then please [get in touch](mailto:support@phaser.io). We have sponsorship options available on our GitHub repo, web site, and newsletter. All of which receive tens of thousands of eyeballs per day.
8484

85-
![div](http://www.phaser.io/images/github/div.png)
86-
85+
![div](http://gametest.mobi/github/div-newsletter.png)
8786
<a name="phaserworld"></a>
8887
## Weekly Newsletter
8988

@@ -93,8 +92,7 @@ Every Friday we publish the [Phaser World](http://phaser.io/community/newsletter
9392

9493
Previous issues can found on our [Back Issues](http://phaser.io/community/backissues) page.
9594

96-
![div](http://www.phaser.io/images/github/div.png)
97-
95+
![div](http://gametest.mobi/github/div-download.png)
9896
<a name="download"></a>
9997
## Download Phaser
10098

@@ -139,8 +137,7 @@ If you'd like to try coding in Phaser right now, with nothing more than your web
139137

140138
Phaser is released under the [MIT License](http://opensource.org/licenses/MIT).
141139

142-
![div](http://www.phaser.io/images/github/div.png)
143-
140+
![div](http://gametest.mobi/github/div-getting-started.png)
144141
<a name="getting-started"></a>
145142
## Getting Started
146143

@@ -184,8 +181,7 @@ The [Game Mechanic Explorer](http://gamemechanicexplorer.com) is a great interac
184181

185182
[MightyEditor](http://mightyfingers.com/) is a browser-based visual Phaser game editor. Create your maps with ease, position objects and share them in seconds. It also exports to native Phaser code. Excellent for quickly setting-up levels and scenes.
186183

187-
![div](http://www.phaser.io/images/github/div.png)
188-
184+
![div](http://gametest.mobi/github/div-using-phaser.png)
189185
<a name="using-phaser"></a>
190186
## Using Phaser
191187

@@ -263,8 +259,7 @@ Should you wish to build Phaser from source you can take advantage of the provid
263259

264260
Run `grunt` to perform a default build to the `dist` folder.
265261

266-
![div](http://www.phaser.io/images/github/div.png)
267-
262+
![div](http://gametest.mobi/github/div-made-with.png)
268263
<a name="games"></a>
269264
## Games made with Phaser
270265

@@ -293,8 +288,7 @@ Artwork copyright their respective owners.
293288

294289
We add [new games](http://phaser.io/news/category/game) to the Phaser site weekly, so be sure to send us yours when it's finished!
295290

296-
![div](http://www.phaser.io/images/github/div.png)
297-
291+
![div](http://gametest.mobi/github/div-requirements.png)
298292
<a name="requirements"></a>
299293
## Requirements
300294

@@ -312,8 +306,7 @@ Phaser is developed in JavaScript. We've made no assumptions about how you like
312306

313307
If you code with [TypeScript](http://www.typescriptlang.org/) there are comprehensive definition files in the `typescript` folder. They are for TypeScript 1.4+.
314308

315-
![div](http://www.phaser.io/images/github/div.png)
316-
309+
![div](http://gametest.mobi/github/div-roadmap.png)
317310
<a name="road-map"></a>
318311
## Road Map
319312

@@ -328,8 +321,7 @@ The majority of Phaser development is now taking place on the [Lazer](https://gi
328321

329322
You can read all about the philosophy behind Lazer [here](http://phaser.io/news/2016/01/phaser-in-2015-and-beyond) or join the Google Group [mailing list](https://groups.google.com/d/forum/phaser3-dev) where progress reports are posted. You can also follow progress in the Phaser World newsletter.
330323

331-
![div](http://www.phaser.io/images/github/div.png)
332-
324+
![div](http://gametest.mobi/github/div-change-log.png)
333325
<a name="change-log"></a>
334326
## Change Log
335327

@@ -412,18 +404,9 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
412404
* The `DisplayObject.worldRotation` value didn't sign the `wt.c` value correctly, meaning the rotation would be wrong.
413405
* The `DisplayObject.worldScale` value didn't multiply the local objects scale into the calculation, meaning the value wasn't a true representation of the objects world scale.
414406

415-
### Pixi Updates
416-
417-
Please note that Phaser uses a custom build of Pixi and always has done. The following changes have been made to our custom build, not to Pixi in general.
418-
419-
*
420-
*
421-
*
422-
423407
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
424408

425-
![div](http://www.phaser.io/images/github/div.png)
426-
409+
![div](http://gametest.mobi/github/div-contributing.png)
427410
<a name="contributing"></a>
428411
## Contributing
429412

@@ -441,7 +424,7 @@ Written something cool that shows Phaser in use? Please tell us about it in our
441424

442425
[![Build Status](https://travis-ci.org/photonstorm/phaser.png?branch=dev)](https://travis-ci.org/photonstorm/phaser)
443426

444-
![div](http://www.phaser.io/images/github/div.png)
427+
![div](http://gametest.mobi/github/div-made-by.png)
445428

446429
![storm](http://www.phaser.io/images/github/photonstorm-x2.png)
447430

0 commit comments

Comments
 (0)