ajusted volume and tape delay

This commit is contained in:
Egan Ford 2017-06-02 15:37:36 -06:00
parent be216e45cc
commit 3730953d66
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ on run argv
-- Change to a color screen
set monochrome screen to false
set scanlines to true
set speaker volume to 0.25
set speaker volume to 0.50
-- load disk
insert my_path & my_disk into device "S6D1"
@ -64,7 +64,7 @@ on run argv
delay 1.0
-- full speed ahead
set speed to maximum
delay 0.5
delay 1.5
-- normal speed
set speed to regular