├── LICENSE.md ├── README.md ├── example ├── __pycache__ │ └── lighting.cpython-37.pyc ├── example.py ├── light.png ├── lighting.py └── map.txt └── lighting.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/README.md -------------------------------------------------------------------------------- /example/__pycache__/lighting.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/example/__pycache__/lighting.cpython-37.pyc -------------------------------------------------------------------------------- /example/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/example/example.py -------------------------------------------------------------------------------- /example/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/example/light.png -------------------------------------------------------------------------------- /example/lighting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/example/lighting.py -------------------------------------------------------------------------------- /example/map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/example/map.txt -------------------------------------------------------------------------------- /lighting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaFluffyPotato/pygame-shadows/HEAD/lighting.py --------------------------------------------------------------------------------