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
0cb12f28b5
commit
9636684056
1 changed files with 2 additions and 2 deletions
|
|
@ -11,13 +11,13 @@ pub(crate) struct App {
|
|||
pub(crate) scale: u8,
|
||||
}
|
||||
impl App {
|
||||
pub(crate) fn new() -> anyhow::Result<Self> {
|
||||
pub(crate) fn new() -> Self {
|
||||
loop {}
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let mut app = App::new().unwrap();
|
||||
let mut app = App::new();
|
||||
app.sf_egui
|
||||
.do_frame(|ctx| {
|
||||
do_debug_ui(ctx, &mut app.game, &mut app.scale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue