File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# @pixi/layers - PixiJS Layers Kit
22
3- [ ![ Build] ( https://github.com/pixijs/layers/workflows/Build /badge.svg )] ( https://github.com/pixijs/layers/actions?query=workflow%3A%22Build%22 ) [ ![ npm version] ( https://badge.fury.io/js/%40pixi%2Flayers.svg )] ( https://badge.fury.io/js/%40pixi%2Flayers )
3+ [ ![ 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 )
44
55This package provides an extension to scene tree - layers. These layers allows you to change
66the rendering order of items in your scene without moving them around in your scene. It's like
@@ -18,11 +18,10 @@ npm install --save @pixi/layers
1818
1919## Examples
2020
21- * [ Lighting example] ( https://pixijs.io/examples/#/plugin-layers/lighting.js )
22- * [ Z-order example] ( https://pixijs.io/examples/#/plugin-layers/zorder.js )
23- * [ Double buffering] ( https://pixijs.io/examples/#/plugin-layers/trail.js )
24- * [ Normals example] ( https://pixijs.io/examples/#/plugin-layers/normals.js )
25- * [ Normals with sorting] ( https://pixijs.io/examples/#/plugin-layers/normals-drag.js )
21+ * [ Blend Modes example] ( https://pixijs.io/layers/examples/blend-modes.html )
22+ * [ Z-order example] ( https://pixijs.io/layers/examples/z-order.html )
23+ * [ Double buffering] ( https://pixijs.io/layers/examples/trail.html )
24+ * [ Bring To Top] ( https://pixijs.io/layers/examples/bring-to-top.html )
2625
2726## Usage
2827
You can’t perform that action at this time.
0 commit comments