util + borders work
This commit is contained in:
@ -1,7 +1,22 @@
|
||||
# Here you can specify the world limits.
|
||||
# Borders will be calculated automatically from values in the 'points' list.
|
||||
# These coordinates WILL be inside your border, therefore you must specify at least two.
|
||||
#world:
|
||||
# Here you can specify the world limits, defining them either by the center of the allowed
|
||||
# region and its dimensions or two or more points inside the required area that will be
|
||||
# automatically sized accordingly (to contain every single point). You can also specify both.
|
||||
# Coordinates are encoded in X,Y order.
|
||||
#world: # -500 -500, 500 500
|
||||
# points:
|
||||
# - 500, 500
|
||||
# - -500, -500
|
||||
# - 500 500
|
||||
# - -500 -500
|
||||
#flatroom: # -250 -250, 250 250
|
||||
# center: 0 0 # <
|
||||
# radius: 200 # < the only working size-related settings
|
||||
# size: 500 500
|
||||
# warningdist: 5
|
||||
# warningtime: 15
|
||||
# damage: 0.2
|
||||
# buffer: 5
|
||||
#event: # -250 -250, 600 550
|
||||
# center: 0 0
|
||||
# size: 500 500
|
||||
# points:
|
||||
# - 600 550
|
||||
# - 350 200
|
Reference in New Issue
Block a user