Reverse the position of the players to match the keyboard layout

This commit is contained in:
Mylloon 2021-12-31 10:58:24 +01:00
parent 201ed5450a
commit 4f550b3ae2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -49,8 +49,8 @@ typedef struct perso_t {
} perso_t; } perso_t;
/* Définition de nos deux joueurs */ /* Définition de nos deux joueurs */
perso_t _herosA = { -10.f, 0.f, 0.f }; perso_t _herosA = { 6.f, 0.f, -6.f };
perso_t _herosB = { 6.f, 0.f, -6.f }; perso_t _herosB = { -10.f, 0.f, 0.f };
/* clavier virtuel */ /* clavier virtuel */
enum { enum {