Penalty
Configuration
Options
visible_hitbox
Boolean
[DEV] Display the hitboxes.
false
number_of_shoot
Integer
Number of times a player can "shoot" the ball.
5
time_between_shoot
Integer
Delay between each "shoot".
1000
background > height / width
Integer
Background's visual sizes.
600 / 686
ball > height / width
Integer
Ball's visual sizes (to render).
50 / 50
ball > speed
Integer
Speed of the ball.
12
keeper > active
Boolean
[Do not edit] Set to false to disable the keeper.
true
keeper > height / width
Integer
Keeper's visual sizes (to render).
126 / 103
keeper > offsetY
Integer
Vertical adjustment of the keeper.
10
keeper > speed > min / max
Integer
Speed of the keeper (is random between min and max at each "shoot").
5 / 15
goal > height / width
Integer
Goal's visual sizes (to render).
216 / 400
goal > offsetY
Integer
Vertical adjustment of the goal.
25
goal > paddingX
Integer
Horizontal padding for the goal. (the ball will bounce of those areas).
35
goal > floorLine
Integer
Ground level (if no goal).
100
goal > scoreLine
Integer
Score level (if goal).
65
goal > scoreLineOffsetY
Integer
[Do not edit, used in PaperToss]
0
default_lang
String
[PTF] Default language if unmatched language.
"fr"
shoot
String
Text displayed in the header.
"Shots: "
score
String
Text displayed in the header.
"Goals: "
Assets
background > url
~600 x 600px (adapt background sizes)
Background of the game.
goal > url_foreground
/
[Do not edit, used in PaperToss]
/
Last updated