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