Bugfix : start-stop de l'animation

This commit is contained in:
Philippe Roy 2023-07-13 02:56:15 +02:00
parent f0390c7ce4
commit c0321864ce
3 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ scene = bge.logic.getCurrentScene()
###############################################################################
objects=['Coffre', 'Poignee', 'Carre', 'Noix', 'Plaque', 'Tetiere', 'Pene']
objects_anim=['Poignee', 'Carre', 'Noix', 'Pene', 'Plaque', 'Pene']
objects_anim=['Poignee', 'Carre', 'Noix', 'Plaque', 'Pene']
objects_dict={'Coffre' : [1, '1 : Coffre', 'Color-1', ['Repere O']],
'Poignee' : [2, '2 : Poignée', 'Color-4', ['Repere F']],