Última actividad 1731086701

knox revisó este gist 1731086701. Ir a la revisión

1 file changed, 6 insertions

Pyxel-8.py(archivo creado)

@@ -0,0 +1,6 @@
1 + import pyxel
2 +
3 + pyxel.init(120, 120)
4 + pyxel.cls(1)
5 + pyxel.circb(60, 60, 40, 7)
6 + pyxel.show()
Siguiente Anterior