mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-06 08:08:28 +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);
|
this.entity_to_mesh.set(entity, model);
|
||||||
|
|
||||||
if (entity === quest_editor_store.selected_entity.val) {
|
if (entity === quest_editor_store.selected_entity.val) {
|
||||||
this.entity_controls.try_highlight(entity);
|
this.entity_controls.mark_selected(model);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.schedule_render();
|
this.schedule_render();
|
||||||
|
Loading…
Reference in New Issue
Block a user