Spaces:
Running
Running
Corentin Cailleaud
commited on
Commit
•
89d3cd6
1
Parent(s):
d84e910
update
Browse files
cubzh.lua
CHANGED
@@ -6,12 +6,12 @@ Modules = {
|
|
6 |
floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
|
7 |
}
|
8 |
|
9 |
-
math.randomseed(Time.Unix())
|
10 |
-
|
11 |
Config = {
|
12 |
Items = { "pratamacam.squirrel" },
|
13 |
}
|
14 |
|
|
|
|
|
15 |
local easy_onboarding = {}
|
16 |
|
17 |
local currentStep = 0
|
|
|
6 |
floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
|
7 |
}
|
8 |
|
|
|
|
|
9 |
Config = {
|
10 |
Items = { "pratamacam.squirrel" },
|
11 |
}
|
12 |
|
13 |
+
math.randomseed(Time.UnixMilli() * 0.1)
|
14 |
+
|
15 |
local easy_onboarding = {}
|
16 |
|
17 |
local currentStep = 0
|