mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
bundle 0.2 html5
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user