Skip to content

Commit 89fbe4f

Browse files
committed
Removed test code for MML
1 parent a1770f0 commit 89fbe4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/pyxel/examples/01_hello_pyxel.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ class App:
55
def __init__(self):
66
pyxel.init(160, 120, title="Hello Pyxel")
77
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-
)
128
pyxel.run(self.update, self.draw)
139

1410
def update(self):

0 commit comments

Comments
 (0)