summaryrefslogtreecommitdiffhomepage
path: root/TestStage.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-25 01:50:08 +0200
committerAki <please@ignore.pl>2022-04-25 01:50:08 +0200
commite0b0ed37ad0c52dbc9b207bebee66a4e552dca76 (patch)
treedc7c2dea9e1037937090ba99639b2c0e1248324d /TestStage.h
parentc1c7fb82aed0c403865896a941388a9e2cc486d0 (diff)
downloadbullethell2022-e0b0ed37ad0c52dbc9b207bebee66a4e552dca76.zip
bullethell2022-e0b0ed37ad0c52dbc9b207bebee66a4e552dca76.tar.gz
bullethell2022-e0b0ed37ad0c52dbc9b207bebee66a4e552dca76.tar.bz2
Added simple on-hit effect
Diffstat (limited to 'TestStage.h')
-rw-r--r--TestStage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestStage.h b/TestStage.h
index 776d32f..3398a89 100644
--- a/TestStage.h
+++ b/TestStage.h
@@ -17,4 +17,5 @@ public:
private:
ConstantVelocitySystem m_const;
std::vector<Enemy> m_enemies;
+ float m_flash;
};