We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1770f0 commit 89fbe4fCopy full SHA for 89fbe4f
python/pyxel/examples/01_hello_pyxel.py
@@ -5,10 +5,6 @@ class App:
5
def __init__(self):
6
pyxel.init(160, 120, title="Hello Pyxel")
7
pyxel.images[0].load(0, 0, "assets/pyxel_logo_38x16.png")
8
- pyxel.play(
9
- 0,
10
- "T200 Y0 q3 ccccccccc T100 @GLI1{100,0} @GLI0 V8 c V10 d V15 e r8 f L16 fg @ENV1{15,100,0,100,15} @VIB1{48,10,100} L2 c..",
11
- )
12
pyxel.run(self.update, self.draw)
13
14
def update(self):
0 commit comments