Add game timer #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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.