|
Thanks for reply
Basically where I have specified for each car something like Car_1 car1 = new Car_1(1, 1, 0);
the first number is the column number and the second number is the row number, and then the third relates to which picture needs to be displayed at that row and column coordinate.
|