strings.xml 1.2 KB

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