summaryrefslogtreecommitdiffhomepage
path: root/ExampleGenerator.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-18 22:27:08 +0200
committerAki <please@ignore.pl>2022-04-18 22:27:08 +0200
commit9dc6e5dcc108cd887891756a54748aab62f19626 (patch)
tree5285196b76d3cc999b833b77535153b4a25b0271 /ExampleGenerator.h
parent60672810d676498f610657e4c17931d15483b7d4 (diff)
downloadbullethell2022-9dc6e5dcc108cd887891756a54748aab62f19626.zip
bullethell2022-9dc6e5dcc108cd887891756a54748aab62f19626.tar.gz
bullethell2022-9dc6e5dcc108cd887891756a54748aab62f19626.tar.bz2
Fiddled with enemy building and test generator
Diffstat (limited to 'ExampleGenerator.h')
-rw-r--r--ExampleGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ExampleGenerator.h b/ExampleGenerator.h
index c74ccfd..2710d03 100644
--- a/ExampleGenerator.h
+++ b/ExampleGenerator.h
@@ -15,6 +15,7 @@ struct ExampleGenerator : public Generator
float m_interval;
float m_cone;
float m_angle;
+ float m_direction;
int m_speed;
int m_shift;
int m_segments;