Skip to content

Commit 6f8d3fa

Browse files
Update SKETCH.bat
1 parent 61edac5 commit 6f8d3fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

soundTest/SKETCH.bat

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ call lib\stdlib 70 55
66
call lib\gfx
77
call lib\sound
88

9+
title controls: W A S D
10+
911
set "cy=8"
1012

1113
"%~F0" Controller >"%temp%\%~n0_signal.txt" | "%~F0" Main <"%temp%\%~n0_signal.txt"
1214
exit
1315

1416
:Main
1517
for /l %%# in () do (
16-
18+
1719
%@rect% 5 5 60 45
1820
set "scrn=!scrn!!$rect!"
1921

@@ -48,4 +50,4 @@ exit
4850
for /l %%# in () do (
4951
for /f "tokens=*" %%i in ('choice /c:wasd /n') do <nul set /p "=%%~i"
5052
)
51-
exit
53+
exit

0 commit comments

Comments
 (0)