mirror of
https://codeberg.org/icewind/vbspview.git
synced 2026-06-03 18:24:09 +02:00
shortcut hints
This commit is contained in:
parent
7850af5b11
commit
a54e02ed28
2 changed files with 2 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ impl Control for DemoCamera {
|
|||
|
||||
fn ui(&mut self, ui: &mut Ui) {
|
||||
ui.label("Playback");
|
||||
ui.label(" toggle playback with <p>");
|
||||
self.last_ui_tick = self.ui_tick;
|
||||
self.last_speed = self.speed;
|
||||
let range = self.tick_range();
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ impl DebugUI {
|
|||
let change = self.ui.update(frame_input, |gui_context| {
|
||||
SidePanel::left("side_panel").show(gui_context, |ui| {
|
||||
ui.heading("Debug Panel");
|
||||
ui.label(" toggle panel with <`>");
|
||||
|
||||
ui.label("Light options");
|
||||
ui.add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue