i am currently programming another game, however, i need the background art before i can go further. all i need is a background that is 300x300 pixels, with each tile being 30x30 pixels
the background should be arranged as such,
1,1,1,1,1,1,1,1,1,1,
1,0,3,3,0,0,0,0,0,1,
1,0,3,3,0,0,0,0,0,1,
1,0,3,3,0,0,0,0,0,1,
1,0,3,3,0,0,0,0,0,1,
1,0,3,3,0,0,0,0,0,1,
1,0,3,3,0,0,0,0,0,1,
1,0,3,3,0,0,0,0,0,1,
1,0,3,3,0,0,0,0,0,1,
1,1,1,1,1,1,1,1,1,1
with 0 being background, 1 being rocks (or trees, doesn't matter) and 3 being water. help is appreciated, and i will give you props in my program credits.