├── Basic_Example ├── Lighting_Demo.py ├── Pygame_Lights.py └── baldcat.png ├── Dungeon_Example_Project ├── Dungeon_Tileset.png └── Light_Engine.py ├── LICENSE.md ├── Pygame_Lights.py ├── README.md └── imgs └── Dungeon.PNG /Basic_Example/Lighting_Demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/Basic_Example/Lighting_Demo.py -------------------------------------------------------------------------------- /Basic_Example/Pygame_Lights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/Basic_Example/Pygame_Lights.py -------------------------------------------------------------------------------- /Basic_Example/baldcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/Basic_Example/baldcat.png -------------------------------------------------------------------------------- /Dungeon_Example_Project/Dungeon_Tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/Dungeon_Example_Project/Dungeon_Tileset.png -------------------------------------------------------------------------------- /Dungeon_Example_Project/Light_Engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/Dungeon_Example_Project/Light_Engine.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Pygame_Lights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/Pygame_Lights.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/README.md -------------------------------------------------------------------------------- /imgs/Dungeon.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckeyDuckey/Pygame_Lighting_Engine/HEAD/imgs/Dungeon.PNG --------------------------------------------------------------------------------