hanafuda/project.godot

34 lines
644 B
Plaintext
Raw Normal View History

2021-11-16 22:58:54 +01: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-09-02 13:26:07 +02:00
config_version=5
2021-12-06 23:10:39 +01:00
2021-11-16 22:58:54 +01:00
[application]
config/name="Hanafuda"
run/main_scene="res://Main.tscn"
2024-09-02 13:26:07 +02:00
config/features=PackedStringArray("4.3")
2021-11-16 22:58:54 +01:00
config/icon="res://icon.png"
2021-12-06 23:10:39 +01:00
[autoload]
Enums="*res://Enums.gd"
2021-11-21 20:44:08 +01:00
[display]
2024-09-02 13:26:07 +02:00
window/size/viewport_width=600
window/size/viewport_height=900
2021-11-21 20:44:08 +01:00
2021-11-16 22:58:54 +01:00
[physics]
common/enable_pause_aware_picking=true
[rendering]
2024-09-02 13:26:07 +02:00
environment/defaults/default_environment="res://default_env.tres"