diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-24 10:15:18 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:23 +0200 |
| commit | 2892f05baeb79f77586eb36d3506a57b1d20b8aa (patch) | |
| tree | 80405c59a947ea8f2316980e7e77ce0a20e0b421 /frontend/src/components/app/map | |
| parent | ba5bce34d632ea9155dc957e90068d9f40b439ee (diff) | |
Increase component limits and add overflow handling
Diffstat (limited to 'frontend/src/components/app/map')
| -rw-r--r-- | frontend/src/components/app/map/MapConstants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/app/map/MapConstants.js b/frontend/src/components/app/map/MapConstants.js index 0a970701..d6ea1f84 100644 --- a/frontend/src/components/app/map/MapConstants.js +++ b/frontend/src/components/app/map/MapConstants.js @@ -23,6 +23,6 @@ export const MAP_SCALE_PER_EVENT = 1.1 export const MAP_MIN_SCALE = 0.5 export const MAP_MAX_SCALE = 1.5 -export const MAX_NUM_UNITS_PER_MACHINE = 4 +export const MAX_NUM_UNITS_PER_MACHINE = 6 export const DEFAULT_RACK_SLOT_CAPACITY = 42 export const DEFAULT_RACK_POWER_CAPACITY = 10000 |
