49 lines
1.2 KiB
Text
49 lines
1.2 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="Ham'n'Cheese"
|
|
config/description="Open Source Peer-to-Peer VPN Client"
|
|
run/main_scene="res://Scenes/main.tscn"
|
|
config/use_custom_user_dir=true
|
|
config/custom_user_dir_name="Kangaroo Punch/HamNCheese"
|
|
config/auto_accept_quit=false
|
|
config/features=PackedStringArray("4.2", "GL Compatibility")
|
|
run/low_processor_mode=true
|
|
config/icon="res://Art/icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Uuid="*res://godot-uuid/uuid.gd"
|
|
Util="*res://Scripts/util.gd"
|
|
Process="*res://Scripts/process.gd"
|
|
Dialog="*res://Scripts/dialog.gd"
|
|
Edge="*res://Scripts/edge.gd"
|
|
Peers="*res://Scripts/peers.gd"
|
|
Settings="*res://Scenes/settings.tscn"
|
|
About="*res://Scenes/about.tscn"
|
|
Manual="*res://Scenes/manual.tscn"
|
|
Chat="*res://Scenes/chat.tscn"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=400
|
|
window/size/viewport_height=600
|
|
window/subwindows/embed_subwindows=false
|
|
|
|
[filesystem]
|
|
|
|
import/blender/enabled=false
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|