+15
.vscode/launch.json
__pycache__/client.cpython-39.pyc
This is a binary file and will not be displayed.
__pycache__/game.cpython-39.pyc
This is a binary file and will not be displayed.
__pycache__/input.cpython-39.pyc
This is a binary file and will not be displayed.
__pycache__/notification.cpython-39.pyc
This is a binary file and will not be displayed.
+27
client.py
src/__pycache__/__init__.cpython-39.pyc
This is a binary file and will not be displayed.
+21
src/resources/main/assets/colors.json
src/resources/main/assets/fonts/default.png
This is a binary file and will not be displayed.
src/resources/main/assets/fonts/default.ttf
This is a binary file and will not be displayed.
src/resources/main/assets/icon.ico
This is a binary file and will not be displayed.
src/resources/main/assets/icon.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/blood/blood_0.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/blood/blood_1.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/blood/blood_2.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/blood/blood_3.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_0.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_1.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_2.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_3.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_4.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_5.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_6.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/car/car_7.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/npc/npc_dead.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/npc/npc_right.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_0.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_1.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_2.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_3.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_4.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_5.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_6.png
This is a binary file and will not be displayed.
src/resources/main/assets/images/wasd/car_7.png
This is a binary file and will not be displayed.
src/resources/main/data/lang/config/autoload
This is a binary file and will not be displayed.
+8
src/resources/main/data/lang/en_US.json
src/scripts/__init__.py
This is a binary file and will not be displayed.
src/scripts/__pycache__/__init__.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/colors.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/debug.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/fonts.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/game.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/input.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/lang.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/language.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/notification.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/options.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/project.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/sound.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/__pycache__/typemania.cpython-39.pyc
This is a binary file and will not be displayed.
+104
src/scripts/game.py
src/scripts/modules/__pycache__/camera.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/colors.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/console.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/debug.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/ex_math.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/fonts.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/gui.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/image.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/input.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/language.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/math_utils.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/notification.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/renderer.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/screen_handler.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/__pycache__/sound.cpython-39.pyc
This is a binary file and will not be displayed.
+23
src/scripts/modules/colors.py
+12
src/scripts/modules/fonts.py
+348
src/scripts/modules/gui.py
+8
src/scripts/modules/image.py
+49
src/scripts/modules/input.py
+21
src/scripts/modules/language.py
+29
src/scripts/modules/math_utils.py
+36
src/scripts/modules/renderer.py
src/scripts/modules/screens/__init__.py
This is a binary file and will not be displayed.
src/scripts/modules/screens/__pycache__/__init__.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/screens/__pycache__/screen_1.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/screens/__pycache__/screen_2.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/screens/__pycache__/screen_3.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/screens/__pycache__/screen_4.cpython-39.pyc
This is a binary file and will not be displayed.