Автор losmmorpg (4 месяца)
nice, I tried this a while ago
heres a tip, to fill in the landscape, draw all the lines one row at a time, and record the y position of every pixel on the row using interpolation, and then when you do the next row, just draw a line connecting the y positions! neat aint it? you'll have to do some stuff to get rid of glitches tho