Add override.cfg stuff
This commit is contained in:
parent
e968fb923b
commit
6ffd1dedbd
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,11 +1,14 @@
|
|||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
|
|
||||||
# Imported translations (automatically generated from CSV files)
|
# Imported translations (automatically generated from CSV files)
|
||||||
*.translation
|
*.translation
|
||||||
|
|
||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
data_*/
|
data_*/
|
||||||
|
|
||||||
|
# Local settings
|
||||||
|
override.cfg
|
||||||
|
3
override.cfg.sample
Normal file
3
override.cfg.sample
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[application]
|
||||||
|
|
||||||
|
run/main_scene="res://scenes/my_dev_scene.tscn"
|
Loading…
x
Reference in New Issue
Block a user