aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-05-23 08:07:20 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-05-23 08:07:20 -0400
commitf6f6bf484081a3c0c877b35e522a5bfb3a12fdc7 (patch)
treeee0349f8b0077644f7dcb9009dd8395559f36879 /include/entities.hpp
parent3d5820da8b91f676a6b5663ff19ccc68c30905ff (diff)
parenteff05df9465fbe052d028284143a6d3f69876476 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index a06a8bb..ca4ef2b 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;