Skip to content

Commit

Permalink
Make border modifier for slots a bit bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Dec 20, 2019
1 parent c223e4c commit 37c6137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GM_Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RGGM_CONSTANTS = {
ELEMENT_GEAR_BAR_SLOT = "$parentSlot_",
ELEMENT_GEAR_BAR_COMBAT_QUEUE_SLOT = "$parent_CombatQueueSlot",
GEAR_BAR_COMBAT_QUEUE_SLOT_SIZE_MODIFIER = .55,
GEAR_BAR_SLOT_BORDER_MODIFIER = 0.05,
GEAR_BAR_SLOT_BORDER_MODIFIER = 0.075,
GEAR_BAR_DEFAULT_SLOT_SIZE = 40,
GEAR_BAR_SLOT_X = 5,
GEAR_BAR_SLOT_Y = 0,
Expand Down

0 comments on commit 37c6137

Please sign in to comment.