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 c6df8c8 commit 1e6a3e8
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
@@ -1,12 +1,12 @@
# PixiJS Lights

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

A plugin that adds deferred lighting to PixiJS.

**Note**: This modules *requires* v7.0.0+ of [PixiJS](https://github.com/pixijs/pixijs) and v2.0.1+ of [@pixi/layers](https://github.com/pixijs/layers).
**Note**: This modules *requires* v7.0.0+ of [PixiJS](https://github.com/pixijs/pixijs) and v2.0.1+ of [@pixi/layers](https://github.com/pixijs-userland/layers).

* [Demo](https://pixijs.io/lights/examples/)
* [Demo](https://userland.pixijs.io/lights/examples/)

## Usage

Expand Down Expand Up @@ -60,7 +60,7 @@ app.stage.addChild(
);
```

* [Run This](https://pixijs.io/lights/examples/usage.html)
* [Run This](https://userland.pixijs.io/lights/examples/usage.html)

### Filters

Expand Down

0 comments on commit 1e6a3e8

Please sign in to comment.