Added empty scene to the project temlate/examples folder so that Godot shuts up about no scene being opened currently
This commit is contained in:
parent
f7aac231ae
commit
89b82695ac
2 changed files with 4 additions and 1 deletions
3
examples/0_empty.tscn
Normal file
3
examples/0_empty.tscn
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[gd_scene format=3 uid="uid://db2rhq8rwv5wo"]
|
||||||
|
|
||||||
|
[node name="Node" type="Node"]
|
|
@ -12,5 +12,5 @@ config_version=5
|
||||||
|
|
||||||
config/name="Fragmented Project"
|
config/name="Fragmented Project"
|
||||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||||
config/icon=""
|
run/main_scene="res://0_empty.tscn"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue