gordle/project.godot

40 lines
788 B
Text
Raw Normal View History

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