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::{
activities::{house, overworld, Activity},
assets::{Assets, ASSETS},
assets::Assets,
State
};
use comfy::{play_sound, play_sound_id, EngineContext, Vec2};
use comfy::{EngineContext, Vec2};
use std::{
ops::{Add, Sub},
time::Instant