Make use of egui_inspect

This commit is contained in:
crumblingstatue 2023-04-07 00:36:34 +02:00
parent 85ebea1fca
commit a11d69eee2
11 changed files with 154 additions and 40 deletions

View file

@ -2,7 +2,7 @@ use sfml::window::Key;
use crate::input::Input;
#[derive(Default)]
#[derive(Default, Debug)]
pub struct DebugState {
pub panel: bool,
pub freecam: bool,