bundle 0.2 html5

This commit is contained in:
Eugenio Marzo
2019-04-20 19:26:10 +02:00
parent 0a0a20d9a4
commit ae8ae66e87
7 changed files with 5 additions and 5 deletions
@@ -1 +1 @@
{"content":[{"name":"game.projectc","size":2333,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":5008,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":254824,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":8917,"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":5008,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":254828,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":8917,"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.
+3 -3
View File
@@ -6,7 +6,7 @@
var report_data = {
"report_version" : "1.0.0",
"project_name" : "KubeInvaders",
"build_timestamp" : 1555780864,
"build_timestamp" : 1555781140,
"build_options" : {
"defoldsdk" : "47c9f8e03623ca3ac511b5a55e6cfcc7e51ce340",
"bundle-output" : "/Users/eugenio/KubeInvaders/js-web",
@@ -192,8 +192,8 @@
"encrypted" : false
}, {
"file" : "/main/spaceship.scriptc",
"size" : 18095,
"compressed_size" : 8184,
"size" : 18091,
"compressed_size" : 8187,
"encrypted" : true
}, {
"file" : "/assets/untitled.texturesetc",
+1 -1
View File
@@ -253,7 +253,7 @@ function init(self)
namespace = conf["namespace"]
token = conf["token"]
info = "Kubernetes: " .. conf["endpoint"] .. "\n\n" .. "Namespace: " .. conf["namespace"]
info = "Endpoint: " .. conf["endpoint"] .. "\n\n" .. "Namespace: " .. conf["namespace"]
msg.post("ui#gui", "info",{ infomessage = info })
msg.post(".", "acquire_input_focus")