def setup(): # Put code to run once here size(991, 768) map = load_image('map.png') # Replace with your image image( map, # The image to draw 0, ...
確定! 回上一頁