This commit is contained in:
Adam Osiowy 2020-03-28 13:05:00 +01:00
parent 002617cfc1
commit 12ec5d6790
3 changed files with 3 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
venv/
.vscode/
.ideagit
.idea/
.idea

View File

@ -2,13 +2,8 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f52e46db-82b2-43aa-b4d3-6f9cc6cc3ecb" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.idea/SZI-Smieciarka_Adam_B.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/game.py" beforeDir="false" afterPath="$PROJECT_DIR$/game.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />

View File

@ -1,10 +1,7 @@
import pygame
# test2
# testujemy
# test3
# test AdamO
#test 1234 adamO
# Define some colors
BLACK = (0, 0, 0)