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

summaryrefslogtreecommitdiff
path: root/source/game/StarProjectile.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 21:28:37 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 21:28:37 +1000
commitc80b2d2dbc32c45b4eaeb802af6dcdf921b8410b (patch)
tree41cbe5205b48c6e7d49ccf04d9a2818e68afbc05 /source/game/StarProjectile.hpp
parent994c533a0f7b4aa1a1530405505a53546252e1d1 (diff)
Add loading icon when swapping character
Diffstat (limited to 'source/game/StarProjectile.hpp')
-rw-r--r--source/game/StarProjectile.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/game/StarProjectile.hpp b/source/game/StarProjectile.hpp
index 01225ad..1bdfed1 100644
--- a/source/game/StarProjectile.hpp
+++ b/source/game/StarProjectile.hpp
@@ -137,7 +137,8 @@ private:
float m_initialSpeed;
float m_power;
float m_powerMultiplier;
- String m_imageDirectives;
+ Directives m_imageDirectives;
+ String m_imageSuffix;
Json m_damageTeam;
String m_damageKind;
DamageType m_damageType;