mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
more
This commit is contained in:
parent
15e4c6e93e
commit
d83d22d462
1 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
use egui_sfml::SfEgui;
|
|
||||||
use game::GameState;
|
use game::GameState;
|
||||||
|
|
||||||
mod game;
|
mod game;
|
||||||
|
|
@ -6,7 +5,6 @@ mod tiles;
|
||||||
|
|
||||||
pub(crate) struct App {
|
pub(crate) struct App {
|
||||||
pub(crate) game: GameState,
|
pub(crate) game: GameState,
|
||||||
pub(crate) sf_egui: SfEgui,
|
|
||||||
}
|
}
|
||||||
impl App {
|
impl App {
|
||||||
pub(crate) fn new() -> Self {
|
pub(crate) fn new() -> Self {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue