Add override.cfg stuff

This commit is contained in:
Daniel Snider 2022-08-16 00:28:15 -07:00
parent e968fb923b
commit 6ffd1dedbd
2 changed files with 17 additions and 11 deletions

25
.gitignore vendored
View File

@ -1,11 +1,14 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
# Local settings
override.cfg

3
override.cfg.sample Normal file
View File

@ -0,0 +1,3 @@
[application]
run/main_scene="res://scenes/my_dev_scene.tscn"