]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/CreaturePanel.hpp
split creature when it's "ripe" lol
[blobs.git] / src / ui / CreaturePanel.hpp
index 76455d9baace86214a3af03e4728cc8bd94a1e4d..55c24086f80b615236a5d856eb8675f43b5a160d 100644 (file)
@@ -45,10 +45,14 @@ private:
        creature::Creature *c;
 
        Label *name;
+       Label *age;
+       Label *mass;
+       Label *goal;
        Panel *needs;
        Panel panel;
 
-       std::vector<Meter *> meters;
+       Meter *health_meter;
+       std::vector<Meter *> need_meters;
 
 };