diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-08 01:37:14 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-08 01:37:14 -0400 |
| commit | e7b72c962ab3425a23ccf6911b4d9fa90189d2f0 (patch) | |
| tree | 891ccafcdbb6c77d392f67a6886bb7e3f52e6f0b /gamemode/client/cl_inventory.lua | |
| parent | 98e22ce970aa7b67e36f24a0fef8a694cbac098a (diff) | |
| download | gmstranded-e7b72c962ab3425a23ccf6911b4d9fa90189d2f0.tar.gz gmstranded-e7b72c962ab3425a23ccf6911b4d9fa90189d2f0.tar.bz2 gmstranded-e7b72c962ab3425a23ccf6911b4d9fa90189d2f0.zip | |
fixed paths to runes
Diffstat (limited to 'gamemode/client/cl_inventory.lua')
| -rw-r--r-- | gamemode/client/cl_inventory.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gamemode/client/cl_inventory.lua b/gamemode/client/cl_inventory.lua index c178f4f..1e69ec7 100644 --- a/gamemode/client/cl_inventory.lua +++ b/gamemode/client/cl_inventory.lua @@ -373,7 +373,7 @@ function PANEL:Init() local row = 0 i = 0 for k,v in SortedPairs(GMS.Combinations["Combinations"]) do - + local slot = vgui.Create("DButton", dpnl) slot:SetSize(dPanelWidth/5, 100) slot:SetText("") @@ -413,8 +413,8 @@ function PANEL:Init() if (icon != nil && icon != "test.png") then img:SetImage(icon) else img:SetImage("vgui/avatar_default") end end end - - + + i=i+1 end |
