modifié : main.lua

This commit is contained in:
Heitai-C11 2022-03-13 15:35:50 +01:00
parent 9c97866043
commit 31d42806f4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,6 @@ function love.update(dt)
if love.keyboard.isDown("space") then
tir = true
PosPersonnage.tirY = PosPersonnage.Y
end
if tir == true then
@ -84,6 +83,7 @@ function love.update(dt)
if Pistol > love.graphics.getWidth() then
Pistol = PosPersonnage.tir
PosPersonnage.tirY = PosPersonnage.Y
tir = false
end
end