gordle/project.godot

40 lines
798 B
Text
Raw Normal View History

2022-02-18 21:14:44 -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
2024-02-18 01:13:11 -05:00
config_version=5
2022-02-18 21:14:44 -05:00
[application]
2022-02-23 20:00:27 -05:00
config/name="gordle"
run/main_scene="res://src/menu.tscn"
2024-02-18 01:13:11 -05:00
config/features=PackedStringArray("4.2")
2022-02-18 21:14:44 -05:00
config/icon="res://icon.png"
[autoload]
Global="*res://src/global.gd"
2022-02-20 14:35:55 -05:00
[display]
2024-02-18 01:13:11 -05:00
window/size/viewport_width=640
window/size/viewport_height=960
2024-02-18 03:02:01 -05:00
window/stretch/mode="canvas_items"
2024-02-18 01:13:11 -05:00
window/handheld/orientation="portrait"
2022-02-20 14:35:55 -05:00
[gui]
theme/custom="res://resources/default_theme.tres"
2022-02-20 14:35:55 -05:00
2022-02-18 21:14:44 -05:00
[physics]
common/enable_pause_aware_picking=true
[rendering]
2024-02-18 01:13:11 -05:00
environment/defaults/default_clear_color=Color(0.129412, 0.129412, 0.215686, 1)