mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-07 02:46:52 +00:00
bundle html5
This commit is contained in:
@@ -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}]}]}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user