22 lines
723 B
YAML
22 lines
723 B
YAML
|
# 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
|
|||
|
#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
|