education-apps/education_philosophy/project.godot

28 lines
554 B
Plaintext
Raw Normal View History

2022-08-21 08:32:21 +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]
2022-08-25 11:28:02 +00:00
config/name="Education Philosophy"
run/main_scene="res://main_screen.tscn"
2022-08-21 08:32:21 +00:00
config/icon="res://icon.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"