2022-10-21 09:42:42 +00: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
|
|
|
|
|
2023-03-06 22:52:14 +00:00
|
|
|
config_version=5
|
2022-10-21 09:42:42 +00:00
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="PodBooker"
|
|
|
|
run/main_scene="res://MainStartScreen.tscn"
|
2023-03-06 22:52:14 +00:00
|
|
|
config/features=PackedStringArray("4.0")
|
2022-10-21 09:42:42 +00:00
|
|
|
run/low_processor_mode=true
|
2023-03-06 22:52:14 +00:00
|
|
|
boot_splash/bg_color=Color(0, 0.0431373, 0.294118, 1)
|
2022-10-21 09:42:42 +00:00
|
|
|
boot_splash/show_image=false
|
|
|
|
config/icon="res://assets/logo.png"
|
|
|
|
config/macos_native_icon="res://assets/logo.icns"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
2023-04-24 05:41:50 +00:00
|
|
|
window/size/mode=3
|
2023-04-21 06:43:54 +00:00
|
|
|
window/stretch/mode="canvas_items"
|
2023-03-06 22:52:14 +00:00
|
|
|
window/size/fullscreen=true
|
2022-10-21 09:42:42 +00:00
|
|
|
|
2023-04-21 06:43:54 +00:00
|
|
|
[filesystem]
|
|
|
|
|
|
|
|
import/blender/enabled=false
|
|
|
|
import/fbx/enabled=false
|
|
|
|
|
2022-10-21 09:42:42 +00:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
common/drop_mouse_on_gui_input_disabled=true
|
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2023-04-21 06:43:54 +00:00
|
|
|
renderer/rendering_method="gl_compatibility"
|
2023-03-06 22:52:14 +00:00
|
|
|
environment/defaults/default_environment="res://default_env.tres"
|
2022-10-21 09:42:42 +00:00
|
|
|
quality/driver/driver_name="GLES2"
|
|
|
|
2d/snapping/use_gpu_pixel_snap=true
|
|
|
|
vram_compression/import_etc=true
|