.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
zensical.toml
.github/dependabot-disabled.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/deploy-docs.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/index.md
docs/installation.md
docs/api/asset_paths.md
docs/api/camera.md
docs/api/controls.md
docs/api/env_object.md
docs/api/font.md
docs/api/game.md
docs/api/game_object.md
docs/api/math.md
docs/api/mobile_object.md
docs/api/scenes.md
docs/api/ui.md
docs/api/visual_utils.md
docs/images/quickstart.png
docs/tutorial/1_quickstart.md
docs/tutorial/2_lighting.md
examples/LICENSE
examples/basic_usage.py
examples/lighting_system.py
pygame_topdownengine.egg-info/PKG-INFO
pygame_topdownengine.egg-info/SOURCES.txt
pygame_topdownengine.egg-info/dependency_links.txt
pygame_topdownengine.egg-info/requires.txt
pygame_topdownengine.egg-info/top_level.txt
tests/conftest.py
tests/test_camera.py
tests/test_game_object.py
tests/test_math.py
tests/test_mobile_object.py
topdownengine/__init__.py
topdownengine/asset_paths.py
topdownengine/camera.py
topdownengine/controls.py
topdownengine/env_object.py
topdownengine/font.py
topdownengine/game.py
topdownengine/game_object.py
topdownengine/math.py
topdownengine/py.typed
topdownengine/scenes.py
topdownengine/ui.py
topdownengine/visual_utils.py
topdownengine/assets/example-cliff.png
topdownengine/assets/example-player/idle.png
topdownengine/assets/example-player/walk.png
topdownengine/assets/shadows/16x8.png
topdownengine/assets/shadows/32x16.png
topdownengine/assets/shadows/8x4.png
topdownengine/mobile_object/__init__.py
topdownengine/mobile_object/controller.py