From: Skullheadx <704277@pdsb.net> Date: Wed, 6 Jul 2022 02:20:46 +0000 (-0400) Subject: ? X-Git-Url: http://git.skullheadx.com/nixos/static/gitweb.js?a=commitdiff_plain;h=85c819ece4235c218193bb21a23a4d804aca2298;p=Pygame-Jam.git ? --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86ff0f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ + +.idea/inspectionProfiles/profiles_settings.xml +.idea/inspectionProfiles/Project_Default.xml +.idea/misc.xml +.idea/modules.xml +.idea/vcs.xml +__pycache__/Block.cpython-39.pyc +.idea/Pygame-Jam.iml +__pycache__/Game.cpython-39.pyc +__pycache__/Player.cpython-39.pyc diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/__pycache__/Game.cpython-39.pyc b/__pycache__/Game.cpython-39.pyc index 0a29beb..a1c4260 100644 Binary files a/__pycache__/Game.cpython-39.pyc and b/__pycache__/Game.cpython-39.pyc differ diff --git a/__pycache__/Player.cpython-39.pyc b/__pycache__/Player.cpython-39.pyc index 1a4444d..4f0febf 100644 Binary files a/__pycache__/Player.cpython-39.pyc and b/__pycache__/Player.cpython-39.pyc differ