33 lines
735 B
Text
33 lines
735 B
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="Ham'n'Cheese"
|
|
config/description="Open Source Peer-to-Peer VPN Client"
|
|
run/main_scene="res://main.tscn"
|
|
config/auto_accept_quit=false
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
run/low_processor_mode=true
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Global="*res://global.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=400
|
|
window/size/viewport_height=600
|
|
window/subwindows/embed_subwindows=false
|
|
|
|
[filesystem]
|
|
|
|
import/blender/enabled=false
|