EvanGeissler / ENSE-400-Project-Night-Terror

Final Software Systems Engineering Project: A 3D horror game.
2 stars 0 forks source link

Moveable Doors #34

Closed EvanGeissler closed 5 years ago

EvanGeissler commented 5 years ago

Needs: -To open the door when the player presses the action key (most likely X for PS, will maybe be right click on computer)

Should: -Prompt the player that they can press a button to open/interact with the door

Considerations: -Have most doors interactive, but not all can be opened (if this is the case, show text saying they cannot open WHEN action button pressed)

Date Started: December 21st, 2018

EvanGeissler commented 5 years ago

Created door parent with collision mesh box. When the player walks into this, action button image and description displays. When the player moves away from the mesh box, the above disappears. The text is specific towards doors and reads "Open door".

Total Time So Far: 45 Minutes

EvanGeissler commented 5 years ago

This will NOT be done for project day and may not be implemented in a final game design as there is no exact need for it/can do other things instead to make up for the lack of this.