summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Sas <sas.luca.alex@gmail.com>2020-03-24 16:27:43 +0000
committerLuca Sas <sas.luca.alex@gmail.com>2020-03-24 16:27:43 +0000
commit224c1c2087195c48d4a116ba9db0faa209e50332 (patch)
tree7718977f0a260273fc207de2dc3b4861680336d9
parent097dff02004c1ba618ea7355313150a61cac201f (diff)
downloadgamejam-slgj-2024-224c1c2087195c48d4a116ba9db0faa209e50332.tar.gz
gamejam-slgj-2024-224c1c2087195c48d4a116ba9db0faa209e50332.tar.bz2
gamejam-slgj-2024-224c1c2087195c48d4a116ba9db0faa209e50332.zip
Update path variable to work in vscode by default
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cc6efd1..4fcb802 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,7 @@
#define SCREEN_HEIGHT (450)
// Change this depending on the path of your executable relative to the assets folder
-#define ASSET_PATH "../assets/"
+#define ASSET_PATH "assets/"
int main(void)
{