diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-08 21:15:03 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:59 +0200 |
| commit | 0c15fdab70d433b6f5338176c3359e7a6ff0ff57 (patch) | |
| tree | b98a15e9ac65586a606bb31e3bce2dc131d60976 /src/components/map | |
| parent | 8db9161553ece681a0c9a6f50b710ce6cbd3c8dc (diff) | |
Implement unit count limit per machine
Diffstat (limited to 'src/components/map')
| -rw-r--r-- | src/components/map/MapConstants.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/map/MapConstants.js b/src/components/map/MapConstants.js index f6f47564..d776901e 100644 --- a/src/components/map/MapConstants.js +++ b/src/components/map/MapConstants.js @@ -15,3 +15,7 @@ export const RACK_FILL_ICON_WIDTH = OBJECT_SIZE_IN_PIXELS / 3; export const RACK_FILL_ICON_OPACITY = 0.8; export const MAP_MOVE_PIXELS_PER_EVENT = 20; + +export const MAX_NUM_UNITS_PER_MACHINE = 4; +export const DEFAULT_RACK_SLOT_CAPACITY = 42; +export const DEFAULT_RACK_POWER_CAPACITY = 10000; |
