2026-05-20 12:54:09 -04: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
|
2026-05-20 12:47:04 -04:00
|
|
|
|
|
|
|
|
config_version=5
|
|
|
|
|
|
|
|
|
|
[application]
|
2026-05-20 12:54:09 -04:00
|
|
|
|
2026-05-20 12:47:04 -04:00
|
|
|
config/name="V Panel"
|
|
|
|
|
config/description="A fancy real-time status monitor built with Godot Engine."
|
|
|
|
|
config/version="0.1.0"
|
2026-05-20 21:49:20 -04:00
|
|
|
run/main_scene="res://scenes/splash.tscn"
|
2026-05-20 12:47:04 -04:00
|
|
|
config/features=PackedStringArray("4.6", "Forward Plus")
|
|
|
|
|
config/icon="res://assets/icons/icon.svg"
|
|
|
|
|
|
2026-05-20 12:54:09 -04:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
ConfigManager="*res://autoload/config_manager.gd"
|
|
|
|
|
|
2026-05-20 12:47:04 -04:00
|
|
|
[display]
|
2026-05-20 12:54:09 -04:00
|
|
|
|
2026-05-20 12:47:04 -04:00
|
|
|
window/size/viewport_width=1280
|
|
|
|
|
window/size/viewport_height=800
|
|
|
|
|
window/size/always_on_top=true
|
|
|
|
|
window/stretch/mode="viewport"
|
|
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
2026-05-20 12:54:09 -04:00
|
|
|
renderer/rendering_method.mobile="forward_plus"
|