Fixed links
This commit is contained in:
parent
bdf02db5c8
commit
eb408a62bb
18 changed files with 40 additions and 42 deletions
|
|
@ -32,7 +32,7 @@ public partial class ZombieLevelPreviewer : Node2D
|
|||
var spawned = zombie.Scene.Instantiate<RuntimeZombieData>();
|
||||
spawned.DisableBrain();
|
||||
AddChild(spawned);
|
||||
spawned.Position += new Vector2(rng_x*Utility.TileWidth, rng_y*Utility.TileHeight);
|
||||
spawned.Position += new Vector2(rng_x*FieldParams.TileWidth, rng_y*FieldParams.TileHeight);
|
||||
}
|
||||
}
|
||||
public List<ZombieResource> FindUnique()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue