diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 19:39:32 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 19:39:32 -0400 |
| commit | 671afe4f2ece80877c776d47a9158e0b4e5d7bd5 (patch) | |
| tree | fb0619c87dd020a810d4b244d520e3690193989e /gamemode/itemsystem/items/shark.lua | |
| parent | 050a8799a07e41c21c3f45f8865cadc1db80bf2f (diff) | |
| download | gmstranded-671afe4f2ece80877c776d47a9158e0b4e5d7bd5.tar.gz gmstranded-671afe4f2ece80877c776d47a9158e0b4e5d7bd5.tar.bz2 gmstranded-671afe4f2ece80877c776d47a9158e0b4e5d7bd5.zip | |
Updated itemsystem to compress how many files we need
Diffstat (limited to 'gamemode/itemsystem/items/shark.lua')
| -rw-r--r-- | gamemode/itemsystem/items/shark.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/itemsystem/items/shark.lua b/gamemode/itemsystem/items/shark.lua deleted file mode 100644 index 986b61c..0000000 --- a/gamemode/itemsystem/items/shark.lua +++ /dev/null @@ -1,10 +0,0 @@ -ITEM = {} - -ITEM.Name = "Shark" -ITEM.Description = "Something you can craft with!" -ITEM.Icon = "test.png" -ITEM.UniqueData = false - -genericMakeDroppable(ITEM) - -GMS.RegisterResource(ITEM) |
