4
0
Fork 0
This commit is contained in:
Valsept 2020-12-05 16:58:33 +01:00
parent 1ed3e19775
commit abf1d34f18
5 changed files with 20 additions and 5 deletions

View file

@ -0,0 +1,13 @@
/// @description Insérez la description ici
// Vous pouvez écrire votre code dans cet éditeur
with(oPlayer) {
var bonus;
bonus = irandom(5);
switch(bonus) {
case 0 : // Augementation degat
case 1 : // Diminution vitesse
case 2 : // augmentation vitesse
case 3 : // diminution degat
case 4 : // arme
case 5 : // Degat joueur

View file

@ -20,7 +20,9 @@
"physicsStartAwake": true,
"physicsKinematic": false,
"physicsShapePoints": [],
"eventList": [],
"eventList": [
{"isDnD":false,"eventNum":0,"eventType":1,"collisionObjectId":null,"parent":{"name":"oMaudit","path":"objects/oMaudit/oMaudit.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMEvent",},
],
"properties": [],
"overriddenProperties": [],
"parent": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 461 B

View file

@ -7,10 +7,10 @@
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 0,
"bbox_top": 0,
"bbox_bottom": 0,
"bbox_left": 24,
"bbox_right": 38,
"bbox_top": 19,
"bbox_bottom": 34,
"HTile": false,
"VTile": false,
"For3D": false,