aboutsummaryrefslogtreecommitdiff
path: root/src/settings.py
diff options
context:
space:
mode:
authorOmar Magdy <99906646+omagdy7@users.noreply.github.com>2023-03-22 01:14:19 +0200
committerGitHub <noreply@github.com>2023-03-22 01:14:19 +0200
commit4076674216ea9e3989adbf8d87df5a474ee81701 (patch)
tree9b4c41fb94dd1411aae40ffcf71c664909f9f1e5 /src/settings.py
parent87aa85cdbe3bb90705ba5919206f84d7d6bf9a3d (diff)
parent86b685ec600ed0bffc5dd8ec94850e89a3e7137b (diff)
downloadMacpan-4076674216ea9e3989adbf8d87df5a474ee81701.tar.xz
Macpan-4076674216ea9e3989adbf8d87df5a474ee81701.zip
Merge pull request #1 from omagdy7/Map
Map
Diffstat (limited to 'src/settings.py')
-rw-r--r--src/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.py b/src/settings.py
index ba62736..cdda2a4 100644
--- a/src/settings.py
+++ b/src/settings.py
@@ -1,7 +1,7 @@
class Settings():
def __init__(self):
- self.width = 640
- self.height = 480
+ self.width = 900
+ self.height = 950
self.fps = 60
settings = Settings()