add steam overlay, achievements and stats managers
This commit is contained in:
@@ -18,6 +18,7 @@ config/icon="uid://bfar1kk3pgq8f"
|
||||
|
||||
[autoload]
|
||||
|
||||
SteamManager="*uid://b8u4wynp6d6so"
|
||||
UIEvents="*uid://dehu28iq27mbn"
|
||||
GameState="*uid://b17g2w2g101o6"
|
||||
CollectionManager="*uid://22orqdm34hfm"
|
||||
@@ -25,6 +26,8 @@ AudioManager="*uid://dcttbbavtwtsg"
|
||||
SceneManager="*uid://bw8hwkw55j675"
|
||||
ShaderWarmup="*res://core/shader_warmup.gd"
|
||||
TweenFX="*uid://d2n10rw2dnx8o"
|
||||
AchievementManager="*uid://vcuh547okpvj"
|
||||
StatsManager="*uid://bc3w8330cgc53"
|
||||
|
||||
[display]
|
||||
|
||||
@@ -35,7 +38,7 @@ window/stretch/aspect="expand"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/TweenFX/plugin.cfg")
|
||||
enabled=PackedStringArray("res://addons/TweenFX/plugin.cfg", "res://addons/godotsteam/plugin.cfg")
|
||||
|
||||
[global_group]
|
||||
|
||||
@@ -188,3 +191,10 @@ global_water_color={
|
||||
"type": "color",
|
||||
"value": Color(0, 0, 0, 1)
|
||||
}
|
||||
|
||||
[steam]
|
||||
|
||||
initialization/app_id=0
|
||||
initialization/initialize_on_startup=false
|
||||
initialization/embed_callbacks=false
|
||||
multiplayer_peer/max_channels=4
|
||||
|
||||
Reference in New Issue
Block a user