Skip to content

Commit

Permalink
decrease slingshot strength
Browse files Browse the repository at this point in the history
  • Loading branch information
krmpotic committed Aug 22, 2023
1 parent 3f3905a commit d906e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ end

function love.mousereleased(x, y, button, istouch)
if button == 1 then
local k = 5
local k = 1
v_x = k * (x_press - x)
v_y = k * (y_press - y)
end
Expand Down

0 comments on commit d906e66

Please sign in to comment.