diff --git a/.gitignore b/.gitignore index 6ee5507..8814817 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # Godot 4+ specific ignores .godot/ /[Bb]uild/ - +/[Oo]utput/ # Godot-specific ignores .import/ export.cfg diff --git a/project.godot b/project.godot index c9f94b1..ea82b55 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -config/name="render-node" +config/name="toho-reno" run/main_scene="res://node_2d.tscn" config/features=PackedStringArray("4.0", "GL Compatibility") config/icon="res://icon.svg"