Added Project Files
Added all files from the project and edited the readme.md
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
require "Definitions/ContainerButtonIcons"
|
||||
|
||||
ContainerButtonIcons = ContainerButtonIcons or {}
|
||||
|
||||
local t = {}
|
||||
|
||||
t.Trash= getTexture("media/textures/Trash.png")
|
||||
t.TrashPaper= getTexture("media/textures/TrashPaper.png")
|
||||
|
||||
ContainerButtonIcons.Trash = t.Trash
|
||||
ContainerButtonIcons.TrashPaper = t.TrashPaper
|
Reference in New Issue
Block a user