- Thread Author
- #1
Hi i would like to know how are coordinates assigned in a code for example i found this code in a ChickenFighter-
public Area killzone = new Area.Rectangular(new Coordinate(3237, 3300), new Coordinate(3226, 3288));
How do you get those coordinates? are they automatically assigned?
public Area killzone = new Area.Rectangular(new Coordinate(3237, 3300), new Coordinate(3226, 3288));
How do you get those coordinates? are they automatically assigned?