Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cgisca/PGSGP
Browse files Browse the repository at this point in the history
  • Loading branch information
cgisca committed Aug 28, 2020
2 parents f3d2868 + ca1346e commit 21d7b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func _on_sign_out_failed():
```
##### Check if signed in
```gdscript
var is_signed_in: boole = play_games_services.isSignedIn()
var is_signed_in: bool = play_games_services.isSignedIn()
```
#### Achievements
##### Unlock Achievement
Expand Down

0 comments on commit 21d7b84

Please sign in to comment.