From 9dc6e5dcc108cd887891756a54748aab62f19626 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 22:27:08 +0200 Subject: Fiddled with enemy building and test generator --- ExampleGenerator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ExampleGenerator.h') 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; -- cgit v1.1