Bubble Shooter Toolkit
  • Getting started
    • Specification
  • TUTORIALS
    • Video Tutorials
    • Level EDITOR
    • How to set or create in-game tutorials
    • How to expand map and add new points
    • Adding new ball
    • Coins SHOP
    • Ads setup
      • Ads mediation (Levelplay/IronSource) setup
      • Admob setup
      • Unit ads legacy setup
      • Ads settings
      • Add rewarded ads button
    • Settings
      • Game settings
      • Gameplay settings
      • Boost settings
      • Shop settings (IAP)
      • Daily bonus settings
      • Lucky spin settings
      • Powerup settings
      • Target settings
      • Debug Settings
  • Scripts
    • Scripts Overview
      • Ball spawner
      • EventManager
      • GetNeighbours
      • Resource system
      • Playable item types
Powered by GitBook
On this page
  1. TUTORIALS
  2. Settings

Game settings

Tools->Bubble Shooter->Settings->Game settings

PreviousSettingsNextGameplay settings

Last updated 1 year ago

  1. MaxLife: The maximum number of lives a player can have in the game.

  2. coins: initial amount of coins to start game

  3. refillLifeCost: The cost in coins to refill or replenish a player's life.

  4. TotalTimeForRestLifeHours: The total time required for a player to fully restock their life in hours.

  5. TotalTimeForRestLifeMin: The total time required for a player to fully restock their life in minutes.

  6. TotalTimeForRestLifeSec: The total time required for a player to fully restock their life in seconds.

  7. continuePrice: The cost in coins for the player to continue the game after failing.

  8. movesContinue: The number of additional moves granted to the player when continuing the game after failing.

  9. timeContinue: The additional time granted to the player when continuing the game after failing, in seconds.

  10. GoMapAfter: Determines the action to take after winning a map (e.g., skip to the next map).

  11. openMenuPlay: Indicates whether the menu for playing on the map is automatically opened.

  12. matchSettingsCount: The number of balls of the same color to match and destroy (match 3 by default)

  13. privacyPolicyUrl: The URL directing users to the privacy policy of the game, as per GDPR regulations.