Skip to content

Commit

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

[![Build CI](https://github.com/pixijs/layers/actions/workflows/build.yml/badge.svg)](https://github.com/pixijs/layers/actions/workflows/build.yml) [![npm version](https://badge.fury.io/js/%40pixi%2Flayers.svg)](https://badge.fury.io/js/%40pixi%2Flayers)
[![Build CI](https://github.com/pixijs-userland/layers/actions/workflows/build.yml/badge.svg)](https://github.com/pixijs-userland/layers/actions/workflows/build.yml) [![npm version](https://badge.fury.io/js/%40pixi%2Flayers.svg)](https://badge.fury.io/js/%40pixi%2Flayers)

This package provides an extension to scene tree - layers. These layers allows you to change
the rendering order of items in your scene without moving them around in your scene. It's like
Expand All @@ -18,10 +18,10 @@ npm install --save @pixi/layers

## Examples

* [Blend Modes example](https://pixijs.io/layers/examples/blend-modes.html)
* [Z-order example](https://pixijs.io/layers/examples/z-order.html)
* [Double buffering](https://pixijs.io/layers/examples/trail.html)
* [Bring To Top](https://pixijs.io/layers/examples/bring-to-top.html)
* [Blend Modes example](https://userland.pixijs.io/layers/examples/blend-modes.html)
* [Z-order example](https://userland.pixijs.io/layers/examples/z-order.html)
* [Double buffering](https://userland.pixijs.io/layers/examples/trail.html)
* [Bring To Top](https://userland.pixijs.io/layers/examples/bring-to-top.html)

## Usage

Expand Down

0 comments on commit b12c3eb

Please sign in to comment.