4
0
Fork 0
This commit is contained in:
sOlaris38 2020-12-06 00:12:53 +01:00
commit d4cad1a99e
4 changed files with 11 additions and 4 deletions
objects
oGame
oPlayer

View file

@ -19,8 +19,11 @@
"physicsShapePoints": [],
"eventList": [
{"isDnD":false,"eventNum":64,"eventType":8,"collisionObjectId":null,"parent":{"name":"oGame","path":"objects/oGame/oGame.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMEvent",},
{"isDnD":false,"eventNum":0,"eventType":0,"collisionObjectId":null,"parent":{"name":"oGame","path":"objects/oGame/oGame.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMEvent",},
],
"properties": [
{"varType":1,"value":"1","rangeEnabled":false,"rangeMin":0.0,"rangeMax":10.0,"listItems":[],"multiselect":false,"filters":[],"resourceVersion":"1.0","name":"difficulté","tags":[],"resourceType":"GMObjectProperty",},
],
"properties": [],
"overriddenProperties": [],
"parent": {
"name": "Objects",

View file

@ -41,7 +41,7 @@ if (seDeplace) {
indexImageInfo = 3;
image_index = compteurFrames % nbFrames + 3*nbFrames;
}
compteurFrames++;
compteurFrames += 0.25;
} else {
sprite_index = sPlayer;
image_index = indexImageInfo;