Skip to content

Commit 720e11e

Browse files
committed
Merge pull request playgameservices#105 from samtstern/feature-remove-basegame
Remove BaseGameActivity from TBMPSkeleton, TrivialQuest2, and TypeANumber
2 parents f6c569b + 2ff057d commit 720e11e

9 files changed

Lines changed: 443 additions & 254 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.gradle/
22
.settings/
33
bin/
4+
build/

BasicSamples/SkeletonTbmp/src/main/java/com/google/example/tbmpskeleton/SkeletonActivity.java

Lines changed: 174 additions & 80 deletions
Large diffs are not rendered by default.

BasicSamples/SkeletonTbmp/src/main/res/values/strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
<string name="check_games">Check games</string>
2121
<string name="start_match">Start Match</string>
2222
<string name="turn_counter">Turn counter</string>
23-
23+
<string name="signin_failure">Unable to sign in. Check your internet connection and try again later.</string>
24+
<string name="signin_other_error">There was an issue with sign in. Please try again later.</string>
25+
2426
</resources>

0 commit comments

Comments
 (0)