maudit
This commit is contained in:
parent
1ed3e19775
commit
abf1d34f18
5 changed files with 20 additions and 5 deletions
13
objects/oMaudit/Destroy_0.gml
Normal file
13
objects/oMaudit/Destroy_0.gml
Normal 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
|
|
@ -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 |
|
@ -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,
|
||||
|
|
Reference in a new issue