Add webpack
This commit is contained in:
parent
ecd7c87e29
commit
f08691a62e
10 changed files with 5421 additions and 43 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue