Play background sound #19
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue