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 | |
| parent | 98e22ce970aa7b67e36f24a0fef8a694cbac098a (diff) | |
| download | gmstranded-e7b72c962ab3425a23ccf6911b4d9fa90189d2f0.tar.gz gmstranded-e7b72c962ab3425a23ccf6911b4d9fa90189d2f0.tar.bz2 gmstranded-e7b72c962ab3425a23ccf6911b4d9fa90189d2f0.zip | |
fixed paths to runes
Diffstat (limited to 'gamemode')
| -rw-r--r-- | gamemode/client/cl_inventory.lua | 6 | ||||
| -rw-r--r-- | gamemode/itemsystem/items/deaddroppable.lua | 10 |
2 files changed, 8 insertions, 8 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 diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua index 4661e3f..6bf1706 100644 --- a/gamemode/itemsystem/items/deaddroppable.lua +++ b/gamemode/itemsystem/items/deaddroppable.lua @@ -4,9 +4,9 @@ local tbl = { {"Adamantine","Something you can craft with!","items/ingot_adamantine.png"}, {"Adamantine Ore","Something you can craft with!","items/ore_adamantine.png"}, - {"Air Rune","This stone seems like it should be heavier.","rune_air.png"}, + {"Air Rune","This stone seems like it should be heavier.","items/rune_air.png"}, {"Baits","Something you can use to fish with! (Consumed automatically)","test.png"}, - {"Basic Rune","Something you can craft with!","rune_basic.png"}, + {"Basic Rune","Something you can craft with!","items/rune_basic.png"}, {"Bass","Don't drop it!","test.png"}, {"Batteries","It holds a charge!","test.png"}, {"Cedar","You can identify that this is wood.","items/wood_cedar.png"}, @@ -16,9 +16,9 @@ local tbl = { {"Copper Ore","Something you can craft with!","items/ore_copper.png"}, {"Dough","Something you can craft with!","items/dough.png"}, {"Dust","Ever wondered what would happen if sand got smaller?","test.png"}, - {"Earth Rune","A stone that's heavier than it looks.","rune_earth.png"}, + {"Earth Rune","A stone that's heavier than it looks.","items/rune_earth.png"}, {"Elm","You can identify that this is wood.","items/wood_elm.png"}, - {"Fire Rune","A slightly warm stone.","test.png"}, + {"Fire Rune","A slightly warm stone.","items/rune_fire.png"}, {"Flashlight","Lights up the dark!","test.png"}, {"Flour","An item to craft with!","items/flour.png"}, {"Glass","Useful in construction!","test.png"}, @@ -51,7 +51,7 @@ local tbl = { {"Steel Ore","Something you can craft with!","items/ore_steel.png"}, {"Stone","Something you can craft with!","items/stone.png"}, {"Strange Stone","Something you can craft with!","test.png"}, - {"Sulpher","Watch out, it's explosive!","test.png"}, + {"Sulpher","Watch out, it's explosive!","items/sulpher.png"}, {"Teak","You've got wood.","items/wood_teak.png"}, {"Tech","You're blinded by SCIENCE!","items/ingot_tech.png"}, {"Tech Ore","Something you can craft with!","items/ore_tech.png"}, |
