summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-07-05 10:07:32 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-07-05 10:07:32 -0400
commit132899d222f2c7d3542655b2332ed3574ffa9737 (patch)
tree4343a3bf439625767be6d61fe7b1282918f1b988 /src/sprite.h
parentcb32c362ce5db91e06dc8b281bcd02a4df2a1481 (diff)
downloadtanetane-132899d222f2c7d3542655b2332ed3574ffa9737.tar.gz
tanetane-132899d222f2c7d3542655b2332ed3574ffa9737.tar.bz2
tanetane-132899d222f2c7d3542655b2332ed3574ffa9737.zip
Added sprite opacity
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 413c20d..782ae14 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -100,6 +100,7 @@ public:
100 int bobAmount = 0; 100 int bobAmount = 0;
101 bool bobbingDown = false; 101 bool bobbingDown = false;
102 int animSlowdownProgress = 0; 102 int animSlowdownProgress = 0;
103 double opacity = 1.0;
103 104
104 // Animation (controls) 105 // Animation (controls)
105 bool normallyHasShadow = false; 106 bool normallyHasShadow = false;