summaryrefslogtreecommitdiff
path: root/game/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'game/src/main.rs')
-rw-r--r--game/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/src/main.rs b/game/src/main.rs
index 82b1ad2..5446b5f 100644
--- a/game/src/main.rs
+++ b/game/src/main.rs
@@ -82,6 +82,9 @@ impl Game {
.update(inputs, self.window.delta_time().as_secs_f32());
match result {
UpdateResult::EntityMovement => {}
+ UpdateResult::NextFloor => {
+ // TODO: stairs audio
+ }
UpdateResult::MessageUpdated(changed) => {
if changed {
self.window.audio().speak.play();