diff options
| author | Moisis <moisis.george@yahoo.com> | 2023-05-17 14:04:38 +0300 |
|---|---|---|
| committer | Moisis <moisis.george@yahoo.com> | 2023-05-17 14:04:38 +0300 |
| commit | 3d7e3d1eba26cc57b31337b0708fce3747f8a988 (patch) | |
| tree | e9f47e18b3a6365ca383a6da0cbbc424e8b6d3fd /src/macpan.py | |
| parent | 8eeb31dba61e8c9b29704c5988f95dcba4338fca (diff) | |
| download | Macpan-3d7e3d1eba26cc57b31337b0708fce3747f8a988.tar.xz Macpan-3d7e3d1eba26cc57b31337b0708fce3747f8a988.zip | |
Improved GUI
Settings added (Debug , Sound)
SoundSystem added (Become sometimes laggy)
Diffstat (limited to 'src/macpan.py')
| -rw-r--r-- | src/macpan.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macpan.py b/src/macpan.py deleted file mode 100644 index 712fdde..0000000 --- a/src/macpan.py +++ /dev/null @@ -1,5 +0,0 @@ -from game import Game - -if __name__ == "__main__": - game = Game() - game.run() |
