2023-08-31 14:53:59 +02: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="ScreenPlay"
|
|
|
|
run/main_scene="res://main.tscn"
|
|
|
|
config/features=PackedStringArray("4.1", "Mobile")
|
|
|
|
boot_splash/show_image=false
|
2023-09-01 13:48:48 +02:00
|
|
|
boot_splash/fullsize=false
|
2023-08-31 14:53:59 +02:00
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
2023-09-01 13:48:48 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=1
|
|
|
|
window/size/viewport_height=1
|
|
|
|
window/size/mode=1
|
|
|
|
window/size/initial_position_type=0
|
|
|
|
window/size/initial_position=Vector2i(9999999, 9999999)
|
|
|
|
window/size/borderless=true
|
|
|
|
|
2023-09-28 15:55:11 +02:00
|
|
|
[filesystem]
|
|
|
|
|
|
|
|
import/blender/enabled=false
|
|
|
|
|
2023-08-31 14:53:59 +02:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="mobile"
|