changing the way Outline is handled
This commit is contained in:
@@ -54,7 +54,7 @@ export class GameSceneUserInputHandler implements UserInputHandlerInterface {
|
||||
|
||||
public handleSpaceKeyUpEvent(event: Event): Event {
|
||||
this.gameScene.activateOutlinedItem();
|
||||
this.gameScene.getNearestActivatableObject()?.activate();
|
||||
this.gameScene.getSelectedActivatableObject()?.activate();
|
||||
return event;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user