Skip to content
Snippets Groups Projects
Commit 7424cec0 authored by Lénaïg Le Moigne's avatar Lénaïg Le Moigne
Browse files
# Conflicts:
#	src/affichage.c
parent 729b886d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -743,10 +743,11 @@ int affichage_carte()
pos_mana.x=ecran->w-(LARGEUR_BORDURE+mana->w)/2.1;
pos_mana.y=pos_PV.y+(2*PV->h);
pos_perso.x=ecran->w-(LARGEUR_BORDURE+texte->w)/2.7;
pos_perso.y=pos_mana.y+(2*mana->h);
pos_perso.y=pos_mana.y+(1*mana->h);
pos_personnage_numero.x=ecran->w-(LARGEUR_BORDURE+mana->w)/2.4;
pos_personnage_numero.y=pos_perso.y+(2*PV->h);
pos_nombre_deplacement.x=ecran->w-(LARGEUR_BORDURE+mana->w)/2.4;
pos_nombre_deplacement.y=pos_personnage_numero.y+(1.1*PV->h);
pos_nombre_deplacement.y=pos_personnage_numero.y+(2*PV->h);
for(i=0; i<LARGEUR_CARTE; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment