trainable units

This commit is contained in:
devZoGok
2023-11-26 08:21:13 +02:00
parent 29679a0e45
commit 6a2b9d8fe8
24 changed files with 215 additions and 31 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ namespace battleship{
virtual void update();
private:
int buildStatus = 0;
vb01::Node *buildStatusBackground, *buildStatusForeground;
protected:
vb01::Node *buildStatusBackground = nullptr, *buildStatusForeground = nullptr;
};
}