mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Fix helper scripts being out of date
This commit is contained in:
parent
9a91bf999d
commit
5876ce9f22
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
local fs = require("@lune/fs")
|
||||
local net = require("@lune/net")
|
||||
|
||||
local URL =
|
||||
"https://gist.githubusercontent.com/Anaminus/49ac255a68e7a7bc3cdd72b602d5071f/raw/f1534dcae312dbfda716b7677f8ac338b565afc3/BrickColor.json"
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
--!nocheck
|
||||
|
||||
-- NOTE: This must be ran in Roblox Studio to get up-to-date font values
|
||||
|
||||
local contents = ""
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
--!nocheck
|
||||
|
||||
-- NOTE: This must be ran in Roblox Studio to get up-to-date enum values
|
||||
|
||||
local contents = ""
|
||||
|
|
Loading…
Reference in a new issue