()
| 536 | |
| 537 | |
| 538 | def textures(): |
| 539 | global A,Z,E,R,T,Y,U,I,O,P,Q,S,D,F,G,H,J,K,L,M,W,X,C,V,B,N,z,q,geme,mur1,mur11,mur12,mur2 |
| 540 | global mur21,mur22,mur3,mur31,mur32,mur4,mur41,mur42,porte1,porte2,PNJ0,PNJ1,PERSOAB0 |
| 541 | global PERSOAB1,PERSOAD0,PERSOAD1,PERSOAG0,PERSOAG1,PERSOAH0,PERSOAH1,PERSOB0 |
| 542 | global PERSOB1,PERSOD0,PERSOD1,PERSOG0,PERSOG1,PERSOH0,PERSOH1,PERSOM,MONSTREB0 |
| 543 | global MONSTREB1,MONSTRED0,MONSTRED1,MONSTREG0,MONSTREG1,MONSTREH0,MONSTREH1,ARGOSTE0,ARGOSTE1 |
| 544 | #Chargement des fichiers : |
| 545 | #Roches |
| 546 | X=PhotoImage(file = "images/cailloux_bas_milieu.gif") |
| 547 | H=PhotoImage(file = "images/cailloux_haut_milieu.gif") |
| 548 | V=PhotoImage(file = "images/cailloux_bas_gauche.gif") |
| 549 | N=PhotoImage(file = "images/cailloux_bas_droite.gif") |
| 550 | M=PhotoImage(file = "images/cailloux_haut_gauche.gif") |
| 551 | K=PhotoImage(file = "images/cailloux_haut_droite.gif") |
| 552 | |
| 553 | #Random |
| 554 | A=PhotoImage(file = "images/arbre.gif") |
| 555 | R=PhotoImage(file = "images/sol1.gif") |
| 556 | Y=PhotoImage(file = "images/sol2.gif") |
| 557 | B=PhotoImage(file = "images/buisson.gif") |
| 558 | F=PhotoImage(file = "images/tombe.gif") |
| 559 | W=PhotoImage(file = "images/escalier.gif") |
| 560 | O=PhotoImage(file = "images/pont.gif") |
| 561 | D=PhotoImage(file = "images/garde.gif") |
| 562 | S=PhotoImage(file = "images/maison1.gif") |
| 563 | Z=PhotoImage(file = "images/maison2.gif") |
| 564 | z=PhotoImage(file = "images/maison3.gif") |
| 565 | q=PhotoImage(file = "images/quest.gif") |
| 566 | geme=PhotoImage(file = "images/geme.gif") |
| 567 | |
| 568 | |
| 569 | #Eau |
| 570 | E=PhotoImage(file = "images/eau.gif") |
| 571 | I=PhotoImage(file = "images/eau_milieu_gauche.gif") |
| 572 | L=PhotoImage(file = "images/eau_milieu_droite.gif") |
| 573 | T=PhotoImage(file = "images/eau_haut_milieu.gif") |
| 574 | G=PhotoImage(file = "images/eau_haut_gauche.gif") |
| 575 | Q=PhotoImage(file = "images/eau_haut_droite.gif") |
| 576 | U=PhotoImage(file = "images/eau_bas_milieu.gif") |
| 577 | C=PhotoImage(file = "images/eau_bas_gauche.gif") |
| 578 | J=PhotoImage(file = "images/eau_bas_droite.gif") |
| 579 | |
| 580 | # Donjon |
| 581 | mur1=PhotoImage(file = "images/donjon/mur_haut_gauche.gif") |
| 582 | mur2=PhotoImage(file = "images/donjon/mur_haut_droite.gif") |
| 583 | mur3=PhotoImage(file = "images/donjon/mur_bas_droite.gif") |
| 584 | mur4=PhotoImage(file = "images/donjon/mur_bas_gauche.gif") |
| 585 | |
| 586 | mur11=PhotoImage(file = "images/donjon/mur_haut_3.gif") |
| 587 | mur12=PhotoImage(file = "images/donjon/mur_haut_6.gif") |
| 588 | mur21=PhotoImage(file = "images/donjon/mur_droite_3.gif") |
| 589 | mur22=PhotoImage(file = "images/donjon/mur_droite_6.gif") |
| 590 | mur31=PhotoImage(file = "images/donjon/mur_bas_3.gif") |
| 591 | mur32=PhotoImage(file = "images/donjon/mur_bas_6.gif") |
| 592 | mur41=PhotoImage(file = "images/donjon/mur_gauche_3.gif") |
| 593 | mur42=PhotoImage(file = "images/donjon/mur_gauche_6.gif") |
| 594 | |
| 595 | porte1=PhotoImage(file = "images/donjon/mur_porte_1.gif") |
no test coverage detected