Son aktif 1731086701

knox revised this gist 1731086701. Go to revision

1 file changed, 6 insertions

Pyxel-8.py(file created)

@@ -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()
Newer Older