Utoljára aktív 1731086701

Pyxel-8.py Eredeti
1import pyxel
2
3pyxel.init(120, 120)
4pyxel.cls(1)
5pyxel.circb(60, 60, 40, 7)
6pyxel.show()