diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-20 11:56:37 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-20 11:56:37 +1000 |
commit | 9af6bfe60e061a0d4c9a0267955ac0ab935dbf93 (patch) | |
tree | 7f51d773c8f3536e0a3af5474058fcfaea73ea8b /source/game/StarDrawable.hpp | |
parent | 3990b196a22d7241f59448aeb7c36b9642127519 (diff) |
Add ItemDrop glow
Diffstat (limited to 'source/game/StarDrawable.hpp')
-rw-r--r-- | source/game/StarDrawable.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarDrawable.hpp b/source/game/StarDrawable.hpp index f707eec..08dca1d 100644 --- a/source/game/StarDrawable.hpp +++ b/source/game/StarDrawable.hpp @@ -14,6 +14,7 @@ struct Drawable { struct LinePart { Line2F line; float width; + Maybe<Color> endColor; }; struct PolyPart { |