mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
50 lines
1.3 KiB
Text
50 lines
1.3 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="StreamGraph"
|
|
config/version="0.0.6"
|
|
run/main_scene="res://main.tscn"
|
|
config/use_custom_user_dir=true
|
|
config/custom_user_dir_name="streamgraph"
|
|
config/auto_accept_quit=false
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
config/icon="res://dist/logo-flattened.svg"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/no-obs-ws/plugin.cfg", "res://addons/no_twitch/plugin.cfg")
|
|
|
|
[file_customization]
|
|
|
|
folder_colors={
|
|
"res://classes/": "red",
|
|
"res://classes/deck/": "yellow",
|
|
"res://classes/deck/nodes/": "green",
|
|
"res://dist/": "gray",
|
|
"res://graph_node_renderer/": "teal"
|
|
}
|
|
|
|
[gui]
|
|
|
|
theme/custom="res://graph_node_renderer/default_theme.tres"
|
|
|
|
[input]
|
|
|
|
debug_make_unique={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194335,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|