mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
This commit is contained in:
parent
dafdc0739b
commit
470d2b5407
10 changed files with 242 additions and 450 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue