├── LICENSE ├── README.md ├── examples ├── dude.png ├── index.html ├── platform.png ├── script.js └── sky.png └── src ├── illuminated.js └── illuminated.p3.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/README.md -------------------------------------------------------------------------------- /examples/dude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/examples/dude.png -------------------------------------------------------------------------------- /examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/examples/index.html -------------------------------------------------------------------------------- /examples/platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/examples/platform.png -------------------------------------------------------------------------------- /examples/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/examples/script.js -------------------------------------------------------------------------------- /examples/sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/examples/sky.png -------------------------------------------------------------------------------- /src/illuminated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/src/illuminated.js -------------------------------------------------------------------------------- /src/illuminated.p3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ivopc/phaser3-illuminated/HEAD/src/illuminated.p3.js --------------------------------------------------------------------------------