2025-05-31 22:21:22 +01: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
|
|
|
|
|
2025-06-21 14:36:09 +01:00
|
|
|
[addons]
|
|
|
|
|
|
|
|
resources_spreadsheet_view/array_color_tint=100.0
|
|
|
|
resources_spreadsheet_view/color_rows=true
|
|
|
|
resources_spreadsheet_view/array_min_width=128.0
|
|
|
|
resources_spreadsheet_view/resource_preview_size=32.0
|
|
|
|
resources_spreadsheet_view/clip_headers=false
|
|
|
|
resources_spreadsheet_view/dupe_arrays=true
|
|
|
|
resources_spreadsheet_view/context_menu_on_leftclick=false
|
|
|
|
resources_spreadsheet_view/fold_docks=true
|
|
|
|
resources_spreadsheet_view/resource_cell_label_mode=1
|
|
|
|
resources_spreadsheet_view/freeze_first_column=true
|
|
|
|
|
2025-05-31 22:21:22 +01:00
|
|
|
[application]
|
|
|
|
|
2025-06-21 14:36:09 +01:00
|
|
|
config/name="WolfBox"
|
2025-05-31 22:21:22 +01:00
|
|
|
run/main_scene="res://main.tscn"
|
|
|
|
config/features=PackedStringArray("4.3")
|
|
|
|
config/icon="res://icon.svg"
|
2025-06-21 14:36:09 +01:00
|
|
|
addons/icon_finder/preview_size=24
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
IconsFonts="*res://addons/icons-fonts/icons_fonts/IconsFonts.gd"
|
2025-05-31 22:21:22 +01:00
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=1280
|
|
|
|
window/size/viewport_height=1280
|
|
|
|
window/size/initial_position_type=2
|
|
|
|
window/handheld/orientation=1
|
|
|
|
|
|
|
|
[editor]
|
|
|
|
|
2025-06-21 14:36:09 +01:00
|
|
|
run/main_run_args="client"
|
2025-05-31 22:21:22 +01:00
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
2025-06-21 14:36:09 +01:00
|
|
|
enabled=PackedStringArray("res://addons/GodotWebHTTPHack/plugin.cfg", "res://addons/cables/plugin.cfg", "res://addons/dynamic_table/plugin.cfg", "res://addons/godot_resource_groups/plugin.cfg", "res://addons/godottpd/plugin.cfg", "res://addons/icons-fonts/plugin.cfg", "res://addons/imjp94.yafsm/plugin.cfg", "res://addons/qr_code/plugin.cfg", "res://addons/rakugo-nodes/plugin.cfg", "res://addons/resources_spreadsheet_view/plugin.cfg")
|
|
|
|
|
|
|
|
[godot_resource_groups]
|
|
|
|
|
|
|
|
auto_rebuild=true
|
2025-05-31 22:21:22 +01:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2025-06-21 14:36:09 +01:00
|
|
|
textures/canvas_textures/default_texture_filter=0
|
2025-05-31 22:21:22 +01:00
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
2025-06-21 14:36:09 +01:00
|
|
|
anti_aliasing/quality/msaa_2d=3
|