mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
note keybinds in lobby menu
This commit is contained in:
parent
e0e151c7a3
commit
89f43e4bf3
1 changed files with 4 additions and 0 deletions
|
@ -894,6 +894,10 @@ impl eframe::App for App {
|
|||
ui.add_space(15.0);
|
||||
|
||||
ui.checkbox(&mut self.app_saved_state.show_extra_debug_stuff, "Show debug stuff");
|
||||
ui.add_space(15.0);
|
||||
ui.label("Middle mouse button spawns a ping");
|
||||
ui.label("Use ',' and '.' keys to spectate over other players.");
|
||||
|
||||
|
||||
if self.app_saved_state.show_extra_debug_stuff {
|
||||
Window::new("Connection status").show(ctx, |ui| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue