2025-06-12 14:31:14 -05: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="PokePurple"
|
|
|
|
|
config/description="Poke`mon Twitch Community Game"
|
2025-06-13 02:46:20 -05:00
|
|
|
config/features=PackedStringArray("4.4", "C#")
|
2025-06-12 14:31:14 -05:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
Globals="*res://Library/Singletons/globals.tscn"
|
|
|
|
|
|
|
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
|
|
project/assembly_name="PokePurple"
|
|
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
|
|
enabled=PackedStringArray("res://addons/twitcher/plugin.cfg")
|
|
|
|
|
|
|
|
|
|
[twitcher]
|
|
|
|
|
|
|
|
|
|
editor/game_oauth_token="res://addons/twitcher/default_oauth_token.tres"
|
|
|
|
|
editor/game_oauth_setting="res://addons/twitcher/twitch_oauth_setting.tres"
|
|
|
|
|
editor/show_setup_on_startup=false
|
|
|
|
|
editor/project_preset=&"Game"
|