Skip to content

Commit d40acab

Browse files
authored
Merge pull request #131 from megaqwertification/master
Fixed C-stick going out of radius for Pac-Man World 2
2 parents 3b32a06 + 36d4f98 commit d40acab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/modules/games/GP2EAF-0.lua

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ function game.translateJoyStick(x, y)
1919
return x + math.sin(angle) * mag * near * 0.25, y + math.cos(angle) * mag * near * 0.25
2020
end
2121

22+
game.translateCStick = game.translateJoyStick
23+
2224
return game

0 commit comments

Comments
 (0)