Created
November 30, 2019 17:21
Test with other background bars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#bars { | |
position: relative; | |
top: 20px; /* Space for pull counter */ | |
left: 100px; /* Space for some left buffs */ | |
} | |
#hp-bar { | |
background-image: url("https://raw.githubusercontent.com/Zeffuro/Zeffuro-s-Trigger-Repository/master/Resources/Images/Bar.png"); | |
background-repeat: no-repeat; | |
position: relative; | |
width: 154px; | |
height: 15px; | |
} | |
#mp-bar { | |
background-image: url("https://raw.githubusercontent.com/Zeffuro/Zeffuro-s-Trigger-Repository/master/Resources/Images/Bar.png"); | |
background-repeat: no-repeat; | |
position: relative; | |
width: 154px; | |
height: 15px; | |
} | |
.bar-border-color { | |
background-color: transparent; | |
} | |
.hp-color { | |
background-color: transparent; | |
} | |
.mp-color { | |
background-color: transparent; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
Options.LowerOpacityOutOfCombat = false; | |
Options.HPBarImage = "https://raw.githubusercontent.com/Zeffuro/Zeffuro-s-Trigger-Repository/master/Resources/Images/HP-Fill.png"; | |
Options.MPBarImage = "https://raw.githubusercontent.com/Zeffuro/Zeffuro-s-Trigger-Repository/master/Resources/Images/MP-Fill.png"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment