shine-runners-test/project.godot

49 lines
1 KiB
Text
Raw Permalink Normal View History

2025-04-20 16:15:26 +10: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
config_version=5
[application]
config/name="Shine Runners Test"
run/main_scene="uid://jo1lu66y1gx6"
config/features=PackedStringArray("4.4", "GL Compatibility")
2025-04-21 00:17:07 +10:00
config/icon="uid://1ylm3yb3weq8"
2025-04-20 16:15:26 +10:00
2025-04-21 00:14:55 +10:00
[autoload]
Twitch="*res://twitch.tscn"
2025-04-21 00:17:07 +10:00
VerySimpleTwitch="*res://addons/very-simple-twitch/twitch_node.gd"
2025-04-21 00:14:55 +10:00
2025-04-20 16:15:26 +10:00
[display]
2025-04-20 21:24:12 +10:00
window/stretch/mode="canvas_items"
2025-04-20 16:15:26 +10:00
2025-04-21 00:17:07 +10:00
[editor_plugins]
enabled=PackedStringArray("res://addons/very-simple-twitch/plugin.cfg")
2025-04-20 17:31:40 +10:00
[global_group]
player=""
2025-04-21 15:57:48 +10:00
[gui]
theme/default_font_multichannel_signed_distance_field=true
theme/default_font_generate_mipmaps=true
2025-04-20 16:15:26 +10:00
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
2025-04-21 01:11:27 +10:00
[very_simple_twitch]
config/client_id="02idi95zrbbtrgw9k00yhbubp41lc2"