Merge remote-tracking branch 'origin/master' into Sound
# Conflicts: # assets
This commit is contained in:
@@ -82,6 +82,8 @@ void PlayerMovementSystem::Update(double dt)
|
||||
}
|
||||
else {
|
||||
controller->SetDoubleJumping(true);
|
||||
Events::DoubleJump e;
|
||||
m_EventBroker->Publish(e);
|
||||
}
|
||||
velocity.y += 4.f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user