Skip to content

Commit d12019f

Browse files
author
youssif-sully
committed
update config, gitignore
1 parent 5d10de7 commit d12019f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.jpg
2+
*.pyc
3+
/__pycache__/
24
/test/

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SCREEN_WIDTH = 360
2-
SCREEN_HEIGHT = 480
1+
SCREEN_WIDTH = 800
2+
SCREEN_HEIGHT = 600
33
FPS = 30

0 commit comments

Comments
 (0)