diff options
Diffstat (limited to 'gamemode/itemsystem/items/sand.lua')
| -rw-r--r-- | gamemode/itemsystem/items/sand.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gamemode/itemsystem/items/sand.lua b/gamemode/itemsystem/items/sand.lua new file mode 100644 index 0000000..37924e7 --- /dev/null +++ b/gamemode/itemsystem/items/sand.lua @@ -0,0 +1,10 @@ +ITEM = {} + +ITEM.Name = "Sand" +ITEM.Description = "How in the world are you holding this stuff?" +ITEM.Icon = "test.png" +ITEM.UniqueData = false + +genericMakeDroppable(ITEM) + +GMS.RegisterResource(ITEM) |
