Skip to content

Commit

Permalink
Disable plugin by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Ibáñez Sánchez <jacobibanez@jacobibanez.com>
  • Loading branch information
Iakobs committed Mar 1, 2024
1 parent eea73c9 commit 7b3937c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions plugin/demo/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,12 @@ run/main_scene="res://scenes/MainMenu.tscn"
config/features=PackedStringArray("4.2", "Mobile")
config/icon="res://icon.svg"

[autoload]

GodotPlayGameServices="*res://addons/GodotPlayGameServices/autoloads/godot_play_game_services.gd"
SignInClient="*res://addons/GodotPlayGameServices/autoloads/sign_in_client.gd"
PlayersClient="*res://addons/GodotPlayGameServices/autoloads/players_client.gd"
AchievementsClient="*res://addons/GodotPlayGameServices/autoloads/achievements_client.gd"
LeaderboardsClient="*res://addons/GodotPlayGameServices/autoloads/leaderboards_client.gd"
SnapshotsClient="*res://addons/GodotPlayGameServices/autoloads/snapshots_client.gd"

[display]

window/size/viewport_width=720
window/size/viewport_height=1280
window/handheld/orientation=1

[editor_plugins]

enabled=PackedStringArray("res://addons/GodotPlayGameServices/plugin.cfg")

[file_customization]

folder_colors={
Expand Down

0 comments on commit 7b3937c

Please sign in to comment.