hadean-godot/project.godot

36 lines
784 B
Plaintext
Raw Permalink Normal View History

2024-05-13 18:16:23 -04: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=5
[application]
config/name="MobileGame"
run/main_scene="res://World.tscn"
2025-10-10 03:01:08 -04:00
config/features=PackedStringArray("4.5", "Mobile")
2024-05-13 18:16:23 -04:00
[autoload]
Util="*res://Scripts/Util.gd"
2025-10-10 03:01:08 -04:00
ResourceController="*res://Scripts/ResourceController.gd"
Clock="*res://Scripts/Clock.gd"
2024-05-13 18:16:23 -04:00
[display]
window/size/viewport_width=1600
window/size/viewport_height=900
2025-10-10 03:01:08 -04:00
window/vsync/vsync_mode=0
2024-05-13 18:16:23 -04:00
2025-10-10 03:01:08 -04:00
[gui]
2024-05-13 18:16:23 -04:00
2025-10-10 03:01:08 -04:00
theme/default_font_multichannel_signed_distance_field=true
2024-05-13 18:16:23 -04:00
[rendering]
2025-10-10 03:01:08 -04:00
environment/defaults/default_clear_color=Color(0.8745098, 0.8745098, 0.8745098, 1)