Skip to content

Commit

Permalink
Fix options panel transparency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantkerr committed Jun 4, 2021
1 parent 58da7c8 commit 9ec2676
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 43 deletions.
2 changes: 1 addition & 1 deletion eCastingBar.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Global constants
CASTING_BAR_MAJOR_VERSION = "1";
CASTING_BAR_MINOR_VERSION = "4";
CASTING_BAR_REVISION = "3";
CASTING_BAR_REVISION = "4";
CASTING_BAR_ALPHA_STEP = 0.05;
CASTING_BAR_FLASH_STEP = 0.2;
CASTING_BAR_HOLD_TIME = 1;
Expand Down
Loading

0 comments on commit 9ec2676

Please sign in to comment.