Zgeneralizowany i zbugfixowany magazyn
This commit is contained in:
parent
22e4ec45ad
commit
40d39db313
@ -1,6 +1,7 @@
|
||||
export const UnitsInGroupCount = 6
|
||||
export const RowsOfGroupsCount = 6
|
||||
export const ColumnsOfGroupsCount = 3
|
||||
export const StorageCenterLocation = { x: 8, y: 8, w: UnitsInGroupCount, h: 1 }
|
||||
// -1 by zarezerwować przestrzeń dla magazynu
|
||||
export const UnitsCount = (ColumnsOfGroupsCount * RowsOfGroupsCount - 1) * UnitsInGroupCount
|
||||
export const StorageCenterLocation = { x: 7, y: 8, w: UnitsInGroupCount, h: 1 }
|
||||
|
||||
export const UnitsCount = ((ColumnsOfGroupsCount * RowsOfGroupsCount) * UnitsInGroupCount
|
||||
- StorageCenterLocation.w * StorageCenterLocation.h)
|
||||
|
Loading…
Reference in New Issue
Block a user