mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-03-03 15:33:26 +08:00
Rename
This commit is contained in:
parent
55948541b6
commit
12c10909c9
@ -7,7 +7,7 @@ namespace Strawberry
|
||||
{
|
||||
private Vector remainder;
|
||||
|
||||
public Point Pushed;
|
||||
public Point MovedByGeometry;
|
||||
|
||||
public this(Point position)
|
||||
: base(position)
|
||||
@ -39,9 +39,7 @@ namespace Strawberry
|
||||
{
|
||||
base.Update();
|
||||
|
||||
if (Pushed != Point.Zero)
|
||||
Calc.Log(Pushed);
|
||||
Pushed = Point.Zero;
|
||||
MovedByGeometry = Point.Zero;
|
||||
}
|
||||
|
||||
public bool MoveX(float amount, Action<Collision> onCollide = null)
|
||||
|
Loading…
Reference in New Issue
Block a user