Rename to toho-reno

and ignore output directory
This commit is contained in:
2023-05-31 17:59:30 +02:00
parent e6527d4619
commit 8faaccc520
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
/[Bb]uild/ /[Bb]uild/
/[Oo]utput/
# Godot-specific ignores # Godot-specific ignores
.import/ .import/
export.cfg export.cfg

View File

@@ -10,7 +10,7 @@ config_version=5
[application] [application]
config/name="render-node" config/name="toho-reno"
run/main_scene="res://node_2d.tscn" run/main_scene="res://node_2d.tscn"
config/features=PackedStringArray("4.0", "GL Compatibility") config/features=PackedStringArray("4.0", "GL Compatibility")
config/icon="res://icon.svg" config/icon="res://icon.svg"