chore: ball speedup increased
This commit is contained in:
2
Engine
2
Engine
Submodule Engine updated: 45524e474e...2335c3ec62
@@ -9,7 +9,7 @@ public class BallBehaviour : Behaviour2D, IFirstFrameUpdate, IPhysicsUpdate, INe
|
|||||||
IPacketListenerClient<BallBehaviour.BallUpdatePacket>
|
IPacketListenerClient<BallBehaviour.BallUpdatePacket>
|
||||||
{
|
{
|
||||||
public float Speed { get; set; } = 500f;
|
public float Speed { get; set; } = 500f;
|
||||||
public float SpeedUpMultiplier { get; set; } = .0125f;
|
public float SpeedUpMultiplier { get; set; } = .025f;
|
||||||
|
|
||||||
public IRigidBody2D RigidBody { get; private set; } = null!;
|
public IRigidBody2D RigidBody { get; private set; } = null!;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user