summaryrefslogtreecommitdiffhomepage
path: root/ExampleGenerator.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-18 14:57:56 +0200
committerAki <please@ignore.pl>2022-04-18 14:57:56 +0200
commita5f91f4d56106112565239c283441432c443c4d2 (patch)
treeaad5b8e8d605fe9efa2b1a5b332b14c046e77e30 /ExampleGenerator.h
parent753a37ca74217e10463db49dc1adf65e4e181622 (diff)
downloadbullethell2022-a5f91f4d56106112565239c283441432c443c4d2.zip
bullethell2022-a5f91f4d56106112565239c283441432c443c4d2.tar.gz
bullethell2022-a5f91f4d56106112565239c283441432c443c4d2.tar.bz2
Played a bit with example generator
Diffstat (limited to 'ExampleGenerator.h')
-rw-r--r--ExampleGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ExampleGenerator.h b/ExampleGenerator.h
index 16c9fc2..4bf0030 100644
--- a/ExampleGenerator.h
+++ b/ExampleGenerator.h
@@ -14,8 +14,10 @@ struct ExampleGenerator : public Generator
float m_delay;
float m_interval;
float m_cone;
+ float m_angle;
int m_speed;
int m_shift;
int m_segments;
Vector2 m_origin;
+ Color m_color;
};