Skip to content

Commit

Permalink
Fix links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Apr 13, 2024
1 parent 0ed5bab commit b59107b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enough manner.

### Basic demo :pen:

[webgl](https://pixijs.github.io/tilemap/basic.html)
[webgl](https://pixijs.io/tilemap/examples/basic.html)

### Settings :page_facing_up:

Expand Down Expand Up @@ -82,11 +82,11 @@ Canvas fallback is 5x slower than vanilla rpgmaker. Webgl version is faster and

### RPGMaker demo

[webgl](https://pixijs.github.io/tilemap/): [zoomin](https://pixijs.github.io/tilemap/?scale=0.6) and [zoomout](https://pixijs.github.io/tilemap/?scale=1.4)
[webgl](https://pixijs.io/tilemap/examples/): [zoomin](https://pixijs.io/tilemap/examples/?scale=0.6) and [zoomout](https://pixijs.io/tilemap/examples/?scale=1.4)

[retina webgl](https://pixijs.github.io/tilemap/?resolution=2): [zoomin](https://pixijs.github.io/pixi-tilemap/?resolution=2&scale=0.6) and [zoomout](https://pixijs.github.io/pixi-tilemap/?resolution=2&scale=1.4)
[retina webgl](https://pixijs.io/tilemap/examples/?resolution=2): [zoomin](https://pixijs.io/tilemap/examples/?resolution=2&scale=0.6) and [zoomout](https://pixijs.io/tilemap/?resolution=2&scale=1.4)

[canvas](https://pixijs.github.io/tilemap/?canvas)
[canvas](https://pixijs.io/tilemap/examples/?canvas)

## More tutorials :link:

Expand Down

0 comments on commit b59107b

Please sign in to comment.