KomradeSpectre / AetheriumMod

A mod for Risk of Rain 2.
10 stars 9 forks source link

Added the time tracking component that you wanted. #2

Closed RicoValdezio closed 3 years ago

RicoValdezio commented 3 years ago

Its fairly simple to operate and is attached to all CharacterBody on Start. All it does is update the time on Update and it has a reset function if that ever turns out to be useful. Fun side-effect of hooking on Start is that it resets the timer every time the effect triggers, so that can be used as a second emergency check if need be. Commits have a bit more detail if you need it.

KomradeSpectre commented 3 years ago

Thank you. I'll make sure to update the readme to thank you for the component too. I appreciate it.