-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11d47d0
commit e2f1961
Showing
13 changed files
with
17 additions
and
219,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,13 +110,13 @@ npm install phaser | |
[Phaser is on jsDelivr](https://www.jsdelivr.com/package/npm/phaser) which is a "super-fast CDN for developers". Include the following in your html: | ||
|
||
```html | ||
<script src="//cdn.jsdelivr.net/npm/[email protected].0/dist/phaser.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected].1/dist/phaser.js"></script> | ||
``` | ||
|
||
or the minified version: | ||
|
||
```html | ||
<script src="//cdn.jsdelivr.net/npm/[email protected].0/dist/phaser.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected].1/dist/phaser.min.js"></script> | ||
``` | ||
|
||
### API Documentation | ||
|
@@ -188,7 +188,7 @@ Create an `index.html` page locally and paste the following code into it: | |
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/phaser-arcade-physics.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/phaser-arcade-physics.min.js"></script> | ||
</head> | ||
<body> | ||
|
||
|
@@ -342,8 +342,8 @@ All rights reserved. | |
|
||
"Above all, video games are meant to be just one thing: fun. Fun for everyone." - Satoru Iwata | ||
|
||
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.53.0/phaser.js | ||
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.53.0/phaser.min.js | ||
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.53.1/phaser.js | ||
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.53.1/phaser.min.js | ||
[clone-http]: https://github.com/photonstorm/phaser.git | ||
[clone-ssh]: [email protected]:photonstorm/phaser.git | ||
[clone-ghwin]: github-windows://openRepo/https://github.com/photonstorm/phaser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.