From aea7cc9f65565e6590234486ba87bf0f312384fd Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 29 Jan 2016 20:12:03 -0500 Subject: Updated texture for rope --- .../Pitch.png | Bin 22158 -> 0 bytes .../download (2).png | Bin 18916 -> 0 bytes content/materials/settlement/icon_rope.png | Bin 0 -> 18916 bytes content/materials/settlement/icon_rope.vmt | 8 -------- content/materials/settlement/icon_rope.vtf | Bin 16592 -> 0 bytes gamemode/itemsystem/items/rope.lua | 2 +- 6 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/Pitch.png delete mode 100644 Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/download (2).png create mode 100644 content/materials/settlement/icon_rope.png delete mode 100644 content/materials/settlement/icon_rope.vmt delete mode 100644 content/materials/settlement/icon_rope.vtf diff --git a/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/Pitch.png b/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/Pitch.png deleted file mode 100644 index 7eacb45..0000000 Binary files a/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/Pitch.png and /dev/null differ diff --git a/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/download (2).png b/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/download (2).png deleted file mode 100644 index 716f9f8..0000000 Binary files a/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/download (2).png and /dev/null differ diff --git a/content/materials/settlement/icon_rope.png b/content/materials/settlement/icon_rope.png new file mode 100644 index 0000000..716f9f8 Binary files /dev/null and b/content/materials/settlement/icon_rope.png differ diff --git a/content/materials/settlement/icon_rope.vmt b/content/materials/settlement/icon_rope.vmt deleted file mode 100644 index 50d5ab1..0000000 --- a/content/materials/settlement/icon_rope.vmt +++ /dev/null @@ -1,8 +0,0 @@ -"UnlitGeneric" -{ - "$basetexture" "settlement/icon_rope" - "$vertexcolor" 1 - "$vertexalpha" 1 - "$translucent" 1 - "$nolod" "1" -} \ No newline at end of file diff --git a/content/materials/settlement/icon_rope.vtf b/content/materials/settlement/icon_rope.vtf deleted file mode 100644 index 742145d..0000000 Binary files a/content/materials/settlement/icon_rope.vtf and /dev/null differ diff --git a/gamemode/itemsystem/items/rope.lua b/gamemode/itemsystem/items/rope.lua index a9d0c53..9872d0f 100644 --- a/gamemode/itemsystem/items/rope.lua +++ b/gamemode/itemsystem/items/rope.lua @@ -3,7 +3,7 @@ ITEM.Name = "Rope" ITEM.Class = "resource" ITEM.Desc = "Handy rope for more advanced structures and tools." ITEM.Model = "models/props_junk/Rock001a.mdl" -ITEM.Icon = Material("settlement/icon_rope") +ITEM.Icon = Material("settlement/icon_rope.png") ITEM.Recipe = { Resources = { -- cgit v1.2.3-70-g09d2