X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FCreaturePanel.hpp;h=7a96bf8f4cf09125a47bd4e9b98ed5b2a62c56ba;hb=c49dd02dfabb123e0c6c4b49f761ce6578dfc464;hp=573804dff897ba09dcf926da90ffaee5c48d2d2c;hpb=392826deaf802ac0960ed3924a3f98b9d18d381b;p=blobs.git diff --git a/src/ui/CreaturePanel.hpp b/src/ui/CreaturePanel.hpp index 573804d..7a96bf8 100644 --- a/src/ui/CreaturePanel.hpp +++ b/src/ui/CreaturePanel.hpp @@ -40,6 +40,8 @@ public: bool Shown() const noexcept { return c; } const creature::Creature &GetCreature() const noexcept { return *c; } + void ZIndex(float z) noexcept { panel.ZIndex(z); } + void Draw(graphics::Viewport &) noexcept; private: @@ -51,11 +53,15 @@ private: Label *born; Label *age; Label *mass; + Label *size; Label *goal; + Label *pos; + Label *tile; + Label *head; Panel *composition; std::vector