new html5 bundle

This commit is contained in:
Eugenio Marzo
2021-01-26 18:27:37 +01:00
parent 81d93b70a3
commit c5ea94032a
6 changed files with 2 additions and 2 deletions
@@ -1 +1 @@
{"content":[{"name":"game.projectc","size":3169,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":7408,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":266199,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":13430,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
{"content":[{"name":"game.projectc","size":3169,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":7408,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":266179,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":13430,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -220,7 +220,7 @@ function start_chaos()
timer.repeat_seconds(0.5, function()
if automatic then
spaceship.auto()
math.randomseed(os.clock()*100000000000)
--math.randomseed(os.clock()*100000000000)
local math_rand = math.random(1, 100)
if math_rand % 3 == 0 then
k8s_node.get_nodes()