Seanharrs / puzzleknight

Puzzle Knight - A Third Person Fantasy Hack&Slash Puzzle Adventure Game
0 stars 1 forks source link

Time power code is inconsistent #24

Closed Seanharrs closed 7 years ago

Seanharrs commented 7 years ago

There are inconsistent references to time "slowing" and time "freezing" in the code, such as bool SlowedTime vs class TimeFreeze. These should be made to consistently reference that the power slows time not freezes it. For example, changing IFreezable to ITimeSensitive.

sdasi1 commented 7 years ago

Doesn't have any affect on in-game play style, merely an issue when others try to implement the code.

soundbreaker commented 7 years ago

No effect on actual gameplay, so will be closed.