feat: Implement Daggerheart Token Spotlight module, adding a HUD button to toggle combatant spotlight with associated logic and styling.
This commit is contained in:
commit
a4f74efa60
4 changed files with 114 additions and 0 deletions
10
styles/styles.css
Normal file
10
styles/styles.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* Daggerheart Token Spotlight Glow Effect */
|
||||
.dh-spotlight-glow {
|
||||
color: #ffd700 !important; /* Gold */
|
||||
text-shadow: 0 0 5px #ffb300, 0 0 10px #ffb300, 0 0 15px #ff8c00;
|
||||
}
|
||||
|
||||
/* Ensure the control icon container doesn't obscure the glow and has adequate spacing */
|
||||
#token-hud .control-icon.active i.dh-spotlight-glow {
|
||||
color: #ffd700;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue