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