diff options
| author | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-01-29 20:12:03 -0500 |
|---|---|---|
| committer | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-01-29 20:12:03 -0500 |
| commit | aea7cc9f65565e6590234486ba87bf0f312384fd (patch) | |
| tree | 8684be0c7a241d8e1bd06ec89216bdb2fbdc7e20 | |
| parent | 34b9d57f979e9632298cf3de97270ccfad92c224 (diff) | |
| download | wintersurvival2-aea7cc9f65565e6590234486ba87bf0f312384fd.tar.gz wintersurvival2-aea7cc9f65565e6590234486ba87bf0f312384fd.tar.bz2 wintersurvival2-aea7cc9f65565e6590234486ba87bf0f312384fd.zip | |
Updated texture for rope
| -rw-r--r-- | Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/Pitch.png | bin | 22158 -> 0 bytes | |||
| -rw-r--r-- | content/materials/settlement/icon_rope.png (renamed from Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/download (2).png) | bin | 18916 -> 18916 bytes | |||
| -rw-r--r-- | content/materials/settlement/icon_rope.vmt | 8 | ||||
| -rw-r--r-- | content/materials/settlement/icon_rope.vtf | bin | 16592 -> 0 bytes | |||
| -rw-r--r-- | gamemode/itemsystem/items/rope.lua | 2 |
5 files changed, 1 insertions, 9 deletions
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 Binary files differdeleted file mode 100644 index 7eacb45..0000000 --- a/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/Pitch.png +++ /dev/null diff --git a/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/download (2).png b/content/materials/settlement/icon_rope.png Binary files differindex 716f9f8..716f9f8 100644 --- a/Woolly shit and stuff for apicx to add beacause woolly is such an lazy bum/download (2).png +++ b/content/materials/settlement/icon_rope.png 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 Binary files differdeleted file mode 100644 index 742145d..0000000 --- a/content/materials/settlement/icon_rope.vtf +++ /dev/null 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 = {
|
