mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
change
This commit is contained in:
parent
9aaa382278
commit
0bc8f56e11
4 changed files with 5 additions and 15 deletions
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
# To add a new tool, add an entry to this table.
|
# To add a new tool, add an entry to this table.
|
||||||
[tools]
|
[tools]
|
||||||
rojo = "rojo-rbx/rojo@7.4.0"
|
rojo = "rojo-rbx/rojo@7.4.1"
|
||||||
wally = "UpliftGames/wally@0.3.2"
|
wally = "UpliftGames/wally@0.3.2"
|
||||||
|
|
|
@ -1,12 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Warp",
|
"name": "Warp",
|
||||||
"tree": {
|
"tree": {
|
||||||
"$className": "DataModel",
|
|
||||||
"ReplicatedStorage": {
|
|
||||||
"$className": "ReplicatedStorage",
|
|
||||||
"Warp": {
|
|
||||||
"$path": "src"
|
"$path": "src"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,4 +1,4 @@
|
||||||
--!strict
|
--!strict
|
||||||
return function(): number?
|
return function(): number?
|
||||||
return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 7)) -- 4 digits
|
return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 6)) -- 4 digits
|
||||||
end
|
end
|
|
@ -4,11 +4,7 @@ version = "1.0.9"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
exclude = [
|
exclude = ["node_modules", "docs", ".github", "*.rbxl", "*.rbxmx", "*.rbxml"]
|
||||||
"node_modules",
|
|
||||||
"docs",
|
|
||||||
".github",
|
|
||||||
]
|
|
||||||
description = "A very-fast & powerful networking library for Roblox."
|
description = "A very-fast & powerful networking library for Roblox."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
Loading…
Reference in a new issue