IndecisionGames / Mercy

MIT License
0 stars 0 forks source link

Interactive Object Component #9

Open Sivarjuen opened 4 years ago

Sivarjuen commented 4 years ago

Objects in the world that the player can interact with will have this component. This will handle player interaction with objects that involve the player pressing the "Use" button when near the objects. A UI element (i.e. a hand or the key "Use" is bound to) will appear near the object to indicate that the user can use the item

LukeyQ1 commented 4 years ago

My GameEvent thing can be used in this