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
a9661bec91
commit
cbdeb82a20
1 changed files with 0 additions and 6 deletions
|
|
@ -21,12 +21,6 @@ fn main() {
|
|||
pub(crate) fn do_debug_ui(mut game: &mut GameState) {
|
||||
show(&|ui| {
|
||||
ui.horizontal(|ui| {
|
||||
if ui
|
||||
.add(egui::Label::new("game").sense(egui::Sense::click()))
|
||||
.clicked()
|
||||
{
|
||||
ui.output_mut(|o| o.copied_text = format!("{:?}", &mut game));
|
||||
}
|
||||
ui.inspect_mut(&mut game, &mut 0);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue