Closed makotofurusawa closed 1 month ago
import pyxel
pyxel.init(200, 200) pyxel.cls(7) pyxel.line(0, 0, 200, 200, 0) pyxel.show()
import pyxel
pyxel.init(200, 200) pyxel.cls(7) pyxel.line(0, 0, 200, 200, 0) pyxel.show()