Fixed links

This commit is contained in:
Rendo 2025-07-17 11:44:10 +05:00
commit eb408a62bb
18 changed files with 40 additions and 42 deletions

View file

@ -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()