I'm trying to implement a for loop for drawing kind of map on the screen with this code on Python: for cordinate_y in range(mapHeight): ...
確定! 回上一頁