summaryrefslogtreecommitdiffhomepage
path: root/OverScreen.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-26 11:37:44 +0200
committerAki <please@ignore.pl>2022-04-26 11:37:44 +0200
commit1811ec874d235d44a143c39307ac984b87fe3a8a (patch)
tree16ce52f47dd76f2d6515337571140aedf8fad8a3 /OverScreen.h
parente51044a8872a05313fa92cad15eedf1f93f26aee (diff)
downloadbullethell2022-1811ec874d235d44a143c39307ac984b87fe3a8a.zip
bullethell2022-1811ec874d235d44a143c39307ac984b87fe3a8a.tar.gz
bullethell2022-1811ec874d235d44a143c39307ac984b87fe3a8a.tar.bz2
Implemented simple scoring system
Diffstat (limited to 'OverScreen.h')
-rw-r--r--OverScreen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OverScreen.h b/OverScreen.h
index dc7ab1a..a0a0130 100644
--- a/OverScreen.h
+++ b/OverScreen.h
@@ -16,5 +16,7 @@ public:
private:
std::shared_ptr<Stats> m_stats;
int m_died_x;
+ int m_label_x;
+ int m_score_x;
Flash m_flash;
};