2025-07-20 13:45:07 +03: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]
|
|
|
|
|
|
2025-08-02 14:18:14 +03:00
|
|
|
config/name="Flumi"
|
2025-08-09 20:39:04 +03:00
|
|
|
config/version="1.0.0"
|
2025-07-20 13:45:07 +03:00
|
|
|
run/main_scene="uid://bytm7bt2s4ak8"
|
2025-08-16 14:36:47 +03:00
|
|
|
config/use_custom_user_dir=true
|
2025-07-20 13:45:07 +03:00
|
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
2025-08-15 22:25:35 +03:00
|
|
|
boot_splash/show_image=false
|
2025-07-27 12:55:43 +03:00
|
|
|
config/icon="uid://ctpe0lbehepen"
|
2025-07-20 13:45:07 +03:00
|
|
|
|
2025-07-21 19:31:07 +03:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
Constants="*res://Scripts/Constants.gd"
|
p, pre, br, b, img, separator, i, u, small, mark, code tags
2025-07-22 15:34:42 +03:00
|
|
|
Network="*res://Scripts/Network.gd"
|
2025-09-06 17:12:06 +03:00
|
|
|
NetworkManager="*res://Scripts/Browser/NetworkManager.gd"
|
|
|
|
|
BrowserHistory="*res://Scripts/Browser/BrowserHistory.gd"
|
2025-09-07 18:49:32 +03:00
|
|
|
SettingsManager="*res://Scripts/Browser/SettingsManager.gd"
|
2025-07-21 19:31:07 +03:00
|
|
|
|
2025-07-20 13:45:07 +03:00
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
window/size/viewport_width=1920
|
|
|
|
|
window/size/viewport_height=1080
|
|
|
|
|
window/stretch/aspect="ignore"
|
2025-07-21 19:31:07 +03:00
|
|
|
|
2025-07-23 15:23:32 +03:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
2025-08-15 22:25:35 +03:00
|
|
|
enabled=PackedStringArray("res://addons/DatePicker/plugin.cfg", "res://addons/godot-flexbox/plugin.cfg", "res://addons/gurt-protocol/plugin.cfg")
|
2025-07-23 15:23:32 +03:00
|
|
|
|
p, pre, br, b, img, separator, i, u, small, mark, code tags
2025-07-22 15:34:42 +03:00
|
|
|
[file_customization]
|
|
|
|
|
|
|
|
|
|
folder_colors={
|
|
|
|
|
"res://Assets/": "yellow",
|
|
|
|
|
"res://Scenes/": "red",
|
|
|
|
|
"res://Scripts/": "blue"
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-12 21:30:41 +03:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
|
|
theme/custom_font="uid://fij84uxfqh4h"
|
|
|
|
|
|
2025-07-21 19:31:07 +03:00
|
|
|
[input]
|
|
|
|
|
|
|
|
|
|
NewTab={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":84,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
CloseTab={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
NextTab={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194306,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
PreviousTab={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194306,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-08-29 16:24:53 +03:00
|
|
|
FocusSearch={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":76,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-09-01 17:08:47 +03:00
|
|
|
DevTools={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":73,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|