Added Project Files

Added all files from the project and edited the readme.md
This commit is contained in:
2025-09-18 00:51:59 +01:00
parent afd7535bf3
commit 63f78c2b8e
17 changed files with 531 additions and 2 deletions

View File

@@ -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