diff options
Diffstat (limited to 'assetFactory/style.h')
-rw-r--r-- | assetFactory/style.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assetFactory/style.h b/assetFactory/style.h index e8fd012..84e5dab 100644 --- a/assetFactory/style.h +++ b/assetFactory/style.h @@ -28,6 +28,8 @@ public: } ColourAlpha colour {}; + std::string texture; + std::string textureRotation; // Multiples of 90deg, no int/enum support protected: bool persist(Persistence::PersistenceStore & store); |