From 0eaf1f3a548eb00a6ce6e8639948251f306327c0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 7 Jan 2023 01:26:43 +0100 Subject: [PATCH] Fix icon path --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index e5d5d2c..aec2ace 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="LD52" config/features=PackedStringArray("4.0", "GL Compatibility") -config/icon="res://icon.svg" +config/icon="res://assets/icon.svg" [rendering]