mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-07 02:46:52 +00:00
deleted console for now..
This commit is contained in:
BIN
assets/console.png
Normal file
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 |
12
main/gui.gui
12
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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user