Short
Configuration
Options
Key
Type
Explanation
Default
width
Integer
Width of the canvas.
400
height
Integer
Height of the canvas.
400
use_reward_image
Boolean
Tells the game to use the reward image, or a default one (both must be provided).
true
default_lang
String
[PTF] Default language if unmatched language.
"fr"
Other options shouldn't be edited!
Assets
Key
Size
Explanation
Default
sprite_iddle
400 x 400px
Top image before clicking on the game (should be 1 frame).
sprite_win
(400 * number of frames) x 400px
Image displayed once the game started, in case of a win and if use_reward_image is set to false (should have many frames).
sprite_lose
(400 * number of frames) x 400px
Image displayed once the game started, in case of a lose (should have many frames).
Last updated