note keybinds in lobby menu

This commit is contained in:
bgkillas 2024-09-02 12:16:52 -04:00
parent e0e151c7a3
commit 89f43e4bf3

View file

@ -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| {