diff --git a/main.py b/main.py index fb75665..f29954e 100644 --- a/main.py +++ b/main.py @@ -49,8 +49,9 @@ if __name__ == "__main__": tl.setup(600,600,None,None) #spawna a tela draw = tl.Turtle() #coloca a tartaruga principal de desenho + + + tl.mainloop() + -''' -GUILHERME ESTEVE AQUI -''' diff --git a/sprites/pebble_ground.png b/sprites/pebble_ground.png new file mode 100644 index 0000000..80c78da Binary files /dev/null and b/sprites/pebble_ground.png differ