36 lines
770 B
Text
36 lines
770 B
Text
; 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]
|
|
|
|
config/name="godot-wordle"
|
|
run/main_scene="res://src/Main.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
window/size/width=640
|
|
window/size/height=960
|
|
window/handheld/orientation="portrait"
|
|
window/stretch/mode="2d"
|
|
window/stretch/aspect="keep"
|
|
|
|
[gui]
|
|
|
|
theme/custom_font="res://fonts/DefaultFont.tres"
|
|
|
|
[physics]
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
[rendering]
|
|
|
|
environment/default_clear_color=Color( 0.129412, 0.129412, 0.215686, 1 )
|
|
environment/default_environment="res://default_env.tres"
|