We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e06c543 + 0fdd27c commit 6a87dc0Copy full SHA for 6a87dc0
ports/thefoundersofredacted/The founders of [redacted].sh
@@ -32,7 +32,7 @@ export SDL_GAMECONTROLLERCONFIG="$sdl_controllerconfig"
32
value=$(( 4 + (DISPLAY_WIDTH >= 640) + 2 * (DISPLAY_WIDTH >= 1280) + 3 * (DISPLAY_WIDTH >= 1920) ))
33
34
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"
+sed -i -E "s/(dpad_mouse_step|deadzone_scale) = [0-9]+/\1 = $value/g" "thefoundersofredacted.gptk"
36
37
# Source love2d runtime
38
source $controlfolder/runtimes/"love_11.5"/love.txt
@@ -43,4 +43,4 @@ pm_platform_helper "$LOVE_BINARY"
43
$LOVE_RUN "$GAMEDIR/gamedata/game.love"
44
45
# Cleanup any running gptokeyb instances, and any platform specific stuff.
46
-pm_finish
+pm_finish
0 commit comments