Preload plugin assets at start.

Closes #121.
This commit is contained in:
Lucien Greathouse
2019-02-11 13:47:49 -08:00
parent 91d1ba1910
commit ca0aabd814
3 changed files with 32 additions and 3 deletions

View File

@@ -1,9 +1,7 @@
local sheetAsset = "rbxassetid://2738712459"
local Assets = {
Sprites = {
WhiteCross = {
asset = sheetAsset,
asset = "rbxassetid://2738712459",
offset = Vector2.new(190, 318),
size = Vector2.new(18, 18),
},