mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Refactored QuestEntityControls to make it easier to add behavior.
This commit is contained in:
parent
d97872d528
commit
83eade32dc
File diff suppressed because it is too large
Load Diff
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user