mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
7ea263dc2f
Update godot-cpp Format all files Fix Godot wallpaper setup on primary screen
21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
; 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="Fjord"
|
|
run/main_scene="res://wallpaper.tscn"
|
|
config/features=PackedStringArray("4.2", "Mobile")
|
|
config/icon="res://icon.svg"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|