Add webpack

This commit is contained in:
Alex Page 2022-02-04 19:41:43 -05:00
parent ecd7c87e29
commit f08691a62e
10 changed files with 5421 additions and 43 deletions

View file

@ -28,6 +28,7 @@ impl GameState for State {
}
impl State {
#[allow(dead_code)]
pub fn new(initialize_sound: bool) -> Self {
let mut sound_output = if initialize_sound {
Some(SoundOutput::new())