bundle html5

This commit is contained in:
Eugenio Marzo
2019-04-21 21:56:11 +02:00
parent 021f5a7367
commit c22fc67ee4
7 changed files with 4 additions and 5 deletions

View File

@@ -1 +1 @@
{"content":[{"name":"game.projectc","size":2333,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":5328,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":286180,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":9435,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
{"content":[{"name":"game.projectc","size":2333,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":5328,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":286120,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":9435,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}

View File

@@ -6,7 +6,7 @@
var report_data = {
"report_version" : "1.0.0",
"project_name" : "KubeInvaders",
"build_timestamp" : 1555876223,
"build_timestamp" : 1555876539,
"build_options" : {
"defoldsdk" : "47c9f8e03623ca3ac511b5a55e6cfcc7e51ce340",
"bundle-output" : "/Users/eugenio/KubeInvaders/js-web",
@@ -207,8 +207,8 @@
"encrypted" : false
}, {
"file" : "/main/spaceship.scriptc",
"size" : 20857,
"compressed_size" : 9264,
"size" : 20750,
"compressed_size" : 9201,
"encrypted" : true
}, {
"file" : "/assets/untitled.texturesetc",

View File

@@ -131,7 +131,6 @@ function ai()
if automatic == false then
return
end
math.randomseed(os.clock()*100000000000)
for i=1,2 do
rand_pod = math.random(100, 1000)
end