summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-08 13:21:44 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-08 13:21:44 -0400
commitdf86cd655e01dde819c0f310da76b38336fa6b26 (patch)
tree766d8f1aa8a51104d001f1193924af4e838f6c44
parent9c9e888b16f35fceab2c2df206e23ad81a0e259a (diff)
downloadgmstranded-df86cd655e01dde819c0f310da76b38336fa6b26.tar.gz
gmstranded-df86cd655e01dde819c0f310da76b38336fa6b26.tar.bz2
gmstranded-df86cd655e01dde819c0f310da76b38336fa6b26.zip
Finished up all item icons
-rw-r--r--content/materials/items/pickaxehandle.pngbin0 -> 1037 bytes
-rw-r--r--content/materials/items/pickaxehead.pngbin0 -> 1208 bytes
-rw-r--r--content/materials/items/watch.pngbin0 -> 1449 bytes
-rw-r--r--gamemode/itemsystem/items/deaddroppable.lua8
4 files changed, 4 insertions, 4 deletions
diff --git a/content/materials/items/pickaxehandle.png b/content/materials/items/pickaxehandle.png
new file mode 100644
index 0000000..6f8bc6d
--- /dev/null
+++ b/content/materials/items/pickaxehandle.png
Binary files differ
diff --git a/content/materials/items/pickaxehead.png b/content/materials/items/pickaxehead.png
new file mode 100644
index 0000000..605c030
--- /dev/null
+++ b/content/materials/items/pickaxehead.png
Binary files differ
diff --git a/content/materials/items/watch.png b/content/materials/items/watch.png
new file mode 100644
index 0000000..6c4ce5f
--- /dev/null
+++ b/content/materials/items/watch.png
Binary files differ
diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua
index e079963..9278e96 100644
--- a/gamemode/itemsystem/items/deaddroppable.lua
+++ b/gamemode/itemsystem/items/deaddroppable.lua
@@ -33,8 +33,8 @@ local tbl = {
{"Meat","Something you can craft with!","items/meat.png"},
{"Mithril Ore","Something you can craft with!","items/ore_mithril.png"},
{"Oak","You've got wood.","items/wood_oak.png"},
- {"Pickaxe Handle","Something you can craft with!","test.png"},
- {"Pickaxe Head","Something you can craft with!","test.png"},
+ {"Pickaxe Handle","Something you can craft with!","items/pickaxehandle.png"},
+ {"Pickaxe Head","Something you can craft with!","items/pickaxehead.png"},
{"Plastic","Some solidified resin!","items/plastic.png"},
{"Platinum","Something you can craft with!","items/ingot_platinum.png"},
{"Platinum Ore","Something you can craft with!","items/ore_platinum.png"},
@@ -50,7 +50,7 @@ local tbl = {
{"Steel","Something you can craft with!","items/ingot_steel.png"},
{"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"},
+ {"Strange Stone","Something you can craft with!","items/sulpher.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"},
@@ -60,7 +60,7 @@ local tbl = {
{"Water Rune","Whenever you touch it, your hand feels slightly damp.","items/rune_water.png"},
{"Welder","Something you can craft with!","items/welder.png"},
{"Wood","Something you can craft with!","items/wood.png"},
- {"Wrist Watch","See the time wherever you go!","test.png"},
+ {"Wrist Watch","See the time wherever you go!","items/watch.png"},
}
for k,v in pairs(tbl) do