VIP inspection tooling #4

Merged
SonicSwordcane merged 34 commits from vram into main 2025-02-24 04:01:18 +00:00
Showing only changes of commit 49343b6903 - Show all commits
+1
View File
@@ -132,6 +132,7 @@ impl GameWindow {
.unwrap(); .unwrap();
ui.close_menu(); ui.close_menu();
} }
ui.separator();
if ui.button("Character Data").clicked() { if ui.button("Character Data").clicked() {
self.proxy self.proxy
.send_event(UserEvent::OpenCharacterData(self.sim_id)) .send_event(UserEvent::OpenCharacterData(self.sim_id))