correction transition
This commit is contained in:
parent
8f2c476d6d
commit
2a23798c85
20 changed files with 24 additions and 27 deletions
objects
|
@ -14,14 +14,10 @@ global.difficulty = 1;
|
|||
global.minutes = 1;
|
||||
global.secondes = 20;
|
||||
|
||||
enum transition {
|
||||
left,
|
||||
right,
|
||||
up,
|
||||
down
|
||||
}
|
||||
|
||||
perdu = false;
|
||||
|
||||
posX = irandom(3);
|
||||
posY = irandom(3);
|
||||
posY = irandom(3);
|
||||
|
||||
room_goto(r0);
|
||||
|
||||
|
|
|
@ -10,4 +10,6 @@ for (i = 0; i < 4; i++)
|
|||
}
|
||||
|
||||
if (!perdu) draw_text(160,16, string(global.minutes) + " : " + string(global.secondes));
|
||||
else draw_text(160,16, "PERDU");
|
||||
else draw_text(160,16, "PERDU");
|
||||
|
||||
draw_text(320,16,global.difficulty);
|
|
@ -25,7 +25,7 @@
|
|||
{"isDnD":false,"eventNum":0,"eventType":3,"collisionObjectId":null,"parent":{"name":"oTransition","path":"objects/oTransition/oTransition.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMEvent",},
|
||||
],
|
||||
"properties": [
|
||||
{"varType":4,"value":"transition.left","rangeEnabled":false,"rangeMin":0.0,"rangeMax":10.0,"listItems":[],"multiselect":false,"filters":[],"resourceVersion":"1.0","name":"next","tags":[],"resourceType":"GMObjectProperty",},
|
||||
{"varType":1,"value":"0","rangeEnabled":false,"rangeMin":0.0,"rangeMax":10.0,"listItems":[],"multiselect":false,"filters":[],"resourceVersion":"1.0","name":"next","tags":[],"resourceType":"GMObjectProperty",},
|
||||
],
|
||||
"overriddenProperties": [],
|
||||
"parent": {
|
||||
|
|
Reference in a new issue