see couting points of loading things
This commit is contained in:
+3
-1
@@ -8,8 +8,10 @@ public:
|
||||
~LoadingScreen();
|
||||
|
||||
void draw();
|
||||
void rise();
|
||||
int points;
|
||||
|
||||
private:
|
||||
const std::string loading = "Loading...";
|
||||
const std::string loading = "Loaded: ";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user