This commit is contained in:
Aaron Smith 2023-09-07 15:27:24 +01:00
parent dafdc0739b
commit 470d2b5407
10 changed files with 242 additions and 450 deletions

View file

@ -5,6 +5,7 @@
if not game then script = require "test/relative-string" end
local root = require(script.root)
local create = require(script.create)
local apply = require(script.apply)
local source = require(script.source)
@ -48,6 +49,7 @@ end)
local vide = {
-- core
root = root,
create = create,
source = source,
watch = watch,