Explorar el Código

working titlescreen, almost at where i was before woo

amethyst
Isabelle L. hace 5 años
padre
commit
5325aa56df
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/main.rs

+ 2
- 1
src/main.rs Ver fichero

@@ -1,4 +1,5 @@
// modules
mod resources;
mod states;

// namespacing
@@ -48,7 +49,7 @@ fn main() -> amethyst::Result<()> {
)?;

// create and run the game
let mut game = Application::new(assets, states::preload_state::PreloadState, game_data)?;
let mut game = Application::new(assets, states::preload::PreloadState::new(), game_data)?;
game.run();

Ok(())


Cargando…
Cancelar
Guardar