Skip to content

Commit 4c3b2f8

Browse files
committed
Updated for new examples
1 parent 8a6f590 commit 4c3b2f8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ git push heroku master
5050
(1) If you modified and built pixi.js, please copy pixi.js/dist/* to /pixi-server/dist/pixi and update it on Heroku.
5151
(2) When you have deployed <submission>/pixi-server to Heroku, you should replace `ASSET_URL` in /example-server/dist/.js (all the example files) to the host URL of pixi-server. And also note that use the protocol to `http://` instead of `https://`.
5252

53-
5453
## Heroku examples
5554

56-
- Basic: http://pxscene-pixi-examples.herokuapp.com//basic.js
57-
- Container: http://pxscene-pixi-examples.herokuapp.com/container.js
58-
- Container Pivot: http://pxscene-pixi-examples.herokuapp.com/container-pivot.js
59-
- Spritesheet Animation: http://pxscene-pixi-examples.herokuapp.com/spritesheet.js
60-
- Click: http://pxscene-pixi-examples.herokuapp.com/click.js
61-
- Tiling Sprite: http://pxscene-pixi-examples.herokuapp.com/tiling-sprite.js
62-
- Text: http://pxscene-pixi-examples.herokuapp.com/text.js
63-
64-
Local example files are located in /example-server/dist/
55+
- Basic: http://pxscene-pixi-examples.herokuapp.com/basics/basic.js
56+
- Container: http://pxscene-pixi-examples.herokuapp.com/basics/container.js
57+
- Container Pivot: http://pxscene-pixi-examples.herokuapp.com/basics/container-pivot.js
58+
- Spritesheet Animation: http://pxscene-pixi-examples.herokuapp.com/basics/spritesheet.js
59+
- Click: http://pxscene-pixi-examples.herokuapp.com/basics/click.js
60+
- Tiling Sprite: http://pxscene-pixi-examples.herokuapp.com/basics/tiling-sprite.js
61+
- Text: http://pxscene-pixi-examples.herokuapp.com/basics/text.js
62+
- Textured Mesh: http://pxscene-pixi-examples.herokuapp.com/basics/textured-mesh.js
63+
- Graphics: http://pxscene-pixi-examples.herokuapp.com/basics/graphics.js
64+
- Render Texture: http://pxscene-pixi-examples.herokuapp.com/basics/render-texture.js
6565

6666
Open pxscene and enter the URL of each example to the input box and press return, you will see the results.
6767

0 commit comments

Comments
 (0)