Add game timer #3
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: baz/vampires#3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The game has a soft/hard time limit, once the game hits 30 mins an extremely tough enemy spawns and kills the player. I don't want to do this for now be we should be keeping track of the time somewhere just in case we want to make use of this later.
This can probably be done in a GameInstanceSubsystem but i would have to check.
Added basic timer to HUD, need to track in some more appropriate way.