mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 12:25:02 +01:00
more
This commit is contained in:
parent
635759d58a
commit
20c03b4e5b
2 changed files with 5 additions and 20 deletions
|
|
@ -1,4 +1,3 @@
|
|||
use debug::DebugState;
|
||||
use egui_sfml::SfEgui;
|
||||
use game::GameState;
|
||||
|
||||
|
|
@ -9,7 +8,6 @@ mod tiles;
|
|||
pub(crate) struct App {
|
||||
pub(crate) game: GameState,
|
||||
pub(crate) sf_egui: SfEgui,
|
||||
pub(crate) debug: DebugState,
|
||||
/// Integer scale for rendering the game
|
||||
pub(crate) scale: u8,
|
||||
}
|
||||
|
|
@ -25,7 +23,6 @@ fn main() {
|
|||
.do_frame(|ctx| {
|
||||
debug::do_debug_ui(
|
||||
ctx,
|
||||
&mut app.debug,
|
||||
&mut app.game,
|
||||
&mut app.scale,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue