summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-22 17:40:30 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-22 17:40:30 +0200
commitfee6c2364e8d22c41b53db90ace721cbe945f0af (patch)
treec0d7e5e82e73f926215fe0ba1ee30a6e0288a162 /src/config.h
parent52d15199a4f2781f285d84fd78b71bbc23b85468 (diff)
cpu rendering
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/config.h b/src/config.h
index f0158cf..d7ee47f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -8,9 +8,11 @@
#define INCLUDE_CONFIG
#define TARGET_FRAMERATE (1000/24.0)
-#define VERSION "1.0.2"
+#define VERSION "1.0.3"
+
+#define CONFIG_DIRECTORY_LINUX "/.config/moedit"
+#define CONFIG_DIRECTORY_WINDOWS "\\moedit"
-#define SCROLL_SPEED 50
#define FILE_RESERVE_COUNT 500
#define ERROR_RESERVE_COUNT 10
#define MAX_ERROR_MESSAGE_LENGTH 120
@@ -20,8 +22,4 @@
#define UNSAVED_CHANGES_COLOR rgb(255, 102, 102)
#define MISSING_TRANSLATION_COLOR rgb(255, 179, 102)
-#define ASSET_IMAGE_COUNT 10
-#define ASSET_FONT_COUNT 10
-#define ASSET_QUEUE_COUNT 20
-
#endif \ No newline at end of file