Refactored QuestEntityControls to make it easier to add behavior.

This commit is contained in:
Daan Vanden Bosch 2019-09-25 00:53:06 +02:00
parent d97872d528
commit 83eade32dc
2 changed files with 680 additions and 444 deletions

File diff suppressed because it is too large Load Diff

View File

@ -90,7 +90,7 @@ export class QuestRenderer extends Renderer {
this.entity_to_mesh.set(entity, model);
if (entity === quest_editor_store.selected_entity.val) {
this.entity_controls.try_highlight(entity);
this.entity_controls.mark_selected(model);
}
this.schedule_render();