Skip to content

Commit

Permalink
chore: Update links to userland
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy authored Dec 20, 2024
1 parent e2852c5 commit 77c0474
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @pixi/tilemap - PixiJS Tilemap Kit

[![Automation CI](https://github.com/pixijs/tilemap/actions/workflows/main.yml/badge.svg)](https://github.com/pixijs/tilemap/actions/workflows/main.yml)
[![Automation CI](https://github.com/pixijs-userland/tilemap/actions/workflows/main.yml/badge.svg)](https://github.com/pixijs-userland/tilemap/actions/workflows/main.yml)
<p align="center">
<img src="https://i.imgur.com/hfoiBRk.png" width="1280px" />
<p/>
Expand Down Expand Up @@ -55,8 +55,8 @@ enough manner.

### Demos

* [Basic Demo (WebGL)](https://pixijs.io/tilemap/examples/basic.html)
* [Basic Demo (WebGPU)](https://pixijs.io/tilemap/examples/basic.html?preference=webgpu)
* [Basic Demo (WebGL)](https://userland.pixijs.io/tilemap/examples/basic.html)
* [Basic Demo (WebGPU)](https://userland.pixijs.io/tilemap/examples/basic.html?preference=webgpu)

### Settings

Expand All @@ -76,13 +76,13 @@ Canvas fallback is 5x slower than vanilla rpgmaker. WebGL version is faster and

### RPGMaker Demo

* [WebGL Demo](https://pixijs.io/tilemap/examples/)
* [60% Scale](https://pixijs.io/tilemap/examples/?scale=0.6)
* [140% Scale](https://pixijs.io/tilemap/examples/?scale=1.4)
* [WebGL Retina Demo](https://pixijs.io/tilemap/examples/?resolution=2)
* [60% Scale](https://pixijs.io/tilemap/examples/?resolution=2&scale=0.6)
* [140% Scale](https://pixijs.io/tilemap/examples/?resolution=2&scale=1.4)
* [WebGPU Demo](https://pixijs.io/tilemap/examples/?preference=webgpu)
* [WebGL Demo](https://userland.pixijs.io/tilemap/examples/)
* [60% Scale](https://userland.pixijs.io/tilemap/examples/?scale=0.6)
* [140% Scale](https://userland.pixijs.io/tilemap/examples/?scale=1.4)
* [WebGL Retina Demo](https://userland.pixijs.io/tilemap/examples/?resolution=2)
* [60% Scale](https://userland.pixijs.io/tilemap/examples/?resolution=2&scale=0.6)
* [140% Scale](https://userland.pixijs.io/tilemap/examples/?resolution=2&scale=1.4)
* [WebGPU Demo](https://userland.pixijs.io/tilemap/examples/?preference=webgpu)

## More Tutorials

Expand Down

0 comments on commit 77c0474

Please sign in to comment.