File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ local TOOLTIP_HEIGHT: number = 16
8484local TOOLTIP_OFFSET : number = - 5 -- From to
8585
8686-- Topbar icons
87- local ARROW_IMAGE_OPEN : string = "rbxasset://textures/ui/TopBar/inventoryOn.png"
88- local ARROW_IMAGE_CLOSE : string = "rbxasset://textures/ui/TopBar/inventoryOff.png"
87+ local ARROW_IMAGE_OPEN : string = "rbxasset://textures/ui/TopBar/inventoryOn@3x .png"
88+ local ARROW_IMAGE_CLOSE : string = "rbxasset://textures/ui/TopBar/inventoryOff@3x .png"
8989-- local ARROW_HOTKEY: { Enum.KeyCode } = { Enum.KeyCode.Backquote, Enum.KeyCode.DPadUp } --TODO: Hookup '~' too?
9090
9191-- Hotbar slots
@@ -160,7 +160,7 @@ local inventoryIcon: any = Icon.new()
160160 :setName ("Inventory" )
161161 :setImage (ARROW_IMAGE_OPEN , "Selected" )
162162 :setImage (ARROW_IMAGE_CLOSE , "Deselected" )
163- :setImageScale (1 )
163+ :setImageScale (1.1 )
164164 :setCaption ("Inventory" )
165165 :bindToggleKey (Enum.KeyCode.Backquote )
166166 :autoDeselect (false )
You can’t perform that action at this time.
0 commit comments