reuploading levels

This commit is contained in:
Reid 2023-09-20 18:46:37 -07:00
parent fd88a4e374
commit 4d8a41ba47
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
20 changed files with 604 additions and 22 deletions

View file

@ -28,4 +28,6 @@ data_folder = "data"
# max amount of objects in a level
max_objects = 80_000
# object ids to block
blocklist = [ 31 ] # start position
blocklist = [ 31 ] # start position
# if reuploading levels is allowed
reupload = true