diff --git a/objects/oGame/Create_0.gml b/objects/oGame/Create_0.gml index edb6548..c358ff9 100644 --- a/objects/oGame/Create_0.gml +++ b/objects/oGame/Create_0.gml @@ -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; -} - diff --git a/objects/oGame/Draw_64.gml b/objects/oGame/Draw_64.gml index 8d2fdd4..a1d2ac2 100644 --- a/objects/oGame/Draw_64.gml +++ b/objects/oGame/Draw_64.gml @@ -1 +1,11 @@ -draw_text(16,16,oPlayer.pv); \ No newline at end of file +// 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]); + } +} diff --git a/rooms/r1/r1.yy b/rooms/r1/r1.yy index a0f0f58..4b03422 100644 --- a/rooms/r1/r1.yy +++ b/rooms/r1/r1.yy @@ -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, diff --git a/sprites/sWalls/1d925804-efa5-4430-8a6a-9a1abced23b2.png b/sprites/sWalls/1d925804-efa5-4430-8a6a-9a1abced23b2.png index 696c235..1b5e5c5 100644 Binary files a/sprites/sWalls/1d925804-efa5-4430-8a6a-9a1abced23b2.png and b/sprites/sWalls/1d925804-efa5-4430-8a6a-9a1abced23b2.png differ diff --git a/sprites/sWalls/layers/1d925804-efa5-4430-8a6a-9a1abced23b2/8602f62c-4ddd-41df-979b-d90f76df5c8d.png b/sprites/sWalls/layers/1d925804-efa5-4430-8a6a-9a1abced23b2/8602f62c-4ddd-41df-979b-d90f76df5c8d.png index 696c235..1b5e5c5 100644 Binary files a/sprites/sWalls/layers/1d925804-efa5-4430-8a6a-9a1abced23b2/8602f62c-4ddd-41df-979b-d90f76df5c8d.png and b/sprites/sWalls/layers/1d925804-efa5-4430-8a6a-9a1abced23b2/8602f62c-4ddd-41df-979b-d90f76df5c8d.png differ diff --git a/tilesets/TileSet1/output_tileset.png b/tilesets/TileSet1/output_tileset.png index 7e157fc..5fe4798 100644 Binary files a/tilesets/TileSet1/output_tileset.png and b/tilesets/TileSet1/output_tileset.png differ