summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Sas <sas.luca.alex@gmail.com>2020-09-14 11:25:35 +0100
committerGitHub <noreply@github.com>2020-09-14 11:25:35 +0100
commit2b57b3d884dd42e5faeb8399972ef5e9dc75a840 (patch)
tree9d2ca1746e1a810662496b4599779573e709faf0 /src
parent4c1018236ce979ddb713440dac2038dfe28c0f79 (diff)
downloadgamejam-slgj-2024-2b57b3d884dd42e5faeb8399972ef5e9dc75a840.tar.gz
gamejam-slgj-2024-2b57b3d884dd42e5faeb8399972ef5e9dc75a840.tar.bz2
gamejam-slgj-2024-2b57b3d884dd42e5faeb8399972ef5e9dc75a840.zip
Update main.c
Diffstat (limited to 'src')
-rw-r--r--src/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 4fcb802..b8065bd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,9 +3,6 @@
#define SCREEN_WIDTH (800)
#define SCREEN_HEIGHT (450)
-// Change this depending on the path of your executable relative to the assets folder
-#define ASSET_PATH "assets/"
-
int main(void)
{
// Initialization
@@ -47,4 +44,4 @@ int main(void)
CloseWindow(); // Close window and OpenGL context
return 0;
-} \ No newline at end of file
+}