deleted console for now..

This commit is contained in:
Eugenio Marzo
2019-04-20 18:42:18 +02:00
parent 128c22ee92
commit 8e4be4d479
5 changed files with 7 additions and 47 deletions

BIN
assets/console.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 242 KiB

View File

@@ -27,8 +27,8 @@ background_color {
}
nodes {
position {
x: 299.0
y: 99.0
x: 79.0
y: 89.0
z: 0.0
w: 1.0
}
@@ -151,8 +151,8 @@ nodes {
}
nodes {
position {
x: 299.0
y: 71.0
x: 79.0
y: 45.0
z: 0.0
w: 1.0
}
@@ -213,8 +213,8 @@ nodes {
}
nodes {
position {
x: 300.0
y: 407.0
x: 709.0
y: 89.0
z: 0.0
w: 1.0
}

View File

@@ -409,43 +409,3 @@ embedded_instances {
z: 1.0
}
}
embedded_instances {
id: "console"
data: "embedded_components {\n"
" id: \"sprite\"\n"
" type: \"sprite\"\n"
" data: \"tile_set: \\\"/assets/console.atlas\\\"\\n"
"default_animation: \\\"infoconsole\\\"\\n"
"material: \\\"/builtins/materials/sprite.material\\\"\\n"
"blend_mode: BLEND_MODE_ALPHA\\n"
"\"\n"
" position {\n"
" x: 651.0\n"
" y: 80.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
""
position {
x: 4.0
y: 0.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}

View File

@@ -253,7 +253,7 @@ function init(self)
namespace = conf["namespace"]
token = conf["token"]
info = "Endpoint: " .. conf["endpoint"] .. " " .. "Namespace: " .. conf["namespace"]
info = "Kubernetes: " .. conf["endpoint"] .. "\n\n" .. "Namespace: " .. conf["namespace"]
msg.post("ui#gui", "info",{ infomessage = info })
msg.post(".", "acquire_input_focus")