increase garage max size

This commit is contained in:
Bilal Catic
2019-10-16 15:33:25 +02:00
parent 8fca523bb5
commit 8e5bc199a5

View File

@@ -46,7 +46,7 @@ const GARAGE_SIZE_SLIDER_OPTIONS = {
start: [10, 20],
range: {
min: [0],
max: [50]
max: [150]
},
step: 2,
connect: true,