2023-12-19 00:34:58 +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
|
|
|
|
|
2023-06-10 05:15:08 +02:00
|
|
|
config_version=5
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2023-12-15 22:44:25 +01:00
|
|
|
config/name="StreamGraph"
|
2024-03-17 11:57:33 +01:00
|
|
|
config/version="0.0.6"
|
2024-02-29 19:41:53 +01:00
|
|
|
run/main_scene="res://main.tscn"
|
2023-07-21 08:39:38 +02:00
|
|
|
config/use_custom_user_dir=true
|
2023-12-15 22:44:25 +01:00
|
|
|
config/custom_user_dir_name="streamgraph"
|
|
|
|
config/auto_accept_quit=false
|
2023-11-22 05:26:11 +01:00
|
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
2023-12-15 22:44:25 +01:00
|
|
|
config/icon="res://dist/logo-flattened.svg"
|
2023-06-24 05:39:50 +02:00
|
|
|
|
2023-12-15 22:44:25 +01:00
|
|
|
[editor_plugins]
|
2023-11-22 05:26:11 +01:00
|
|
|
|
2023-12-15 22:44:25 +01:00
|
|
|
enabled=PackedStringArray("res://addons/no-obs-ws/plugin.cfg", "res://addons/no_twitch/plugin.cfg")
|
2023-11-22 05:26:11 +01:00
|
|
|
|
2024-07-01 21:02:27 +02:00
|
|
|
[file_customization]
|
|
|
|
|
|
|
|
folder_colors={
|
|
|
|
"res://classes/": "red",
|
|
|
|
"res://classes/deck/": "yellow",
|
|
|
|
"res://classes/deck/nodes/": "green",
|
|
|
|
"res://dist/": "gray",
|
|
|
|
"res://graph_node_renderer/": "teal"
|
|
|
|
}
|
|
|
|
|
2024-04-16 17:16:38 +02:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
theme/custom="res://graph_node_renderer/default_theme.tres"
|
|
|
|
|
2023-11-22 05:26:11 +01:00
|
|
|
[input]
|
|
|
|
|
2024-04-11 16:56:33 +02:00
|
|
|
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)
|
|
|
|
]
|
|
|
|
}
|
2023-11-22 05:26:11 +01:00
|
|
|
|
2023-11-17 11:36:53 +01:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|