diff --git a/assets/console.png b/assets/console.png new file mode 100644 index 0000000..c592e1c Binary files /dev/null and b/assets/console.png differ diff --git a/assets/infoconsole.png b/assets/infoconsole.png index 7335e83..c592e1c 100644 Binary files a/assets/infoconsole.png and b/assets/infoconsole.png differ diff --git a/main/gui.gui b/main/gui.gui index ae6b61e..31ce098 100644 --- a/main/gui.gui +++ b/main/gui.gui @@ -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 } diff --git a/main/main.collection b/main/main.collection index 2282015..4aa5de9 100644 --- a/main/main.collection +++ b/main/main.collection @@ -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 - } -} diff --git a/main/spaceship.script b/main/spaceship.script index 11e6453..1a17a01 100644 --- a/main/spaceship.script +++ b/main/spaceship.script @@ -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")