Skip to content

Commit 61e404c

Browse files
authored
Add files via upload
corrected wrong path in file
1 parent 71b154c commit 61e404c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ThumbCommander/Intro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#asynchronously plays a logo video while stuff loads
22
from time import sleep
3-
from thumbyGrayscale import display, Sprite
3+
from grayscale import display, Sprite
44
from machine import Timer
55
from gc import collect
6-
loc = "/Games/Starsvoxel/"
6+
loc = "/Games/ThumbCommander/"
77

88
framecount = 0
99
frame = 0

0 commit comments

Comments
 (0)