thegates/app/project.godot
2025-08-23 16:14:45 +07:00

94 lines
2.6 KiB
Text

; 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="TheGates"
config/description="Building new Internet"
config/version="0.18.0"
config/tags=PackedStringArray("thegates")
run/main_scene="res://scenes/app.tscn"
run/enable_alt_space_menu=true
config/features=PackedStringArray("4.3")
run/max_fps=144
boot_splash/bg_color=Color(0, 0, 0, 0)
boot_splash/show_image=false
config/icon="res://app_icon/icon.svg"
config/windows_native_icon="res://app_icon/toolbar_icon.ico"
[audio]
driver/enable_input=true
[autoload]
DataSaver="*res://scripts/data_saver.gd"
FileDownloader="*res://scripts/loading/file_downloader.gd"
Debug="*res://scripts/debug_log/debug.gd"
AnalyticsEvents="*res://scripts/api/analytics/analytics_events.gd"
Backend="*res://scripts/api/backend.gd"
Navigation="*res://scenes/autoloads/navigation.tscn"
AfkManager="*res://scripts/afk_manager.gd"
Url="*res://scenes/autoloads/url.tscn"
[debug]
file_logging/enable_file_logging=true
gdscript/warnings/integer_division=0
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/size/mode=2
window/size/borderless=true
window/size/transparent=true
window/energy_saving/keep_screen_on=false
window/stretch/aspect="expand"
window/per_pixel_transparency/allowed=true
[editor]
naming/script_name_casing=2
[editor_plugins]
enabled=PackedStringArray("res://addons/max_size_container/plugin.cfg")
[gui]
theme/custom_font="res://assets/fonts/Inter-Regular.otf"
[input]
show_ui={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
open_debug={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194343,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
[input_devices]
buffering/agile_event_flushing=true
[network]
limits/tcp/connect_timeout_seconds=10
[rendering]
textures/canvas_textures/default_texture_filter=2
textures/vram_compression/import_etc2_astc=true
textures/default_filters/use_nearest_mipmap_filter=true