From a5f91f4d56106112565239c283441432c443c4d2 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 14:57:56 +0200 Subject: Played a bit with example generator --- ExampleGenerator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ExampleGenerator.h') 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; }; -- cgit v1.1