Brought in some sounds from Soundly so now it's more complete with audible attacks and death sounds.

This commit is contained in:
Zed A. Shaw 2025-02-28 10:20:28 -05:00
parent 976b353901
commit a8ae6df13b
23 changed files with 26 additions and 18 deletions

View file

@ -194,7 +194,7 @@ namespace gui {
switch(ev) {
case ATTACK:
$main_ui.dirty();
$status_ui.log("You attack!");
sound::play("Sword_Hit_1");
state(State::ATTACKING);
break;
case ROTATE_LEFT: