2021-01-28 20:21:47 +00:00
|
|
|
|
|
|
|
#These settings only affects client
|
|
|
|
[Client]
|
2021-02-12 14:22:54 +00:00
|
|
|
#Whether or not to hide the button for opening CosmeticArmorInventory
|
|
|
|
CosArmorGuiButton_Hidden = false
|
2021-01-28 20:21:47 +00:00
|
|
|
#The horizontal pixel distance from the origin point of player inventory gui
|
|
|
|
#Range: > -2147483648
|
|
|
|
CosArmorGuiButton_Left = 65
|
|
|
|
#The vertical pixel distance from the origin point of player inventoy gui
|
|
|
|
#Range: > -2147483648
|
|
|
|
CosArmorGuiButton_Top = 67
|
|
|
|
#Whether or not to hide the button for toggling the mod temporarily on client side
|
|
|
|
CosArmorToggleButton_Hidden = false
|
|
|
|
#The horizontal pixel distance from the origin point of player inventory gui
|
|
|
|
#Range: > -2147483648
|
|
|
|
CosArmorToggleButton_Left = 59
|
|
|
|
#The vertical pixel distance from the origin point of player inventory gui
|
|
|
|
#Range: > -2147483648
|
|
|
|
CosArmorToggleButton_Top = 72
|
|
|
|
|