diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d883eb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/out/ +/.ideal/ +final.iml \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index d15472f..1ce6e7f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/out/production/final/GamePanel.class b/out/production/final/GamePanel.class index f46390f..5a6ac2b 100644 Binary files a/out/production/final/GamePanel.class and b/out/production/final/GamePanel.class differ diff --git a/out/production/final/GenericSprite.class b/out/production/final/GenericSprite.class index 4f63f0a..4c0348a 100644 Binary files a/out/production/final/GenericSprite.class and b/out/production/final/GenericSprite.class differ diff --git a/out/production/final/Player.class b/out/production/final/Player.class index 2357d2c..dc56037 100644 Binary files a/out/production/final/Player.class and b/out/production/final/Player.class differ diff --git a/save.txt b/save.txt deleted file mode 100644 index af1e489..0000000 --- a/save.txt +++ /dev/null @@ -1 +0,0 @@ -4 2 \ No newline at end of file