LICENSE
README.md
pyproject.toml
setup.cfg
src/VertexEngine/VertexScreenModifiers.py
src/VertexEngine/__init__.py
src/VertexEngine/assets.py
src/VertexEngine/audio.py
src/VertexEngine/engine.py
src/VertexEngine/example.py
src/VertexEngine/scenes.py
src/VertexEngine.egg-info/PKG-INFO
src/VertexEngine.egg-info/SOURCES.txt
src/VertexEngine.egg-info/dependency_links.txt
src/VertexEngine.egg-info/requires.txt
src/VertexEngine.egg-info/top_level.txt
src/VertexEngine/Collisions/__init__.py
src/VertexEngine/Collisions/collisions.py
src/VertexEngine/InputSystem/BtnInputs.py
src/VertexEngine/InputSystem/Events.py
src/VertexEngine/InputSystem/KeyInputs.py
src/VertexEngine/Vertex/__init__.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/ChatBubble.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/CheckBox.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/Counter.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/Dropdown.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/List.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/OptionBtnWidget.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/StatusLight.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/ToggleSwitch.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/WindowMods.py
src/VertexEngine/VertexWidgets/AdvancedVWidgets/Windows.py
src/VertexEngine/VertexWidgets/BasicWidgets/SimpleGUI.py
src/VertexEngine/VertexWidgets/PygameVWidgets/__init__.py
src/VertexEngine/examples/test.py
src/VertexEngine/examples/games/Dodge/main.py
src/VertexEngine/examples/games/platformer/main.py
src/VertexEngine/examples/games/snake/main.py