Implement world viewer with support for OBJ worlds

This commit is contained in:
2025-02-16 15:55:21 -05:00
parent f7cf960b62
commit cfc08032e6
11 changed files with 497 additions and 60 deletions
+6
View File
@@ -150,6 +150,12 @@ impl GameWindow {
.unwrap();
ui.close_menu();
}
if ui.button("Worlds").clicked() {
self.proxy
.send_event(UserEvent::OpenWorlds(self.sim_id))
.unwrap();
ui.close_menu();
}
});
ui.menu_button("Help", |ui| {
if ui.button("About").clicked() {