From 31b482acc57e789e988566822b870f76271c3922 Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 15:50:19 +0800 Subject: [PATCH] Update PICO-8.sh (Sync Ver.200626) --- Menu/GameShell/50_PICO-8/PICO-8.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Menu/GameShell/50_PICO-8/PICO-8.sh b/Menu/GameShell/50_PICO-8/PICO-8.sh index 54cc66f..be527fd 100755 --- a/Menu/GameShell/50_PICO-8/PICO-8.sh +++ b/Menu/GameShell/50_PICO-8/PICO-8.sh @@ -1,5 +1,4 @@ #!/bin/bash -#SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico-8/pico8_dyn -splore -draw_rect 32,0,256,240 -cd /home/cpi/games/PICO-8/pico-8 +cd /home/cpi/games/PICO-8/pico-8 || exit SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico8_dyn -splore -draw_rect 32,0,256,240