picking + entity names

This commit is contained in:
Jonas H
2026-03-05 15:05:19 +01:00
parent 5e5c6a47e7
commit bab54b6f21
9 changed files with 400 additions and 50 deletions

View File

@@ -78,5 +78,6 @@ pub fn editor_loop(
{
camera_noclip_system(world, input_state, delta);
}
editor.inspector.build_ui(stats);
let selected = editor.selected_entity;
editor.inspector.build_ui(stats, world, selected);
}