Play background sound #19

Merged
msrd0 merged 3 commits from play-sound into main 2024-07-07 16:13:39 +00:00
Showing only changes of commit d68c8a6b15 - Show all commits

View file

@ -1,9 +1,9 @@
use crate::{ use crate::{
activities::{house, overworld, Activity}, activities::{house, overworld, Activity},
assets::{Assets, ASSETS}, assets::Assets,
State State
}; };
use comfy::{play_sound, play_sound_id, EngineContext, Vec2}; use comfy::{EngineContext, Vec2};
use std::{ use std::{
ops::{Add, Sub}, ops::{Add, Sub},
time::Instant time::Instant