summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/dust.lua
blob: e73ced7b514847e21f5fb0f3f80f7d3674ce2b72 (plain)
1
2
3
4
5
6
7
8
9
10
ITEM = {}

ITEM.Name = "Dust"
ITEM.Description = "Ever wondered what would happen if sand got smaller?"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)