Pitch of swoosh based on obstacle scale. Light fading back to blue.

This commit is contained in:
2015-06-02 00:06:52 +02:00
parent b81d60799e
commit 074b2d6348
4 changed files with 68 additions and 57 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace Components
struct PowerUp : Component
{
float Speed;
float Duration;
};
}