__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.
+61
client.py
+1
save_data/typemania_save.json
src/__pycache__/__init__.cpython-39.pyc
This is a binary file and will not be displayed.
+15
src/resources/main/assets/colors.json
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/sounds/error.ogg
This is a binary file and will not be displayed.
src/resources/main/assets/sounds/key_sound_0.ogg
This is a binary file and will not be displayed.
src/resources/main/assets/sounds/key_sound_1.ogg
This is a binary file and will not be displayed.
src/resources/main/assets/sounds/key_sound_2.ogg
This is a binary file and will not be displayed.
src/resources/main/assets/sounds/key_sound_3.ogg
This is a binary file and will not be displayed.
+8
src/resources/main/data/lang/en_US.json
+8
src/resources/main/data/lang/sv_SE.json
+9
src/resources/main/data/quote_packs/famous_quotes_1.json
+10
src/resources/main/data/quote_packs/video_game_quotes_1.json
src/resources/main/icon.ico
This is a binary file and will not be displayed.
src/resources/main/icon.png
This is a binary file and will not be displayed.
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__/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__/colors.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__/fonts.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__/notification.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
+49
src/scripts/modules/fonts.py
+38
src/scripts/modules/input.py
+18
src/scripts/modules/language.py
+54
src/scripts/modules/notification.py
src/scripts/modules/options/__init__.py
This is a binary file and will not be displayed.
src/scripts/modules/options/__pycache__/__init__.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/modules/options/__pycache__/fps.cpython-39.pyc
This is a binary file and will not be displayed.
+36
src/scripts/modules/options/fps.py
+17
src/scripts/modules/sound.py
+81
src/scripts/options.py
src/scripts/typemania/__init__.py
This is a binary file and will not be displayed.
src/scripts/typemania/__pycache__/__init__.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/typemania/__pycache__/typemania.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/typemania/scenes/__init__.py
This is a binary file and will not be displayed.
src/scripts/typemania/scenes/__pycache__/__init__.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/typemania/scenes/__pycache__/scene_main_screen.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/typemania/scenes/__pycache__/scene_pack_selection.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/typemania/scenes/__pycache__/scene_result_screen.cpython-39.pyc
This is a binary file and will not be displayed.
src/scripts/typemania/scenes/__pycache__/scene_type_test.cpython-39.pyc
This is a binary file and will not be displayed.