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