For the complete documentation index, see llms.txt. This page is also available as Markdown.

Grabber

Configuration

JSON
{
  "options": {
    "use_reward_image": false
  },
  "texts": {},
  "sounds": {},
  "images": {
    "background": GAME_URL + "/background.png",
    "front": GAME_URL + "/front.png",
    "window": GAME_URL + "/window.png",
    "shadow": GAME_URL + "/shadow.png",
    "grabber": GAME_URL + "/grabber.png",
    "base": GAME_URL + "/base.png",
    "buttons": GAME_URL + "/buttons.png",
    "ball": GAME_URL + "/ball.png",
    "win": GAME_URL + "/win.png",
    "lose": "",
    "rewards": {}
  }
}

Options

Key
Type
Explanation
Default

Boolean

Use one image per reward, or default ones (win / lose).

false

Assets

Key
Size
Explanation
Default

550 x 380px

550 x 380px

550 x 380px

550 x 380px

165 x 238px

21 x 31px

540 x 90px

51 x 51px

230 x 242px

/

Last updated