Added TravellingSystem for travelling to the next stage. Added incomplete ScreenShake. Ball now starts on pad.

This commit is contained in:
PlatinumSkink
2015-10-13 17:28:31 +02:00
parent 40343744c1
commit 36d0601dfd
12 changed files with 281 additions and 66 deletions
+26
View File
@@ -0,0 +1,26 @@
//
// Created by Administrator on 2015-10-13.
//
#ifndef DAYDREAM_ESCREENSHAKE_H
#define DAYDREAM_ESCREENSHAKE_H
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct ScreenShake : Event
{
float Time;
int Intensity;
};
}
}
#endif //DAYDREAM_ESCREENSHAKE_H