Ver a proveniência

working titlescreen, almost at where i was before woo

amethyst
Isabelle L. há 6 anos
ascendente
cometimento
5325aa56df
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      src/main.rs

+ 2
- 1
src/main.rs Ver ficheiro

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


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


// create and run the game // 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(); game.run();


Ok(()) Ok(())


Carregando…
Cancelar
Guardar