mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 11:32:42 +01:00
f982002d80
Add automatic godot and exp
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
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="ScreenPlay"
|
|
run/main_scene="res://main.tscn"
|
|
config/features=PackedStringArray("4.2", "Mobile")
|
|
run/flush_stdout_on_print=true
|
|
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 0)
|
|
boot_splash/show_image=false
|
|
boot_splash/fullsize=false
|
|
config/icon="res://icon.svg"
|
|
|
|
[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
|
|
|
|
[editor]
|
|
|
|
run/main_run_args="\"0\" \"C:/Code/Cpp/ScreenPlay/ScreenPlay/Content/wallpaper_godot_fjord\" \"appID=test\" \"1\" \"Cover\" \"GodotWallpaper\" \"1\""
|
|
|
|
[filesystem]
|
|
|
|
import/blender/enabled=false
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|