Explorar el Código

making buttons do more shit

amethyst
Isabelle L. hace 5 años
padre
commit
142c919512
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +1
    -0
      src/components/mod.rs
  2. +0
    -1
      src/states/titlescreen.rs

+ 1
- 0
src/components/mod.rs Ver fichero

@@ -0,0 +1 @@


+ 0
- 1
src/states/titlescreen.rs Ver fichero

@@ -193,7 +193,6 @@ impl SimpleState for TitleScreenState {
fn on_start(&mut self, data: StateData<'_, GameData<'_, '_>>) {
let world = data.world;
let dimensions = (*world.read_resource::<ScreenDimensions>()).clone();

self.init(world, dimensions);
}



Cargando…
Cancelar
Guardar