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 71b154c commit 61e404cCopy full SHA for 61e404c
ThumbCommander/Intro.py
@@ -1,9 +1,9 @@
1
#asynchronously plays a logo video while stuff loads
2
from time import sleep
3
-from thumbyGrayscale import display, Sprite
+from grayscale import display, Sprite
4
from machine import Timer
5
from gc import collect
6
-loc = "/Games/Starsvoxel/"
+loc = "/Games/ThumbCommander/"
7
8
framecount = 0
9
frame = 0
0 commit comments