aboutsummaryrefslogtreecommitdiffstats
path: root/src/sldjConfig.h
diff options
context:
space:
mode:
authornathansmith117 <nathansmith117@sdf.org>2025-02-03 13:46:19 +0000
committernathansmith117 <nathansmith117@sdf.org>2025-02-03 13:46:19 +0000
commit305c224104be6558f2ece595a47cf29348b60d66 (patch)
treef36af90ce04dade5b520a24c77176ca7ebb4ef65 /src/sldjConfig.h
downloadsldj-305c224104be6558f2ece595a47cf29348b60d66.tar.gz
sldj-305c224104be6558f2ece595a47cf29348b60d66.tar.bz2
sldj-305c224104be6558f2ece595a47cf29348b60d66.zip
first commit
Diffstat (limited to 'src/sldjConfig.h')
-rw-r--r--src/sldjConfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/sldjConfig.h b/src/sldjConfig.h
new file mode 100644
index 0000000..53fa4e9
--- /dev/null
+++ b/src/sldjConfig.h
@@ -0,0 +1,12 @@
+#ifndef CONFIG_SLDJ_H
+#define CONFIG_SLDJ_H
+
+#define WINDOW_WIDTH 960
+#define WINDOW_HEIGHT 720
+
+#define SCREEN_WIDTH 640
+#define SCREEN_HEIGHT 480
+
+#define FRAME_RATE 24
+
+#endif