ScreenShake works as intended at the press of E and upon calling the event.

This commit is contained in:
PlatinumSkink
2015-10-13 18:34:21 +02:00
parent 8762fe3513
commit ffea58d41f
3 changed files with 27 additions and 20 deletions
+1
View File
@@ -17,6 +17,7 @@ struct ScreenShake : Event
{
float Time;
int Intensity;
float TimeTakenToCoolDown;
};
}