Skip to content

Commit 6a87dc0

Browse files
authored
Merge pull request #1355 from JanTrueno/main
Fix small issue on "The founders of [redacted]"
2 parents e06c543 + 0fdd27c commit 6a87dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/thefoundersofredacted/The founders of [redacted].sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export SDL_GAMECONTROLLERCONFIG="$sdl_controllerconfig"
3232
value=$(( 4 + (DISPLAY_WIDTH >= 640) + 2 * (DISPLAY_WIDTH >= 1280) + 3 * (DISPLAY_WIDTH >= 1920) ))
3333

3434
echo "Setting dpad_mouse_step and deadzone_scale to $value"
35-
sed -i -E "s/(dpad_mouse_step|deadzone_scale) = [0-9]/\1 = $value/g" "thefoundersofredacted.gptk"
35+
sed -i -E "s/(dpad_mouse_step|deadzone_scale) = [0-9]+/\1 = $value/g" "thefoundersofredacted.gptk"
3636

3737
# Source love2d runtime
3838
source $controlfolder/runtimes/"love_11.5"/love.txt
@@ -43,4 +43,4 @@ pm_platform_helper "$LOVE_BINARY"
4343
$LOVE_RUN "$GAMEDIR/gamedata/game.love"
4444

4545
# Cleanup any running gptokeyb instances, and any platform specific stuff.
46-
pm_finish
46+
pm_finish

0 commit comments

Comments
 (0)