From 002617cfc1d70b860ed6bba9ac6cff358a01d723 Mon Sep 17 00:00:00 2001 From: Adam Osiowy Date: Sat, 28 Mar 2020 12:44:17 +0100 Subject: [PATCH] test AdamO --- .gitignore | 3 +- .idea/SZI-Smieciarka_Adam_B.iml | 10 ++ .../inspectionProfiles/profiles_settings.xml | 6 + .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 142 ++++++++++++++++++ game.py | 2 +- 8 files changed, 179 insertions(+), 2 deletions(-) create mode 100644 .idea/SZI-Smieciarka_Adam_B.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 111b313..d1879c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ venv/ .vscode/ -.ideagit \ No newline at end of file +.ideagit +.idea/ \ No newline at end of file diff --git a/.idea/SZI-Smieciarka_Adam_B.iml b/.idea/SZI-Smieciarka_Adam_B.iml new file mode 100644 index 0000000..48baf6b --- /dev/null +++ b/.idea/SZI-Smieciarka_Adam_B.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6746966 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..85005ba --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..8b50b71 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1585393754631 + + + 1585393842935 + + + 1585394486910 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/game.py b/game.py index 154d2f2..d0789ef 100644 --- a/game.py +++ b/game.py @@ -4,7 +4,7 @@ import pygame # test2 # testujemy # test3 - +# test AdamO # Define some colors BLACK = (0, 0, 0)