see couting points of loading things

This commit is contained in:
Remco
2016-06-21 23:38:33 +02:00
parent 7edbcd4d4d
commit 9192eb7371
3 changed files with 33 additions and 6 deletions
+3 -1
View File
@@ -8,8 +8,10 @@ public:
~LoadingScreen();
void draw();
void rise();
int points;
private:
const std::string loading = "Loading...";
const std::string loading = "Loaded: ";
};