diff --git a/content/ui.toml b/content/ui.toml index 2f448fe..9fc14c8 100644 --- a/content/ui.toml +++ b/content/ui.toml @@ -1,3 +1,27 @@ +[ui.status] + +# TODO: unified color value +# TODO: anchor +# TODO: bar type: linear/radial +# TODO: bar as ui util struct +# TODO: mouse collider +# TODO: modular UI (how?) +# TODO: textbox configuration + +# shield_bar.pos = [-19, -19] +# shield_bar.diameter = 182 +# shield_bar.stroke = 5 +# shield_bar.color = [0.3, 0.6, 0.8, 1.0] +# +# hull_bar.pos = [-27.0, -27.0] +# hull_bar.diameter = 166.0 +# hull_bar.stroke = 5 +# hull_bar.color = [0.8, 0.7, 0.5, 1.0] +# frame.sprite = "ui::status" +# frame.pos = [-10.0, -10.0] +# frame.dim = [200.0, 200.0] + + [ui.landed] frame.sprite = "ui::planet" frame.pos = [0.0, 0.0]