Fixed links
This commit is contained in:
parent
bdf02db5c8
commit
eb408a62bb
18 changed files with 40 additions and 42 deletions
|
|
@ -19,7 +19,7 @@ public partial class ZombieMover : Node
|
|||
{
|
||||
_zombie.Position -= _zombie.Transform.X
|
||||
* (float)delta
|
||||
* Utility.TileWidth
|
||||
* FieldParams.TileWidth
|
||||
* GetParent<RuntimeZombieData>().LocalTimescale
|
||||
* _speed.GetValue()
|
||||
* _speedControlMult;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue