@@ -6,7 +6,7 @@ Phaser CE is a fast, free, and fun open source HTML5 game framework. It uses a c
66
77Phaser CE is based on Phaser v2.6.2 by Photon Storm. [ Phaser] ( http://phaser.io/ ) is the current and fully maintained version.
88
9- The [ current Phaser CE release is 2.20.1 ] ( https://github.com/phaserjs/phaser-ce/releases/tag/v2.20.1 ) .
9+ The [ current Phaser CE release is 2.20.2 ] ( https://github.com/phaserjs/phaser-ce/releases/tag/v2.20.2 ) .
1010
1111- [ Phaser CE API Documentation] ( https://phaserjs.github.io/phaser-ce/ )
1212- [ Phaser 2 Examples] ( https://samme.github.io/phaser-examples-mirror/ ) ([ source code] [ examples ] )
@@ -72,19 +72,19 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
7272[ Phaser CE is on jsDelivr] ( http://www.jsdelivr.com/projects/phaser-ce ) . Include the following in your html:
7373
7474``` html
75- <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] .1 /build/phaser.js" ></
script >
75+ <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] .2 /build/phaser.js" ></
script >
7676```
7777
7878or the minified version:
7979
8080``` html
81- <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] .1 " ></
script >
81+ <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] .2 " ></
script >
8282```
8383
84- [ Custom builds
] ( https://cdn.jsdelivr.net/npm/[email protected] .1 /build/custom/ ) are available too, e.g.,
84+ [ Custom builds
] ( https://cdn.jsdelivr.net/npm/[email protected] .2 /build/custom/ ) are available too, e.g.,
8585
8686``` html
87- <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] .1 /build/custom/phaser-arcade-physics.js" ></
script >
87+ <
script src =
" https://cdn.jsdelivr.net/npm/[email protected] .2 /build/custom/phaser-arcade-physics.js" ></
script >
8888```
8989
9090<a name =" getting-started " ></a >
@@ -235,10 +235,10 @@ The Phaser logo and characters are © 2024 Photon Storm Limited. All rights rese
235235
236236"Above all, video games are meant to be just one thing: fun. Fun for everyone." - Satoru Iwata
237237
238- [ get-js ] : https://github.com/phaserjs/phaser-ce/releases/download/v2.20.1 /phaser.js
239- [ get-minjs ] : https://github.com/phaserjs/phaser-ce/releases/download/v2.20.1 /phaser.min.js
240- [ get-zip ] : https://github.com/phaserjs/phaser-ce/archive/v2.20.1 .zip
241- [ get-tgz ] : https://github.com/phaserjs/phaser-ce/archive/v2.20.1 .tar.gz
238+ [ get-js ] : https://github.com/phaserjs/phaser-ce/releases/download/v2.20.2 /phaser.js
239+ [ get-minjs ] : https://github.com/phaserjs/phaser-ce/releases/download/v2.20.2 /phaser.min.js
240+ [ get-zip ] : https://github.com/phaserjs/phaser-ce/archive/v2.20.2 .zip
241+ [ get-tgz ] : https://github.com/phaserjs/phaser-ce/archive/v2.20.2 .tar.gz
242242[ clone-http ] : https://github.com/phaserjs/phaser-ce.git
243243[ clone-ssh ] :
ssh://[email protected] :phaserjs/phaser-ce.git 244244[ clone-svn ] : https://github.com/phaserjs/phaser-ce
0 commit comments