fastRunner/project.godot

23 lines
535 B
Plaintext
Raw Normal View History

2024-02-22 20:33:20 -05:00
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="Testrun"
2024-02-28 20:21:50 -05:00
run/main_scene="res://mainMenu.tscn"
2024-03-04 20:35:09 -05:00
config/use_custom_user_dir=true
config/custom_user_dir_name="SavesT"
2024-02-22 20:33:20 -05:00
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
NewScript="*res://new_script.gd"