From 31d42806f455ad3315aa93b1fc6871ccc2447f88 Mon Sep 17 00:00:00 2001 From: Heitai-C11 Date: Sun, 13 Mar 2022 15:35:50 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20main.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index fd7766c..d4e3183 100644 --- a/main.lua +++ b/main.lua @@ -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