Adjustments to Sticky and Inkblaster made, in addition made StickyAimer partly transparent green.
This commit is contained in:
@@ -105,7 +105,7 @@ private:
|
||||
bool m_InkAttached = false;
|
||||
bool m_InkBlockedWaiting = false;
|
||||
bool m_Restarting = false;
|
||||
int m_StickyCounter = 5;
|
||||
int m_StickyCounter = 3;
|
||||
|
||||
bool m_StageBlockedWaiting = false;
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ namespace Events
|
||||
struct InkBlaster : Event
|
||||
{
|
||||
Components::Transform* Transform;
|
||||
int Shots;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@ namespace Events
|
||||
struct StickyPad : Event
|
||||
{
|
||||
Components::Transform* Transform;
|
||||
int Times;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user