summaryrefslogtreecommitdiffhomepage
path: root/Stats.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-22 01:11:24 +0200
committerAki <please@ignore.pl>2022-04-22 01:11:24 +0200
commit804e71083e4df85c4f0692553de3084f0ed4cd9a (patch)
tree6cfdf65ee7de9c14984677ca4a607b27d9080e00 /Stats.cpp
parent7b8e199b0b6cccdf022bcd072bcdd8ab6c4072b1 (diff)
downloadbullethell2022-804e71083e4df85c4f0692553de3084f0ed4cd9a.zip
bullethell2022-804e71083e4df85c4f0692553de3084f0ed4cd9a.tar.gz
bullethell2022-804e71083e4df85c4f0692553de3084f0ed4cd9a.tar.bz2
Added Stats for lifes points and other kind of gameplay state
Diffstat (limited to 'Stats.cpp')
-rw-r--r--Stats.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Stats.cpp b/Stats.cpp
new file mode 100644
index 0000000..dd2e581
--- /dev/null
+++ b/Stats.cpp
@@ -0,0 +1,8 @@
+#include "Stats.h"
+
+
+Stats::Stats() :
+ lifes {3},
+ points {0}
+{
+}