Update flood_shopmenu.lua

This commit is contained in:
[TW]Rain_Bob 2023-10-08 17:38:04 +08:00 committed by GitHub
parent 88b84ba2a1
commit 68aa1ca692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ function PANEL:Init()
draw.RoundedBox(0, 0, 0, w, h, Color(0, 0, 0, 200))
end
GAMEMODE.ShopMenu = self.MainFrame
GAMEMODE.ShopMenuPanel=self
self.LeftFrame = vgui.Create("DFrame", self.MainFrame)
self.LeftFrame:SetPos(x * 0.1, y * 0.1)
self.LeftFrame:SetSize(x * 0.475, y * 0.8)