Update 13
This commit is contained in:
parent
1c9e39cd88
commit
4b7c5364ff
|
|
@ -186,7 +186,7 @@ function showBackpack()
|
|||
backpackOpenEvent:Fire(currentTab)
|
||||
canToggle = true
|
||||
readyForNextEvent = true
|
||||
backpackButton.Image = 'rbxasset://Textures/IPadInGameGUIToolbarBkpkTabTopV4.png'
|
||||
backpackButton.Image = 'http://www.morblox.us/asset/?id=97644093'
|
||||
backpackButton.Position = UDim2.new(0.5, -60, 1, -backpackSize.Y.Offset - 103)
|
||||
end)
|
||||
end
|
||||
|
|
@ -202,7 +202,7 @@ function toggleBackpack()
|
|||
backpackIsOpen = not backpackIsOpen
|
||||
|
||||
if backpackIsOpen then
|
||||
loadoutBackground.Image = 'rbxasset://Textures/IPadInGameGUIToolBarBkgd.png'
|
||||
loadoutBackground.Image = 'http://www.morblox.us/asset/?id=97623721'
|
||||
loadoutBackground.Position = UDim2.new(-0.03, 0, -0.17, 0)
|
||||
loadoutBackground.Size = UDim2.new(1.05, 0, 1.25, 0)
|
||||
loadoutBackground.ZIndex = 2.0
|
||||
|
|
@ -213,8 +213,8 @@ function toggleBackpack()
|
|||
backpackButton.Position = UDim2.new(0.5, -60, 1, -44)
|
||||
loadoutBackground.Visible = false
|
||||
backpackButton.Selected = false
|
||||
backpackButton.Image = "rbxasset://Textures/IPadInGameGUIToolbarBkpkTabTopV3.png"
|
||||
loadoutBackground.Image = 'rbxasset://Textures/IPadInGameGUIToolbar.png'
|
||||
backpackButton.Image = "http://www.morblox.us/asset/?id=97617958"
|
||||
loadoutBackground.Image = 'http://www.morblox.us/asset/?id=96536002'
|
||||
loadoutBackground.Position = UDim2.new(-0.1, 0, -0.1, 0)
|
||||
loadoutBackground.Size = UDim2.new(1.2, 0, 1.2, 0)
|
||||
hideBackpack()
|
||||
|
|
|
|||
Loading…
Reference in New Issue