Tutoriel 3 : parties de 3 fait

This commit is contained in:
Philippe Roy 2023-05-01 21:15:34 +02:00
parent 6e0ea82751
commit 70821313b9
4 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ def manette(cont):
obj.applyRotation((0, -resolution,-obj.worldOrientation.to_euler().z), False)
# Bouton droit - Broche 5
if bt_gauche.read() == False and bt_droit.read() == True :
if bt_gauche.read() == False and bt_droit.read() == True:
obj.applyRotation((0, resolution,-obj.worldOrientation.to_euler().z), False)
###############################################################################