grille de oGame
This commit is contained in:
parent
2ec02f2fe3
commit
b1d8770ff1
6 changed files with 13 additions and 11 deletions
|
@ -2,18 +2,8 @@
|
|||
// Vous pouvez écrire votre code dans cet éditeur
|
||||
// Tentative de tableau
|
||||
|
||||
a [4,4] = 1;
|
||||
for (i = 0; i <= 4; i++)
|
||||
{
|
||||
taleau [i] = 1;
|
||||
}
|
||||
|
||||
|
||||
for(j = 0; j <= 4; j++)
|
||||
{
|
||||
tableau [j] = 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1,11 @@
|
|||
draw_text(16,16,oPlayer.pv);
|
||||
// draw_text(16,16,oPlayer.pv);
|
||||
|
||||
|
||||
for (i = 0; i < 64; i+= 16)
|
||||
{
|
||||
for(j = 0; j < 64; j+= 16)
|
||||
{
|
||||
tableau[i, j] = 1;
|
||||
draw_text(i,j,tableau[i, j]);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
{"properties":[],"isDnd":false,"objectId":{"name":"oMonsterMelee","path":"objects/oMonsterMelee/oMonsterMelee.yy",},"inheritCode":false,"hasCreationCode":false,"colour":4294967295,"rotation":0.0,"scaleX":1.0,"scaleY":1.0,"imageIndex":0,"imageSpeed":1.0,"inheritedItemId":null,"frozen":false,"ignore":false,"inheritItemSettings":false,"x":304.0,"y":160.0,"resourceVersion":"1.0","name":"inst_291A1015","tags":[],"resourceType":"GMRInstance",},
|
||||
{"properties":[],"isDnd":false,"objectId":{"name":"oMonsterMelee","path":"objects/oMonsterMelee/oMonsterMelee.yy",},"inheritCode":false,"hasCreationCode":false,"colour":4294967295,"rotation":0.0,"scaleX":1.0,"scaleY":1.0,"imageIndex":0,"imageSpeed":1.0,"inheritedItemId":null,"frozen":false,"ignore":false,"inheritItemSettings":false,"x":128.0,"y":144.0,"resourceVersion":"1.0","name":"inst_7CD6A298","tags":[],"resourceType":"GMRInstance",},
|
||||
{"properties":[],"isDnd":false,"objectId":{"name":"oMonsterMelee","path":"objects/oMonsterMelee/oMonsterMelee.yy",},"inheritCode":false,"hasCreationCode":false,"colour":4294967295,"rotation":0.0,"scaleX":1.0,"scaleY":1.0,"imageIndex":0,"imageSpeed":1.0,"inheritedItemId":null,"frozen":false,"ignore":false,"inheritItemSettings":false,"x":160.0,"y":64.0,"resourceVersion":"1.0","name":"inst_51EBEA4D","tags":[],"resourceType":"GMRInstance",},
|
||||
{"properties":[],"isDnd":false,"objectId":{"name":"oGame","path":"objects/oGame/oGame.yy",},"inheritCode":false,"hasCreationCode":false,"colour":4294967295,"rotation":0.0,"scaleX":1.0,"scaleY":1.0,"imageIndex":0,"imageSpeed":1.0,"inheritedItemId":null,"frozen":false,"ignore":false,"inheritItemSettings":false,"x":352.0,"y":48.0,"resourceVersion":"1.0","name":"inst_7B9D3F24","tags":[],"resourceType":"GMRInstance",},
|
||||
],"visible":true,"depth":0,"userdefinedDepth":false,"inheritLayerDepth":true,"inheritLayerSettings":true,"gridX":16,"gridY":16,"layers":[],"hierarchyFrozen":false,"resourceVersion":"1.0","name":"Instances","tags":[],"resourceType":"GMRInstanceLayer",},
|
||||
{"assets":[],"visible":true,"depth":100,"userdefinedDepth":false,"inheritLayerDepth":true,"inheritLayerSettings":true,"gridX":16,"gridY":16,"layers":[],"hierarchyFrozen":false,"resourceVersion":"1.0","name":"Assets_1","tags":[],"resourceType":"GMRAssetLayer",},
|
||||
{"tilesetId":{"name":"TileSet1","path":"tilesets/TileSet1/TileSet1.yy",},"x":0,"y":0,"tiles":{"SerialiseWidth":27,"SerialiseHeight":15,"TileSerialiseData":[
|
||||
|
@ -188,6 +189,7 @@
|
|||
{"name":"inst_291A1015","path":"rooms/r1/r1.yy",},
|
||||
{"name":"inst_7CD6A298","path":"rooms/r1/r1.yy",},
|
||||
{"name":"inst_51EBEA4D","path":"rooms/r1/r1.yy",},
|
||||
{"name":"inst_7B9D3F24","path":"rooms/r1/r1.yy",},
|
||||
],
|
||||
"inheritCreationOrder": true,
|
||||
"sequenceId": null,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Reference in a new issue