miggor-StreamGraph/project.godot

51 lines
1.3 KiB
Text
Raw Normal View History

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]
config/name="StreamGraph"
2024-03-17 11:57:33 +01:00
config/version="0.0.6"
run/main_scene="res://main.tscn"
2023-07-21 08:39:38 +02:00
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")
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"
}
[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)
]
}
2023-11-17 11:36:53 +01:00
[rendering]
renderer/rendering_method="gl_compatibility"