Corentin Cailleaud
commited on
Commit
·
4c7a535
1
Parent(s):
e2526b3
update
Browse files
cubzh.lua
CHANGED
@@ -4,6 +4,8 @@ Modules = {
|
|
4 |
floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
|
5 |
}
|
6 |
|
|
|
|
|
7 |
Config = {
|
8 |
Items = { "pratamacam.squirrel" },
|
9 |
}
|
@@ -819,7 +821,6 @@ Client.OnStart = function()
|
|
819 |
pathfinding:createPathfindingMap()
|
820 |
|
821 |
gigax:setConfig(gigaxWorldConfig)
|
822 |
-
math.randomseed(Time.UnixMilli())
|
823 |
print(math.random(20))
|
824 |
local randomNames = { "aduermael", "soliton", "gdevillele", "caillef", "voxels", "petroglyph" }
|
825 |
Player.Avatar:load({ usernameOrId = randomNames[math.random(#randomNames)] })
|
|
|
4 |
floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
|
5 |
}
|
6 |
|
7 |
+
math.randomseed(Time.UnixMilli())
|
8 |
+
|
9 |
Config = {
|
10 |
Items = { "pratamacam.squirrel" },
|
11 |
}
|
|
|
821 |
pathfinding:createPathfindingMap()
|
822 |
|
823 |
gigax:setConfig(gigaxWorldConfig)
|
|
|
824 |
print(math.random(20))
|
825 |
local randomNames = { "aduermael", "soliton", "gdevillele", "caillef", "voxels", "petroglyph" }
|
826 |
Player.Avatar:load({ usernameOrId = randomNames[math.random(#randomNames)] })
|