Feature Improvement

* Adds sample Hydra Effects
* Adds Option to Rotate Hydra Effects
* Adds Warning for Strobing lights
This commit is contained in:
2025-06-30 03:45:30 +05:30
parent 0a6d8aefbc
commit 6241c28c0e
3 changed files with 79 additions and 2 deletions

9
hg.css
View File

@@ -335,3 +335,12 @@ canvas {
left: 0;
margin-left: 5px;
}
#warning {
text-align: center;
font-size: 20px;
color: red;
font-weight: bold;
border: 2px solid red;
margin-top: 10px;
}