diff options
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 93c1caa..82f80c7 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -109,6 +109,7 @@ class Particles{ public: // the location of the particle vec2 loc; + float zOffset; // the width of the particle, in pixels float width; |