mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Update require paths to relative string
This commit is contained in:
parent
0897821e1f
commit
5abd5eee91
25 changed files with 89 additions and 124 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local Enum = game and Enum or require "test/mock".Enum :: never
|
||||
local Color3 = game and Color3 or require "test/mock".Color3 :: never
|
||||
local Vector3 = game and Vector3 or require "test/mock".Vector3 :: never
|
||||
local Enum = game and Enum or require "../test/mock".Enum :: never
|
||||
local Color3 = game and Color3 or require "../test/mock".Color3 :: never
|
||||
local Vector3 = game and Vector3 or require "../test/mock".Vector3 :: never
|
||||
|
||||
return {
|
||||
Part = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue