Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarObject.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-25 14:00:20 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-25 14:00:20 +1000
commit25b021c0cb8f2748d7676a744e82d796d90dfb8e (patch)
treea5b06a1eedbb9854b92daae406cd6e652df509a8 /source/game/StarObject.hpp
parent7783fc7310e53e8f722356935887f1d44406649d (diff)
More improvements to directives
Error logging is back where it should be
Diffstat (limited to 'source/game/StarObject.hpp')
-rw-r--r--source/game/StarObject.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/game/StarObject.hpp b/source/game/StarObject.hpp
index 1a43eb6..3d5f302 100644
--- a/source/game/StarObject.hpp
+++ b/source/game/StarObject.hpp
@@ -218,6 +218,9 @@ private:
float m_animationTimer;
int m_currentFrame;
+ Directives m_directives;
+ Directives m_colorDirectives;
+
Maybe<PeriodicFunction<float>> m_lightFlickering;
EntityTileDamageStatusPtr m_tileDamageStatus;