| 12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <!-- Google Play Games Services App ID -->
- <!-- This should be replaced with your actual app ID from Google Play Console -->
- <!-- For now, using a placeholder that needs to be configured -->
- <string name="app_id">YOUR_GOOGLE_PLAY_GAMES_APP_ID</string>
-
- <!-- Application name -->
- <string name="app_name">ZenTap</string>
-
- <!-- Achievement descriptions for Google Play Console reference -->
- <!-- These are just for reference - actual configuration happens in Google Play Console -->
-
- <!-- Leaderboard names for Google Play Console reference -->
- <!-- High Score Leaderboard -->
- <!-- Zen Mode Duration Leaderboard -->
- <!-- Total Bubbles Popped Leaderboard -->
- <!-- Longest Session Leaderboard -->
-
- <!-- Achievement names for Google Play Console reference -->
- <!-- First Bubble: Pop your first bubble -->
- <!-- Bubble Popper: Pop 100 bubbles -->
- <!-- Bubble Master: Pop 1000 bubbles -->
- <!-- Bubble Legend: Pop 5000 bubbles -->
- <!-- Zen Master: Spend 10 minutes in zen mode -->
- <!-- Speed Demon: Reach 1000 points in under 2 minutes -->
- <!-- Perfect Session: Complete a perfect session -->
- </resources>
|