4
0
Fork 0

Modification PV squellette attaque blob

This commit is contained in:
rick 2020-12-06 20:22:34 +01:00
parent 5c8c0a5af8
commit c89557c15a
2 changed files with 4 additions and 3 deletions

View File

@ -5,9 +5,9 @@ deplaceVertical = 0;
dir = 3;
pv = 5;
pv = 10;
attack = 1;
attack = 5;
touche = 0; // s'ils sont touchés
enum typeMelee {

View File

@ -7,10 +7,11 @@ image_speed = 1;
switch (monType) {
case typeMelee.squelette:
attack = 10;
pv = 20;
pv = 50;
sprite_index = sSkeletonR;
break;
case typeMelee.blob:
attack = 15;
sprite_index = sBlobR;
break;
default: