ld53/project.godot

30 lines
691 B
Plaintext
Raw Permalink Normal View History

2023-05-01 00:23:43 +00: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=4
[application]
2023-05-01 00:54:36 +00:00
config/name="Cyclegraph Delivery"
2023-05-01 00:23:43 +00:00
config/description="Pickup and deliver in a nearby area. Minimize your movement to maximize your score."
run/main_scene="res://Blah.tscn"
boot_splash/show_image=false
config/icon="res://resources/boxes.png"
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://default_env.tres"