From d6bc320fc6baaef9a5accf46a1c9a0507ced39f6 Mon Sep 17 00:00:00 2001 From: Chris Bell Date: Sun, 3 Aug 2025 21:01:54 -0500 Subject: [PATCH] Fix project name --- {new-game-project => splunk}/.editorconfig | 0 {new-game-project => splunk}/.gitattributes | 0 {new-game-project => splunk}/.gitignore | 0 {new-game-project => splunk}/icon.svg | 0 {new-game-project => splunk}/icon.svg.import | 0 {new-game-project => splunk}/project.godot | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename {new-game-project => splunk}/.editorconfig (100%) rename {new-game-project => splunk}/.gitattributes (100%) rename {new-game-project => splunk}/.gitignore (100%) rename {new-game-project => splunk}/icon.svg (100%) rename {new-game-project => splunk}/icon.svg.import (100%) rename {new-game-project => splunk}/project.godot (92%) diff --git a/new-game-project/.editorconfig b/splunk/.editorconfig similarity index 100% rename from new-game-project/.editorconfig rename to splunk/.editorconfig diff --git a/new-game-project/.gitattributes b/splunk/.gitattributes similarity index 100% rename from new-game-project/.gitattributes rename to splunk/.gitattributes diff --git a/new-game-project/.gitignore b/splunk/.gitignore similarity index 100% rename from new-game-project/.gitignore rename to splunk/.gitignore diff --git a/new-game-project/icon.svg b/splunk/icon.svg similarity index 100% rename from new-game-project/icon.svg rename to splunk/icon.svg diff --git a/new-game-project/icon.svg.import b/splunk/icon.svg.import similarity index 100% rename from new-game-project/icon.svg.import rename to splunk/icon.svg.import diff --git a/new-game-project/project.godot b/splunk/project.godot similarity index 92% rename from new-game-project/project.godot rename to splunk/project.godot index a311ecc..7653dca 100644 --- a/new-game-project/project.godot +++ b/splunk/project.godot @@ -10,6 +10,6 @@ config_version=5 [application] -config/name="New Game Project" +config/name="Splunk" config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg"