From 224c1c2087195c48d4a116ba9db0faa209e50332 Mon Sep 17 00:00:00 2001 From: Luca Sas Date: Tue, 24 Mar 2020 16:27:43 +0000 Subject: Update path variable to work in vscode by default --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3