Shooter
Configuration
JSON
{
"options": {
"balloons_number": 5,
"number_of_try": 3,
"image_size": 20,
"balloon_speed_min": 10,
"balloon_speed_max": 20
},
"texts": {
"en": {},
"fr": {},
"nl": {}
},
"images": {
"balloons": [
GAME_URL + "/item-1.png"
],
"image_balloon_win": GAME_URL + "/win.png",
"image_balloon_lose": GAME_URL + "/lose.png",
"image_cursor": GAME_URL + "/cursor.png",
"background_image": GAME_URL + "/background.png"
}
}Options
Key
Type
Explanation
Default
Integer
Number of items displayed.
5
Integer
Number of items to click on.
3
Integer
Size of the items (based on the x size of the game, in %).
20
Integer
Items min speed.
10
Integer
Items max speed.
20
Assets
Key
Size
Explanation
Default
150 x 150px (each)
Items to be displayed in the game (based on the balloons_number option).
Last updated