Catch'Em All!
Configuration
Options
header_background_color
header_text_color
String
Colour / background of the header.
"black" / "white"
btn_background_color
btn_text_color
String
Colour / background of the CTA.
"black" / "white"
background_color
String
Background colour (visible if no image).
"transparent"
background_position
String
Background image positioning (CSS).
"center"
eggs_count
Integer
Number of items to display ("good items").
5
egg_point
Integer
Point(s) given for each item caught.
1
malus_count
Integer
Number of items to display ("bad items").
0
malus_point
Integer
Point(s) taken for each item caught.
1
speed
Integer
Falling speed of the items (base speed).
3
max_speed
Integer
Maximum falling speed of the items.
10
acceleration_per_second
Float
Acceleration of the item's speed.
0.5
basket_speed
Integer
Move speed of the basket.
5
timing
Integer
Duration of the game.
15
basket_width / _height
Integer
Size of the basket.
75 / 50
egg_width / _height
Integer
Size of the items (good and bad).
50 / 50
default_lang
String
[PTF] Default language if unmatched language.
"fr"
score
String
Text in the header.
"Score"
time_left
String
Text in the header.
"Time left"
start
String
Text of the CTA.
"Play now"
Assets
images
~50 x 50px (x times)
Items that will be falling in the game (good).
malus_images
~50 x 50px (x times)
Items that will be falling in the game (bad).
/ (but same as images)
Last updated