Scratch Nine
Scratch Triple is now based on the same, unified, config.
Configuration
JSON
{
"options": {
"scratch_percentage": 50,
"cursor_size": 1.5,
"slot_number": 9,
"use_reward_image": false
},
"texts": {
"en": {},
"fr": {},
"nl": {}
},
"images": {
"background": [
GAME_URL + "/item-1.png",
GAME_URL + "/item-2.png",
GAME_URL + "/item-3.png",
GAME_URL + "/item-4.png",
GAME_URL + "/item-5.png"
],
"overlay": GAME_URL + "/overlay.png",
"cursor": GAME_URL + "/cursor.png",
"brush": GAME_URL + "/cursor.png",
"rewards": {}
}
}Options
Key
Type
Explanation
Default
Integer
Part of the image to be scratched before reveal.
50
Integer
Size of the cursor.
1.5
Integer
Number of slots (between 3 and 9).
9
Boolean
Use static or dynamic visuals (based on the reward).
false
Assets
Key
Size
Explanation
Default
Last updated