diff --git a/Menu/GameShell/50_PICO-8/PICO-8.sh b/Menu/GameShell/50_PICO-8/PICO-8.sh index cfbba82..54cc66f 100755 --- a/Menu/GameShell/50_PICO-8/PICO-8.sh +++ b/Menu/GameShell/50_PICO-8/PICO-8.sh @@ -2,4 +2,4 @@ #SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico-8/pico8_dyn -splore -draw_rect 32,0,256,240 cd /home/cpi/games/PICO-8/pico-8 -SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico8_dyn -draw_rect 32,0,256,240 +SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico8_dyn -splore -draw_rect 32,0,256,240 diff --git a/Menu/GameShell/50_PICO-8/pico-8/config.txt b/Menu/GameShell/50_PICO-8/pico-8/config.txt index 15ea6fc..3bd6672 100644 --- a/Menu/GameShell/50_PICO-8/pico-8/config.txt +++ b/Menu/GameShell/50_PICO-8/pico-8/config.txt @@ -19,7 +19,7 @@ show_fps 0 // Draw frames per second in the corner windowed 0 // 1 to start up in windowed mode window_position -1 -1 // x and y position of window, or -1, -1 to let the window manager decide frameless 0 // 1 to use a window with no frame -fullscreen_method 1 // 0 maximized window (linux) 1 borderless desktop-sized window 2 fullscreen +fullscreen_method 0 // 0 maximized window (linux) 1 borderless desktop-sized window 2 fullscreen // :: System Settings