Have a barely working animation thing that animates the evil eye when you click a button.

This commit is contained in:
Zed A. Shaw 2025-01-27 05:40:04 -05:00
parent 51c1e04f61
commit b87217ff90
7 changed files with 35 additions and 2 deletions

View file

@ -96,6 +96,7 @@ int main() {
}
if(sf::Mouse::isButtonPressed(sf::Mouse::Button::Left)) {
rayview.$anim.play();
rotation = -30.0f;
} else {
rotation = -10.0f;