Merge pull request #13006 from Citadel-Station-13/silicons-patch-68
2x's volumetric storage minimum size because i'm going to stop pretending this ugly shit is usable when even i myself use opt-out to old interface
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
/// Size of EACH left/right border icon for volumetric boxes
|
/// Size of EACH left/right border icon for volumetric boxes
|
||||||
#define VOLUMETRIC_STORAGE_BOX_BORDER_SIZE 1
|
#define VOLUMETRIC_STORAGE_BOX_BORDER_SIZE 1
|
||||||
/// Minimum pixels an item must have in volumetric scaled storage UI
|
/// Minimum pixels an item must have in volumetric scaled storage UI
|
||||||
#define MINIMUM_PIXELS_PER_ITEM 8
|
#define MINIMUM_PIXELS_PER_ITEM 16
|
||||||
/// Maximum number of objects that will be allowed to be displayed using the volumetric display system. Arbitrary number to prevent server lockups.
|
/// Maximum number of objects that will be allowed to be displayed using the volumetric display system. Arbitrary number to prevent server lockups.
|
||||||
#define MAXIMUM_VOLUMETRIC_ITEMS 256
|
#define MAXIMUM_VOLUMETRIC_ITEMS 256
|
||||||
/// How much padding to give between items
|
/// How much padding to give between items
|
||||||
|
|||||||
Reference in New Issue
Block a user