├── .gitattributes ├── Depth_Tutorial.yyp ├── LICENSE ├── README.md ├── objects ├── depthsorter │ ├── Create_0.gml │ ├── Draw_0.gml │ └── depthsorter.yy ├── obj_collision │ └── obj_collision.yy ├── obj_greentree │ ├── Create_0.gml │ └── obj_greentree.yy ├── obj_king │ ├── Step_0.gml │ └── obj_king.yy ├── obj_knight │ └── obj_knight.yy ├── obj_scout │ └── obj_scout.yy └── par_depthobject │ ├── Create_0.gml │ ├── Draw_0.gml │ └── par_depthobject.yy ├── options ├── linux │ └── options_linux.yy ├── mac │ └── options_mac.yy ├── main │ └── inherited │ │ └── options_main.inherited.yy └── windows │ └── options_windows.yy ├── rooms └── rm_1 │ └── rm_1.yy ├── sprites ├── spr_collision │ ├── cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94.png │ ├── layers │ │ └── cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94 │ │ │ └── 897b83c5-90b6-4a72-a02e-febd27822eaf.png │ └── spr_collision.yy ├── spr_knight │ ├── 299402d7-6ab1-448d-a9ef-83b2a8a27af5.png │ ├── aa8200d4-5e7f-4edd-bb06-b357d38edb4b.png │ ├── b16ca3f0-25ee-4da2-9024-a0111271d966.png │ ├── layers │ │ ├── 299402d7-6ab1-448d-a9ef-83b2a8a27af5 │ │ │ ├── a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png │ │ │ └── c467735c-05de-4611-896f-b425b62998a0.png │ │ ├── aa8200d4-5e7f-4edd-bb06-b357d38edb4b │ │ │ ├── a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png │ │ │ └── c467735c-05de-4611-896f-b425b62998a0.png │ │ └── b16ca3f0-25ee-4da2-9024-a0111271d966 │ │ │ ├── a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png │ │ │ └── c467735c-05de-4611-896f-b425b62998a0.png │ └── spr_knight.yy ├── spr_player │ ├── 622b5468-28b1-47ae-af23-73915c6c9d7d.png │ ├── 751dd607-c833-41e5-8f2b-28519b676348.png │ ├── f17d9748-d1b9-4c97-8119-e12b3e1a5755.png │ ├── fd8ec27b-399b-4f4b-8bb5-c42e732cde05.png │ ├── layers │ │ ├── 622b5468-28b1-47ae-af23-73915c6c9d7d │ │ │ ├── 981640e7-adcf-40d6-9027-4bcec3748383.png │ │ │ └── eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png │ │ ├── 751dd607-c833-41e5-8f2b-28519b676348 │ │ │ ├── 981640e7-adcf-40d6-9027-4bcec3748383.png │ │ │ └── eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png │ │ ├── f17d9748-d1b9-4c97-8119-e12b3e1a5755 │ │ │ ├── 981640e7-adcf-40d6-9027-4bcec3748383.png │ │ │ └── eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png │ │ └── fd8ec27b-399b-4f4b-8bb5-c42e732cde05 │ │ │ ├── 981640e7-adcf-40d6-9027-4bcec3748383.png │ │ │ └── eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png │ └── spr_player.yy ├── spr_player_idle │ ├── 4428562d-1039-41cf-b338-9e1d2d47cee2.png │ ├── 76c12064-5e31-4d7e-8dcf-a606804a685b.png │ ├── 8edf7137-2117-41b4-b9f8-d1dc1d1e0737.png │ ├── layers │ │ ├── 4428562d-1039-41cf-b338-9e1d2d47cee2 │ │ │ └── 654f9bba-819c-4d7b-afe9-028d18853da8.png │ │ ├── 76c12064-5e31-4d7e-8dcf-a606804a685b │ │ │ └── 654f9bba-819c-4d7b-afe9-028d18853da8.png │ │ └── 8edf7137-2117-41b4-b9f8-d1dc1d1e0737 │ │ │ └── 654f9bba-819c-4d7b-afe9-028d18853da8.png │ └── spr_player_idle.yy ├── spr_scout │ ├── 53be1399-bbfd-4e8c-a01a-c10b90f1723e.png │ ├── 739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd.png │ ├── 7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47.png │ ├── layers │ │ ├── 53be1399-bbfd-4e8c-a01a-c10b90f1723e │ │ │ └── bc7cf44a-e92a-42fe-8296-a897d8cb46de.png │ │ ├── 739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd │ │ │ └── bc7cf44a-e92a-42fe-8296-a897d8cb46de.png │ │ └── 7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47 │ │ │ └── bc7cf44a-e92a-42fe-8296-a897d8cb46de.png │ └── spr_scout.yy ├── spr_shadow │ ├── 2ea4a77c-d540-4065-9948-83d4fab83ee6.png │ ├── layers │ │ └── 2ea4a77c-d540-4065-9948-83d4fab83ee6 │ │ │ └── c68feac3-1479-40f2-8d1a-683fec6eae28.png │ └── spr_shadow.yy ├── spr_tileset1 │ ├── 5cf31a1f-56d4-4e35-88d8-1968aa8abe7a.png │ ├── layers │ │ └── 5cf31a1f-56d4-4e35-88d8-1968aa8abe7a │ │ │ └── 73fb08ae-cc53-4856-a005-36b2e0d34e2b.png │ └── spr_tileset1.yy └── spr_tree │ ├── 3fa20c56-101e-4348-b233-4fa43c64c8ea.png │ ├── layers │ └── 3fa20c56-101e-4348-b233-4fa43c64c8ea │ │ └── ce0f305f-90f1-4b36-8ad4-5b26b57c0468.png │ └── spr_tree.yy ├── tilesets └── tileset_1 │ ├── output_tileset.png │ └── tileset_1.yy └── views ├── 05f45e8d-a727-4650-b0c2-0ac5f793f164.yy ├── 128687b6-cf4b-4bad-bfec-52960e01a538.yy ├── 1e95eeaf-b11a-44a2-a1b0-bd201f6366ee.yy ├── 297651c9-b7a7-4a65-97f1-8ceb3b64f65d.yy ├── 2ea73365-b6f1-4bd1-a454-d57a67e50684.yy ├── 48b46420-2f90-4794-9064-b6fdfad99fbd.yy ├── 4c4a5f6b-851e-45f2-9d16-4e770693d0d6.yy ├── 53f34530-342f-440f-8cd3-3df3c5bfc232.yy ├── 5fd06095-db49-460e-9954-34d8113518c0.yy ├── 82f217a6-9373-47d2-85d9-14ce23a512a0.yy ├── 83d63ce4-d03f-444b-b478-522ad5b314a9.yy ├── 8df8cbdc-c273-479a-83c9-496f2e62d294.yy ├── 9c35e2b5-ef9d-468c-8d88-8e8636785ca0.yy ├── a09f41cd-a4f3-4818-9942-6c258e8a0b0e.yy ├── aa4ccde8-d128-4dfe-a243-5efe2da9ff0d.yy ├── af01d96e-a301-41cc-9c82-eb60af19cbae.yy ├── b68cebe1-d0fa-44ed-8a26-595c2885a1fc.yy ├── cc3b80a7-5d09-4bea-b9c8-b093f1b244c8.yy ├── d3e83dba-5be8-436f-866d-9a5a2120adb1.yy ├── d74cdac8-2717-46a5-a8ed-5f732e02a268.yy ├── e3e41b8b-b981-42ce-aab7-e6265764c7a8.yy └── f48fa589-53e5-4ce0-a010-c16b38192e31.yy /.gitattributes: -------------------------------------------------------------------------------- 1 | *.yy linguist-language=Game Maker Language 2 | -------------------------------------------------------------------------------- /Depth_Tutorial.yyp: -------------------------------------------------------------------------------- 1 | { 2 | "id": "62aa8308-837c-4613-a44e-a1306eee5c3c", 3 | "modelName": "GMProject", 4 | "mvc": "1.0", 5 | "IsDnDProject": false, 6 | "configs": [ 7 | 8 | ], 9 | "option_ecma": false, 10 | "parentProject": { 11 | "id": "18731a27-007b-4c7c-802b-b7eac446e27a", 12 | "modelName": "GMProjectParent", 13 | "mvc": "1.0", 14 | "alteredResources": [ 15 | { 16 | "Key": "ed6a955d-5826-4f98-a450-10b414266c27", 17 | "Value": { 18 | "configDeltas": [ 19 | "inherited" 20 | ], 21 | "id": "a3c2778c-ba48-40f4-b180-c31dd0bf91c2", 22 | "resourcePath": "options\\main\\options_main.yy", 23 | "resourceType": "GMMainOptions" 24 | } 25 | } 26 | ], 27 | "hiddenResources": [ 28 | 29 | ], 30 | "projectPath": "${base_project}" 31 | }, 32 | "resources": [ 33 | { 34 | "Key": "05f45e8d-a727-4650-b0c2-0ac5f793f164", 35 | "Value": { 36 | "id": "6f75d81a-3fe8-484f-8178-ce66c6b9b8cf", 37 | "resourcePath": "views\\05f45e8d-a727-4650-b0c2-0ac5f793f164.yy", 38 | "resourceType": "GMFolder" 39 | } 40 | }, 41 | { 42 | "Key": "128687b6-cf4b-4bad-bfec-52960e01a538", 43 | "Value": { 44 | "id": "ec6296c1-a5d9-4c21-b3e3-5d4363a2070c", 45 | "resourcePath": "views\\128687b6-cf4b-4bad-bfec-52960e01a538.yy", 46 | "resourceType": "GMFolder" 47 | } 48 | }, 49 | { 50 | "Key": "1e95eeaf-b11a-44a2-a1b0-bd201f6366ee", 51 | "Value": { 52 | "id": "b109c79d-b9d0-4d6a-8b13-e460efb93824", 53 | "resourcePath": "views\\1e95eeaf-b11a-44a2-a1b0-bd201f6366ee.yy", 54 | "resourceType": "GMFolder" 55 | } 56 | }, 57 | { 58 | "Key": "227a1abf-7147-4a8b-bb31-62a5d3a9a07e", 59 | "Value": { 60 | "id": "d2010bb7-ac3c-4717-a93e-edb7e447e257", 61 | "resourcePath": "objects\\obj_king\\obj_king.yy", 62 | "resourceType": "GMObject" 63 | } 64 | }, 65 | { 66 | "Key": "297651c9-b7a7-4a65-97f1-8ceb3b64f65d", 67 | "Value": { 68 | "id": "ab37c354-5987-4384-ae57-4edb8c73110d", 69 | "resourcePath": "views\\297651c9-b7a7-4a65-97f1-8ceb3b64f65d.yy", 70 | "resourceType": "GMFolder" 71 | } 72 | }, 73 | { 74 | "Key": "2d0a83ba-80a2-40b2-8805-93347555ef97", 75 | "Value": { 76 | "id": "cb703663-2592-4c26-bfbb-a11a76390b27", 77 | "resourcePath": "objects\\par_depthobject\\par_depthobject.yy", 78 | "resourceType": "GMObject" 79 | } 80 | }, 81 | { 82 | "Key": "2ea73365-b6f1-4bd1-a454-d57a67e50684", 83 | "Value": { 84 | "id": "1136167c-dc54-4c46-b98d-c616e004866b", 85 | "resourcePath": "views\\2ea73365-b6f1-4bd1-a454-d57a67e50684.yy", 86 | "resourceType": "GMFolder" 87 | } 88 | }, 89 | { 90 | "Key": "31ff7d32-f0cd-4e2e-a129-338e3e580a1a", 91 | "Value": { 92 | "id": "027854a7-69ad-4dd9-bb97-94cf1cd09c90", 93 | "resourcePath": "sprites\\spr_shadow\\spr_shadow.yy", 94 | "resourceType": "GMSprite" 95 | } 96 | }, 97 | { 98 | "Key": "48b46420-2f90-4794-9064-b6fdfad99fbd", 99 | "Value": { 100 | "id": "843e68a6-9d39-4f4c-99b0-7e2beb280bdc", 101 | "resourcePath": "views\\48b46420-2f90-4794-9064-b6fdfad99fbd.yy", 102 | "resourceType": "GMFolder" 103 | } 104 | }, 105 | { 106 | "Key": "4c4a5f6b-851e-45f2-9d16-4e770693d0d6", 107 | "Value": { 108 | "id": "d27ca460-a737-425d-b658-fda4e232da2d", 109 | "resourcePath": "views\\4c4a5f6b-851e-45f2-9d16-4e770693d0d6.yy", 110 | "resourceType": "GMFolder" 111 | } 112 | }, 113 | { 114 | "Key": "53f34530-342f-440f-8cd3-3df3c5bfc232", 115 | "Value": { 116 | "id": "7189b8af-fafa-4643-b05a-1efec553c075", 117 | "resourcePath": "views\\53f34530-342f-440f-8cd3-3df3c5bfc232.yy", 118 | "resourceType": "GMFolder" 119 | } 120 | }, 121 | { 122 | "Key": "556893b0-c414-45f4-b592-5ae7021b4e74", 123 | "Value": { 124 | "id": "aec12608-534e-4e2c-ad54-c3996c929309", 125 | "resourcePath": "objects\\depthsorter\\depthsorter.yy", 126 | "resourceType": "GMObject" 127 | } 128 | }, 129 | { 130 | "Key": "583b7bc3-11a0-419c-8028-17f69745ce53", 131 | "Value": { 132 | "id": "f6fd0fc5-a491-4c44-b798-e69b3ff043f7", 133 | "resourcePath": "sprites\\spr_knight\\spr_knight.yy", 134 | "resourceType": "GMSprite" 135 | } 136 | }, 137 | { 138 | "Key": "5fd06095-db49-460e-9954-34d8113518c0", 139 | "Value": { 140 | "id": "043b6ae1-c67b-4478-8d4a-98c54da49c59", 141 | "resourcePath": "views\\5fd06095-db49-460e-9954-34d8113518c0.yy", 142 | "resourceType": "GMFolder" 143 | } 144 | }, 145 | { 146 | "Key": "62e5c66d-8c36-4bc8-af71-c4119d077b56", 147 | "Value": { 148 | "id": "57e7a582-a710-4c41-9549-aa504dc9b2b0", 149 | "resourcePath": "sprites\\spr_player_idle\\spr_player_idle.yy", 150 | "resourceType": "GMSprite" 151 | } 152 | }, 153 | { 154 | "Key": "638c7030-5359-4b3c-8e90-60cb3fcb9704", 155 | "Value": { 156 | "id": "60e7c880-7135-4f49-adb6-92520a22ca65", 157 | "resourcePath": "objects\\obj_greentree\\obj_greentree.yy", 158 | "resourceType": "GMObject" 159 | } 160 | }, 161 | { 162 | "Key": "78fc92d3-2675-43e1-a794-30066b3aea37", 163 | "Value": { 164 | "id": "7b9e43bd-7dbc-4b55-b3a5-88176788511a", 165 | "resourcePath": "objects\\obj_knight\\obj_knight.yy", 166 | "resourceType": "GMObject" 167 | } 168 | }, 169 | { 170 | "Key": "82f217a6-9373-47d2-85d9-14ce23a512a0", 171 | "Value": { 172 | "id": "bf7cdb17-ee68-4006-b102-afa68538dd7e", 173 | "resourcePath": "views\\82f217a6-9373-47d2-85d9-14ce23a512a0.yy", 174 | "resourceType": "GMFolder" 175 | } 176 | }, 177 | { 178 | "Key": "83d63ce4-d03f-444b-b478-522ad5b314a9", 179 | "Value": { 180 | "id": "a927ec72-d381-4816-9d70-c9b78f3e9eb0", 181 | "resourcePath": "views\\83d63ce4-d03f-444b-b478-522ad5b314a9.yy", 182 | "resourceType": "GMFolder" 183 | } 184 | }, 185 | { 186 | "Key": "8a96eadc-2360-466a-ae4a-7a71b1cfda17", 187 | "Value": { 188 | "id": "f5608dcf-9a81-490d-9373-fa59fc44fdbf", 189 | "resourcePath": "tilesets\\tileset_1\\tileset_1.yy", 190 | "resourceType": "GMTileSet" 191 | } 192 | }, 193 | { 194 | "Key": "8df8cbdc-c273-479a-83c9-496f2e62d294", 195 | "Value": { 196 | "id": "a74e5eb9-978f-47f3-aa50-20b7a3fa9baa", 197 | "resourcePath": "views\\8df8cbdc-c273-479a-83c9-496f2e62d294.yy", 198 | "resourceType": "GMFolder" 199 | } 200 | }, 201 | { 202 | "Key": "9c35e2b5-ef9d-468c-8d88-8e8636785ca0", 203 | "Value": { 204 | "id": "fe440907-a939-4974-83aa-853900a43472", 205 | "resourcePath": "views\\9c35e2b5-ef9d-468c-8d88-8e8636785ca0.yy", 206 | "resourceType": "GMFolder" 207 | } 208 | }, 209 | { 210 | "Key": "a09f41cd-a4f3-4818-9942-6c258e8a0b0e", 211 | "Value": { 212 | "id": "ae291c5c-f27e-44a2-a6a7-8192ba7a8297", 213 | "resourcePath": "views\\a09f41cd-a4f3-4818-9942-6c258e8a0b0e.yy", 214 | "resourceType": "GMFolder" 215 | } 216 | }, 217 | { 218 | "Key": "a9188620-a624-4a5a-83ae-a1b53faf038b", 219 | "Value": { 220 | "id": "3a6a5b33-9543-4fad-922d-403ffb3e8fa2", 221 | "resourcePath": "options\\linux\\options_linux.yy", 222 | "resourceType": "GMLinuxOptions" 223 | } 224 | }, 225 | { 226 | "Key": "a9c4bc40-93a0-4449-a951-9bfc82428101", 227 | "Value": { 228 | "id": "6b8e239a-9414-498c-85ae-23d5f8c1cb90", 229 | "resourcePath": "objects\\obj_collision\\obj_collision.yy", 230 | "resourceType": "GMObject" 231 | } 232 | }, 233 | { 234 | "Key": "aa4ccde8-d128-4dfe-a243-5efe2da9ff0d", 235 | "Value": { 236 | "id": "41ccb1a0-cf8e-4b28-a1fb-ce53f209bcd0", 237 | "resourcePath": "views\\aa4ccde8-d128-4dfe-a243-5efe2da9ff0d.yy", 238 | "resourceType": "GMFolder" 239 | } 240 | }, 241 | { 242 | "Key": "ac913661-4852-4ce1-89ce-3a031aed6119", 243 | "Value": { 244 | "id": "09ddc355-efe1-4b77-9431-3bc87009e880", 245 | "resourcePath": "sprites\\spr_tileset1\\spr_tileset1.yy", 246 | "resourceType": "GMSprite" 247 | } 248 | }, 249 | { 250 | "Key": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 251 | "Value": { 252 | "id": "201500e6-154c-4c05-8221-57fdd65f74e7", 253 | "resourcePath": "sprites\\spr_player\\spr_player.yy", 254 | "resourceType": "GMSprite" 255 | } 256 | }, 257 | { 258 | "Key": "af01d96e-a301-41cc-9c82-eb60af19cbae", 259 | "Value": { 260 | "id": "34f0d902-d0aa-4ab8-8d02-9d91150b816c", 261 | "resourcePath": "views\\af01d96e-a301-41cc-9c82-eb60af19cbae.yy", 262 | "resourceType": "GMFolder" 263 | } 264 | }, 265 | { 266 | "Key": "b4fe38c4-c338-4d32-b85f-1b41d9a2446d", 267 | "Value": { 268 | "id": "ae19ee11-6b01-4f2b-8f55-adf5cb081961", 269 | "resourcePath": "sprites\\spr_collision\\spr_collision.yy", 270 | "resourceType": "GMSprite" 271 | } 272 | }, 273 | { 274 | "Key": "b68cebe1-d0fa-44ed-8a26-595c2885a1fc", 275 | "Value": { 276 | "id": "1f6a859b-68fa-4564-bcb6-1fe387319eb4", 277 | "resourcePath": "views\\b68cebe1-d0fa-44ed-8a26-595c2885a1fc.yy", 278 | "resourceType": "GMFolder" 279 | } 280 | }, 281 | { 282 | "Key": "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 283 | "Value": { 284 | "id": "4450def6-f270-4dd7-8896-c9d8ac34be9b", 285 | "resourcePath": "sprites\\spr_scout\\spr_scout.yy", 286 | "resourceType": "GMSprite" 287 | } 288 | }, 289 | { 290 | "Key": "bffbcd96-a8c7-431f-af4f-7f66e8f84189", 291 | "Value": { 292 | "id": "bfee4d13-6e16-41f6-9fb7-095126af6fcd", 293 | "resourcePath": "rooms\\rm_1\\rm_1.yy", 294 | "resourceType": "GMRoom" 295 | } 296 | }, 297 | { 298 | "Key": "cc3b80a7-5d09-4bea-b9c8-b093f1b244c8", 299 | "Value": { 300 | "id": "ac219fd8-ba00-4bff-857c-93d7cdb409c8", 301 | "resourcePath": "views\\cc3b80a7-5d09-4bea-b9c8-b093f1b244c8.yy", 302 | "resourceType": "GMFolder" 303 | } 304 | }, 305 | { 306 | "Key": "cc98d028-7bdd-4680-85f3-c87a7baa481e", 307 | "Value": { 308 | "id": "a84e7ce1-a928-4a86-bd79-8355f266e12e", 309 | "resourcePath": "options\\windows\\options_windows.yy", 310 | "resourceType": "GMWindowsOptions" 311 | } 312 | }, 313 | { 314 | "Key": "d3e83dba-5be8-436f-866d-9a5a2120adb1", 315 | "Value": { 316 | "id": "ca2f0120-77ec-4bb4-8b0b-c12af28e2db0", 317 | "resourcePath": "views\\d3e83dba-5be8-436f-866d-9a5a2120adb1.yy", 318 | "resourceType": "GMFolder" 319 | } 320 | }, 321 | { 322 | "Key": "d74cdac8-2717-46a5-a8ed-5f732e02a268", 323 | "Value": { 324 | "id": "3b26d2bb-6a56-4a30-9c5a-47c3bcc83bb9", 325 | "resourcePath": "views\\d74cdac8-2717-46a5-a8ed-5f732e02a268.yy", 326 | "resourceType": "GMFolder" 327 | } 328 | }, 329 | { 330 | "Key": "e3e41b8b-b981-42ce-aab7-e6265764c7a8", 331 | "Value": { 332 | "id": "a24e4fd7-f4da-4da0-aff1-da1bb864c0b4", 333 | "resourcePath": "views\\e3e41b8b-b981-42ce-aab7-e6265764c7a8.yy", 334 | "resourceType": "GMFolder" 335 | } 336 | }, 337 | { 338 | "Key": "f1fbb653-bca3-4725-9e81-6a3556760d0c", 339 | "Value": { 340 | "id": "76dcd643-64fe-49d6-83ff-e15184b56150", 341 | "resourcePath": "objects\\obj_scout\\obj_scout.yy", 342 | "resourceType": "GMObject" 343 | } 344 | }, 345 | { 346 | "Key": "f418569b-3bdd-4706-a0e4-364317f54032", 347 | "Value": { 348 | "id": "1292899d-f280-4f75-93b4-b2ad6099dd3d", 349 | "resourcePath": "options\\mac\\options_mac.yy", 350 | "resourceType": "GMMacOptions" 351 | } 352 | }, 353 | { 354 | "Key": "f48fa589-53e5-4ce0-a010-c16b38192e31", 355 | "Value": { 356 | "id": "e950beb0-3503-4c3d-9cb9-8743c91d7c94", 357 | "resourcePath": "views\\f48fa589-53e5-4ce0-a010-c16b38192e31.yy", 358 | "resourceType": "GMFolder" 359 | } 360 | }, 361 | { 362 | "Key": "fd46d5b1-fe49-4ecf-b809-0a2449808fbe", 363 | "Value": { 364 | "id": "09d46108-701a-4592-906f-bcb479008507", 365 | "resourcePath": "sprites\\spr_tree\\spr_tree.yy", 366 | "resourceType": "GMSprite" 367 | } 368 | } 369 | ], 370 | "script_order": [ 371 | 372 | ], 373 | "tutorial": "" 374 | } -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Friendly Cosmonaut 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DEPTH SYSTEM 2 | A depth system for GameMaker Studio 2, which sorts objects based on their y position in the room. Unlike the famous "depth = -y", this system will not move instances out of their current layer, allowing easier organisation of instance and tile layers. 3 | 4 | Maintained by: friendlycosmonaut 5 | 6 | ## NOTE 7 | The only essential elements in this system are **depthsorter** and **par_depthobject**. You may delete everything else. 8 | 9 | ## ABOUT 10 | The system object **depthsorter** is the one that does the depth sorting. Every step of the game, it fills a depth grid (a grid data structure) with information, storing all the instance IDs and y positions of objects in the room. It does this by referencing any child of the parent **par_depthobject**. Then it sorts the grid based on y position, and loops through and draws all of the instances in order (by having them perform their draw event). Like sticking stickers onto a board, this ensures the instances are drawn in the "correct" order, consistent with our conception of "depth". 11 | 12 | ## PAR_DEPTHOBJECT 13 | If you want an object to have its depth sorted, you will need to make it a child of the **par_depthobject**. Note that the **par_depthobject** also contains some default events that its children will inherit, so remember to put event_inherited() at the start of these events if applicable: 14 | #### CREATE EVENT: 15 | Turn off visibilty (this IS doable manually by unchecking the visible check). This removes the children from the rendering pipeline so that they no longer draw themselves (and are not processed). The depthsorter object will be drawing them. 16 | #### DRAW EVENT: 17 | I have put in a default draw event that draws a shadow, and then draws the instance. You may want to simply have the default be draw_self(). Or, you may want to overwrite this event in the children to draw more complex objects. 18 | 19 | ## DEPTHSORTER 20 | You will need to put the **depthsorter** object in the Instances layer of your room. You may want to make this object persistent, and have it add itself to the correct layer (the layer where the instances are) at the start of every room. 21 | 22 | ## TILES 23 | This system does NOT sort tiles. However in the example room, I have put in some examples of how you can still take advantage of tile layers above and below the Instances layer to give the illusion of depth. 24 | -------------------------------------------------------------------------------- /objects/depthsorter/Create_0.gml: -------------------------------------------------------------------------------- 1 | ds_depthgrid = ds_grid_create(2, 1); -------------------------------------------------------------------------------- /objects/depthsorter/Draw_0.gml: -------------------------------------------------------------------------------- 1 | //Resize Grid 2 | var dgrid = ds_depthgrid; 3 | var inst_num = instance_number(par_depthobject); 4 | ds_grid_resize(dgrid, 2, inst_num); 5 | 6 | //Add Instances to the Grid 7 | var yy = 0; with(par_depthobject){ 8 | dgrid[# 0, yy] = id; 9 | dgrid[# 1, yy] = y; 10 | yy += 1; 11 | } 12 | 13 | //Sort the grid in ascending order 14 | ds_grid_sort(dgrid, 1, true); 15 | 16 | //Loop through the grid and draw all the instances 17 | yy = 0; var inst; 18 | repeat(inst_num) { 19 | //pull out an ID 20 | inst = dgrid[# 0, yy]; 21 | //get instance to draw itself 22 | with(inst){ event_perform(ev_draw, 0); } 23 | 24 | yy += 1; 25 | } -------------------------------------------------------------------------------- /objects/depthsorter/depthsorter.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "556893b0-c414-45f4-b592-5ae7021b4e74", 3 | "modelName": "GMObject", 4 | "mvc": "1.0", 5 | "name": "depthsorter", 6 | "eventList": [ 7 | { 8 | "id": "17555534-12e4-4471-8943-a5292e0b17df", 9 | "modelName": "GMEvent", 10 | "mvc": "1.0", 11 | "IsDnD": false, 12 | "collisionObjectId": "00000000-0000-0000-0000-000000000000", 13 | "enumb": 0, 14 | "eventtype": 0, 15 | "m_owner": "556893b0-c414-45f4-b592-5ae7021b4e74" 16 | }, 17 | { 18 | "id": "22d0195b-a443-4daa-ae5c-f704c06a9b8d", 19 | "modelName": "GMEvent", 20 | "mvc": "1.0", 21 | "IsDnD": false, 22 | "collisionObjectId": "00000000-0000-0000-0000-000000000000", 23 | "enumb": 0, 24 | "eventtype": 8, 25 | "m_owner": "556893b0-c414-45f4-b592-5ae7021b4e74" 26 | } 27 | ], 28 | "maskSpriteId": "00000000-0000-0000-0000-000000000000", 29 | "overriddenProperties": null, 30 | "parentObjectId": "00000000-0000-0000-0000-000000000000", 31 | "persistent": false, 32 | "physicsAngularDamping": 0.1, 33 | "physicsDensity": 0.5, 34 | "physicsFriction": 0.2, 35 | "physicsGroup": 0, 36 | "physicsKinematic": false, 37 | "physicsLinearDamping": 0.1, 38 | "physicsObject": false, 39 | "physicsRestitution": 0.1, 40 | "physicsSensor": false, 41 | "physicsShape": 1, 42 | "physicsShapePoints": null, 43 | "physicsStartAwake": true, 44 | "properties": null, 45 | "solid": false, 46 | "spriteId": "00000000-0000-0000-0000-000000000000", 47 | "visible": true 48 | } -------------------------------------------------------------------------------- /objects/obj_collision/obj_collision.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "a9c4bc40-93a0-4449-a951-9bfc82428101", 3 | "modelName": "GMObject", 4 | "mvc": "1.0", 5 | "name": "obj_collision", 6 | "eventList": [ 7 | 8 | ], 9 | "maskSpriteId": "00000000-0000-0000-0000-000000000000", 10 | "overriddenProperties": null, 11 | "parentObjectId": "00000000-0000-0000-0000-000000000000", 12 | "persistent": false, 13 | "physicsAngularDamping": 0.1, 14 | "physicsDensity": 0.5, 15 | "physicsFriction": 0.2, 16 | "physicsGroup": 0, 17 | "physicsKinematic": false, 18 | "physicsLinearDamping": 0.1, 19 | "physicsObject": false, 20 | "physicsRestitution": 0.1, 21 | "physicsSensor": false, 22 | "physicsShape": 1, 23 | "physicsShapePoints": null, 24 | "physicsStartAwake": true, 25 | "properties": null, 26 | "solid": false, 27 | "spriteId": "b4fe38c4-c338-4d32-b85f-1b41d9a2446d", 28 | "visible": true 29 | } -------------------------------------------------------------------------------- /objects/obj_greentree/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited(); -------------------------------------------------------------------------------- /objects/obj_greentree/obj_greentree.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "638c7030-5359-4b3c-8e90-60cb3fcb9704", 3 | "modelName": "GMObject", 4 | "mvc": "1.0", 5 | "name": "obj_greentree", 6 | "eventList": [ 7 | { 8 | "id": "e4997105-cae8-4771-89b3-331a72cf92fa", 9 | "modelName": "GMEvent", 10 | "mvc": "1.0", 11 | "IsDnD": false, 12 | "collisionObjectId": "00000000-0000-0000-0000-000000000000", 13 | "enumb": 0, 14 | "eventtype": 0, 15 | "m_owner": "638c7030-5359-4b3c-8e90-60cb3fcb9704" 16 | } 17 | ], 18 | "maskSpriteId": "00000000-0000-0000-0000-000000000000", 19 | "parentObjectId": "2d0a83ba-80a2-40b2-8805-93347555ef97", 20 | "persistent": false, 21 | "physicsAngularDamping": 0.1, 22 | "physicsDensity": 0.5, 23 | "physicsFriction": 0.2, 24 | "physicsGroup": 0, 25 | "physicsKinematic": false, 26 | "physicsLinearDamping": 0.1, 27 | "physicsObject": false, 28 | "physicsRestitution": 0.1, 29 | "physicsSensor": false, 30 | "physicsShape": 1, 31 | "physicsShapePoints": null, 32 | "physicsStartAwake": true, 33 | "solid": false, 34 | "spriteId": "fd46d5b1-fe49-4ecf-b809-0a2449808fbe", 35 | "visible": true 36 | } -------------------------------------------------------------------------------- /objects/obj_king/Step_0.gml: -------------------------------------------------------------------------------- 1 | 2 | //---------GET PLAYER INPUT 3 | input_left = keyboard_check(vk_left); 4 | input_right = keyboard_check(vk_right); 5 | input_up = keyboard_check(vk_up); 6 | input_down = keyboard_check(vk_down); 7 | 8 | //---------RESET MOVEMENT VARIABLES 9 | moveX = 0; 10 | moveY = 0; 11 | 12 | //---------GET INTENDED MOVEMENT 13 | var spd = 2; 14 | moveX = (input_right - input_left) * spd; 15 | moveY = (input_down - input_up) * spd; 16 | 17 | //---------COLLISIONS 18 | if(place_meeting(x+moveX, y, obj_collision)){ moveX = 0; } 19 | if(place_meeting(x, y+moveY, obj_collision)){ moveY = 0; } 20 | 21 | //---------APPLY MOVEMENT 22 | x += moveX; 23 | y += moveY; 24 | 25 | //---------HANDLE SPRITE 26 | if(moveX != 0){ 27 | image_xscale = sign(moveX); 28 | sprite_index = spr_player; 29 | } else if(moveY != 0){ 30 | sprite_index = spr_player; 31 | } else { 32 | sprite_index = spr_player_idle; 33 | } 34 | 35 | //---------CAMERA 36 | camera_set_view_pos(view_camera[0], x - (camera_get_view_width(view_camera[0])*0.5), y - (camera_get_view_height(view_camera[0])*0.5)); -------------------------------------------------------------------------------- /objects/obj_king/obj_king.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "227a1abf-7147-4a8b-bb31-62a5d3a9a07e", 3 | "modelName": "GMObject", 4 | "mvc": "1.0", 5 | "name": "obj_king", 6 | "eventList": [ 7 | { 8 | "id": "88e8a5de-8435-4972-968c-9064ed9fb504", 9 | "modelName": "GMEvent", 10 | "mvc": "1.0", 11 | "IsDnD": false, 12 | "collisionObjectId": "00000000-0000-0000-0000-000000000000", 13 | "enumb": 0, 14 | "eventtype": 3, 15 | "m_owner": "227a1abf-7147-4a8b-bb31-62a5d3a9a07e" 16 | } 17 | ], 18 | "maskSpriteId": "00000000-0000-0000-0000-000000000000", 19 | "overriddenProperties": null, 20 | "parentObjectId": "2d0a83ba-80a2-40b2-8805-93347555ef97", 21 | "persistent": false, 22 | "physicsAngularDamping": 0.1, 23 | "physicsDensity": 0.5, 24 | "physicsFriction": 0.2, 25 | "physicsGroup": 0, 26 | "physicsKinematic": false, 27 | "physicsLinearDamping": 0.1, 28 | "physicsObject": false, 29 | "physicsRestitution": 0.1, 30 | "physicsSensor": false, 31 | "physicsShape": 1, 32 | "physicsShapePoints": null, 33 | "physicsStartAwake": true, 34 | "properties": null, 35 | "solid": false, 36 | "spriteId": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 37 | "visible": true 38 | } -------------------------------------------------------------------------------- /objects/obj_knight/obj_knight.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "78fc92d3-2675-43e1-a794-30066b3aea37", 3 | "modelName": "GMObject", 4 | "mvc": "1.0", 5 | "name": "obj_knight", 6 | "eventList": [ 7 | 8 | ], 9 | "maskSpriteId": "00000000-0000-0000-0000-000000000000", 10 | "overriddenProperties": null, 11 | "parentObjectId": "2d0a83ba-80a2-40b2-8805-93347555ef97", 12 | "persistent": false, 13 | "physicsAngularDamping": 0.1, 14 | "physicsDensity": 0.5, 15 | "physicsFriction": 0.2, 16 | "physicsGroup": 0, 17 | "physicsKinematic": false, 18 | "physicsLinearDamping": 0.1, 19 | "physicsObject": false, 20 | "physicsRestitution": 0.1, 21 | "physicsSensor": false, 22 | "physicsShape": 1, 23 | "physicsShapePoints": null, 24 | "physicsStartAwake": true, 25 | "properties": null, 26 | "solid": false, 27 | "spriteId": "583b7bc3-11a0-419c-8028-17f69745ce53", 28 | "visible": true 29 | } -------------------------------------------------------------------------------- /objects/obj_scout/obj_scout.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "f1fbb653-bca3-4725-9e81-6a3556760d0c", 3 | "modelName": "GMObject", 4 | "mvc": "1.0", 5 | "name": "obj_scout", 6 | "eventList": [ 7 | 8 | ], 9 | "maskSpriteId": "00000000-0000-0000-0000-000000000000", 10 | "overriddenProperties": null, 11 | "parentObjectId": "2d0a83ba-80a2-40b2-8805-93347555ef97", 12 | "persistent": false, 13 | "physicsAngularDamping": 0.1, 14 | "physicsDensity": 0.5, 15 | "physicsFriction": 0.2, 16 | "physicsGroup": 0, 17 | "physicsKinematic": false, 18 | "physicsLinearDamping": 0.1, 19 | "physicsObject": false, 20 | "physicsRestitution": 0.1, 21 | "physicsSensor": false, 22 | "physicsShape": 1, 23 | "physicsShapePoints": null, 24 | "physicsStartAwake": true, 25 | "properties": null, 26 | "solid": false, 27 | "spriteId": "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 28 | "visible": true 29 | } -------------------------------------------------------------------------------- /objects/par_depthobject/Create_0.gml: -------------------------------------------------------------------------------- 1 | //Turn off visibility (the objects do NOT draw themselves) 2 | //Can do this manually by unchecking the "visible" in object editor 3 | 4 | visible = false; -------------------------------------------------------------------------------- /objects/par_depthobject/Draw_0.gml: -------------------------------------------------------------------------------- 1 | //Default Draw event for objects (children will inherit this) 2 | 3 | draw_sprite_ext(spr_shadow, 0, x, y, 1.1*image_xscale, 1, 0, c_white, .5); 4 | 5 | draw_self(); -------------------------------------------------------------------------------- /objects/par_depthobject/par_depthobject.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "2d0a83ba-80a2-40b2-8805-93347555ef97", 3 | "modelName": "GMObject", 4 | "mvc": "1.0", 5 | "name": "par_depthobject", 6 | "eventList": [ 7 | { 8 | "id": "0c35f44a-c321-4a70-91d8-2c9558e5c237", 9 | "modelName": "GMEvent", 10 | "mvc": "1.0", 11 | "IsDnD": false, 12 | "collisionObjectId": "00000000-0000-0000-0000-000000000000", 13 | "enumb": 0, 14 | "eventtype": 0, 15 | "m_owner": "2d0a83ba-80a2-40b2-8805-93347555ef97" 16 | }, 17 | { 18 | "id": "cd87efef-cddf-4fa5-9025-fa8070f354d3", 19 | "modelName": "GMEvent", 20 | "mvc": "1.0", 21 | "IsDnD": false, 22 | "collisionObjectId": "00000000-0000-0000-0000-000000000000", 23 | "enumb": 0, 24 | "eventtype": 8, 25 | "m_owner": "2d0a83ba-80a2-40b2-8805-93347555ef97" 26 | } 27 | ], 28 | "maskSpriteId": "00000000-0000-0000-0000-000000000000", 29 | "overriddenProperties": null, 30 | "parentObjectId": "00000000-0000-0000-0000-000000000000", 31 | "persistent": false, 32 | "physicsAngularDamping": 0.1, 33 | "physicsDensity": 0.5, 34 | "physicsFriction": 0.2, 35 | "physicsGroup": 0, 36 | "physicsKinematic": false, 37 | "physicsLinearDamping": 0.1, 38 | "physicsObject": false, 39 | "physicsRestitution": 0.1, 40 | "physicsSensor": false, 41 | "physicsShape": 1, 42 | "physicsShapePoints": null, 43 | "physicsStartAwake": true, 44 | "properties": null, 45 | "solid": false, 46 | "spriteId": "00000000-0000-0000-0000-000000000000", 47 | "visible": true 48 | } -------------------------------------------------------------------------------- /options/linux/options_linux.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "a9188620-a624-4a5a-83ae-a1b53faf038b", 3 | "modelName": "GMLinuxOptions", 4 | "mvc": "1.0", 5 | "name": "Linux", 6 | "option_linux_allow_fullscreen": false, 7 | "option_linux_display_cursor": true, 8 | "option_linux_display_name": "Made in GameMaker Studio 2", 9 | "option_linux_display_splash": false, 10 | "option_linux_enable_steam": false, 11 | "option_linux_homepage": "http:\/\/www.yoyogames.com", 12 | "option_linux_icon": "${base_options_dir}\/linux\/icons\/64.png", 13 | "option_linux_interpolate_pixels": false, 14 | "option_linux_long_desc": "", 15 | "option_linux_maintainer_email": "", 16 | "option_linux_resize_window": false, 17 | "option_linux_scale": 0, 18 | "option_linux_short_desc": "", 19 | "option_linux_splash_screen": "${base_options_dir}\/linux\/splash\/splash.png", 20 | "option_linux_start_fullscreen": false, 21 | "option_linux_sync": false, 22 | "option_linux_texture_page": "2048x2048", 23 | "option_linux_version": { 24 | "build": 0, 25 | "major": 1, 26 | "minor": 0, 27 | "revision": 0 28 | } 29 | } -------------------------------------------------------------------------------- /options/mac/options_mac.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "f418569b-3bdd-4706-a0e4-364317f54032", 3 | "modelName": "GMMacOptions", 4 | "mvc": "1.0", 5 | "name": "macOS", 6 | "option_mac_allow_fullscreen": false, 7 | "option_mac_allow_incoming_network": false, 8 | "option_mac_allow_outgoing_network": false, 9 | "option_mac_app_category": "", 10 | "option_mac_app_id": "com.company.game", 11 | "option_mac_build_app_store": false, 12 | "option_mac_copyright": "(c) 2017 CompanyName", 13 | "option_mac_display_cursor": true, 14 | "option_mac_display_name": "Made in GameMaker Studio 2", 15 | "option_mac_enable_steam": false, 16 | "option_mac_icon_png": "${base_options_dir}\/mac\/icons\/1024.png", 17 | "option_mac_interpolate_pixels": false, 18 | "option_mac_menu_dock": false, 19 | "option_mac_output_dir": "~\/GameMakerStudio2\/Mac", 20 | "option_mac_resize_window": false, 21 | "option_mac_scale": 0, 22 | "option_mac_signing_identity": "Developer ID Application:", 23 | "option_mac_splash_png": "${base_options_dir}\/mac\/splash\/splash.png", 24 | "option_mac_start_fullscreen": false, 25 | "option_mac_team_id": "", 26 | "option_mac_texture_page": "2048x2048", 27 | "option_mac_version": { 28 | "build": 0, 29 | "major": 1, 30 | "minor": 0, 31 | "revision": 0 32 | }, 33 | "option_mac_vsync": true 34 | } -------------------------------------------------------------------------------- /options/main/inherited/options_main.inherited.yy: -------------------------------------------------------------------------------- 1 | 1.0.0←ed6a955d-5826-4f98-a450-10b414266c27←ed6a955d-5826-4f98-a450-10b414266c27|{ 2 | "option_gameguid": "3fbfe4a7-8372-4bcc-bb6c-c106e48c8b58", 3 | "option_lastchanged": "11 February 2018 11:50:58", 4 | "option_game_speed": 60, 5 | "option_sci_usesci": true 6 | }←1225f6b0-ac20-43bd-a82e-be73fa0b6f4f|{ 7 | "targets": 29263750006690030 8 | }←7b2c4976-1e09-44e5-8256-c527145e03bb|{ 9 | "targets": 29263750006690030 10 | } -------------------------------------------------------------------------------- /options/windows/options_windows.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "cc98d028-7bdd-4680-85f3-c87a7baa481e", 3 | "modelName": "GMWindowsOptions", 4 | "mvc": "1.0", 5 | "name": "Windows", 6 | "option_windows_allow_fullscreen_switching": false, 7 | "option_windows_borderless": false, 8 | "option_windows_company_info": "YoYo Games Ltd", 9 | "option_windows_copy_exe_to_dest": false, 10 | "option_windows_copyright_info": "(c) 2017 CompanyName", 11 | "option_windows_description_info": "A GameMaker Studio 2 Game", 12 | "option_windows_display_cursor": true, 13 | "option_windows_display_name": "Made in GameMaker Studio 2", 14 | "option_windows_enable_steam": false, 15 | "option_windows_executable_name": "${project_name}", 16 | "option_windows_icon": "${base_options_dir}\\windows\\icons\\icon.ico", 17 | "option_windows_installer_finished": "${base_options_dir}\\windows\\installer\\finished.bmp", 18 | "option_windows_installer_header": "${base_options_dir}\\windows\\installer\\header.bmp", 19 | "option_windows_interpolate_pixels": false, 20 | "option_windows_license": "${base_options_dir}\\windows\\installer\\license.txt", 21 | "option_windows_nsis_file": "${base_options_dir}\\windows\\installer\\nsis_script.nsi", 22 | "option_windows_product_info": "Made in GameMaker Studio 2", 23 | "option_windows_resize_window": false, 24 | "option_windows_save_location": 0, 25 | "option_windows_scale": 0, 26 | "option_windows_sleep_margin": 10, 27 | "option_windows_splash_screen": "${base_options_dir}\\windows\\splash\\splash.png", 28 | "option_windows_start_fullscreen": false, 29 | "option_windows_texture_page": "2048x2048", 30 | "option_windows_use_splash": false, 31 | "option_windows_version": { 32 | "build": 0, 33 | "major": 1, 34 | "minor": 0, 35 | "revision": 0 36 | }, 37 | "option_windows_vsync": false 38 | } -------------------------------------------------------------------------------- /rooms/rm_1/rm_1.yy: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "name": "rm_1", 4 | "id": "bffbcd96-a8c7-431f-af4f-7f66e8f84189", 5 | "creationCodeFile": "", 6 | "inheritCode": false, 7 | "inheritCreationOrder": false, 8 | "inheritLayers": false, 9 | "instanceCreationOrderIDs": [ 10 | "b5e5ee5b-c227-4ab6-a1eb-53f77e3fbbc6", 11 | "31bfd7b5-9dd4-4170-abd7-567f8fdf8b43", 12 | "9c56c96f-4484-4a32-92fb-4a50349caed0", 13 | "0e36c9df-f649-4780-b60a-ed39b4714a37", 14 | "abc66ca7-a014-4feb-bd22-576adda55d7e", 15 | "46473e6c-f4fa-418b-a022-2fb5b7e81ced", 16 | "0923863e-e764-4455-bbe0-399653ce0b14", 17 | "10bdc694-65ca-4878-91bf-2d0a574487e6", 18 | "b83d709b-0af1-4eda-916c-6167c380181c", 19 | "89155dbd-73c0-42f4-b4dd-f6f307cf575b", 20 | "b45f2e5f-f48a-494c-9768-776e42f8b0a7", 21 | "cc56254c-449c-4181-abf6-7183bd27461a", 22 | "97c53f90-a3aa-404f-80e8-51b7389a9e44", 23 | "0744b769-acb3-404d-8a1c-5b13eea4bc8b", 24 | "f2eaa672-376f-440d-8371-6fbb6a21569d", 25 | "fbf0ad67-1130-46ec-96da-d38c352a2306", 26 | "928a78df-b3b7-42d2-9331-dc3f0847f900", 27 | "440d9c5f-15d6-4ac6-88a1-2c07f95fff3e", 28 | "364af273-86d5-4f83-87b4-9f0a69d84333", 29 | "2a6cf5c8-75c7-4487-b78a-0745bbd1ade4", 30 | "3ba581ee-9de9-49cb-8044-f7b41e955d6d", 31 | "b489f5dd-ff01-4ca3-a17c-d1516514c6ad", 32 | "5e66e76e-bd76-4ea1-8e10-d9233452ac2a", 33 | "93ec8901-7e3e-4149-bbe2-4a05a15fb609", 34 | "e8ca3fe1-8ab2-485f-86a6-aef3e3a6cb52", 35 | "37b096f3-7369-4633-a7f0-520c0c0348ce", 36 | "21b1efa9-45eb-4898-a051-27ae394704ca", 37 | "3741fbb7-1349-49ed-8e5a-1ce679f64669", 38 | "0cd01296-da16-4594-9d8c-32c916152655", 39 | "185bb2ba-5567-4c7b-9ca6-4fc741825ab3", 40 | "4cd63cc2-f789-4bdd-8a38-c6529d805e24", 41 | "9dbee1d1-4f32-4703-b7e1-56c78e585f0a", 42 | "5654586b-47ec-4bf1-91a1-6b1f65e666a5", 43 | "4914b680-3624-4589-8ac2-8da4390e6dbf", 44 | "c8d04019-40bf-4ec8-9072-a2d86b30f5b8", 45 | "48350d8a-3076-4d54-9813-5303ce2b2ef6", 46 | "29f86442-8bd4-4b2f-8877-171ff33ac325", 47 | "49409981-f7f6-4551-8bd0-e1b9a981921e", 48 | "323a090c-3574-4127-8d28-36fcf2cdde1c", 49 | "60555508-47c8-4c7a-9146-199376bbd20f", 50 | "606d985a-0880-4032-ab35-433f4f3e0c5a", 51 | "259a4df5-2ac4-471b-a670-896a3549a349", 52 | "d1798cea-6660-45dd-be9b-7b490709397c", 53 | "bc204b8a-a22c-4f10-a7e2-e8dec0118267", 54 | "4613a293-c6a8-4335-9142-9833c7958c2c", 55 | "9d06c90b-b57a-4d12-a177-79f04d7dd8aa", 56 | "c2de2dc3-f608-4033-ab90-101389f73f53", 57 | "2ab4f700-bb99-40fd-b5f3-be5b750a92ec", 58 | "ce536898-cc3d-42bc-a2a9-6d1c497cba73", 59 | "471aeb23-4412-4cd8-8733-e3f719f85550", 60 | "f152b8d7-def2-4bd4-96d5-78f7e9d96e66", 61 | "0b75e34b-7b5e-4cb9-b553-9f06a34619a6", 62 | "d92e406e-4ffa-4241-a65e-b7637d876019", 63 | "4585d0ba-d030-4c46-ad8c-f2e19ca1dfd6", 64 | "e985a223-fc5e-4b89-a499-30c1422fe1c9", 65 | "c5705874-b4f0-4faf-9a49-89a59b7f6d6e", 66 | "6c714500-aac7-4fc4-9827-d82e51d6cef2", 67 | "42ba752a-3391-4e5c-8932-39f47655ac84", 68 | "ea48f7f3-201c-4f45-8d99-0762ff659473", 69 | "c07e2aeb-4347-4a0c-9fcb-4631b0e1279a" 70 | ], 71 | "IsDnD": false, 72 | "layers": [ 73 | { 74 | "__type": "GMRInstanceLayer_Model:#YoYoStudio.MVCFormat", 75 | "name": "Collisions", 76 | "id": "66d3945b-1ceb-49e3-b731-c1bec9900195", 77 | "depth": -200, 78 | "grid_x": 16, 79 | "grid_y": 16, 80 | "hierarchyFrozen": false, 81 | "hierarchyVisible": false, 82 | "inheritLayerDepth": false, 83 | "inheritLayerSettings": false, 84 | "inheritSubLayers": false, 85 | "inheritVisibility": false, 86 | "instances": [ 87 | {"name": "inst_18669888","id": "3741fbb7-1349-49ed-8e5a-1ce679f64669","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_18669888","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 15,"scaleY": 1,"mvc": "1.0","x": 784,"y": 240}, 88 | {"name": "inst_214D0F93","id": "0cd01296-da16-4594-9d8c-32c916152655","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_214D0F93","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 13,"mvc": "1.0","x": 736,"y": 0}, 89 | {"name": "inst_57C5A6D6","id": "185bb2ba-5567-4c7b-9ca6-4fc741825ab3","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_57C5A6D6","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 7,"mvc": "1.0","x": 800,"y": 0}, 90 | {"name": "inst_AFCDD4C","id": "4cd63cc2-f789-4bdd-8a38-c6529d805e24","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_AFCDD4C","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 8,"mvc": "1.0","x": 784,"y": 112}, 91 | {"name": "inst_1FA8C0AD","id": "9dbee1d1-4f32-4703-b7e1-56c78e585f0a","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_1FA8C0AD","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 2,"mvc": "1.0","x": 720,"y": 208}, 92 | {"name": "inst_10D2437F","id": "5654586b-47ec-4bf1-91a1-6b1f65e666a5","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_10D2437F","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 38,"scaleY": 1,"mvc": "1.0","x": 112,"y": 224}, 93 | {"name": "inst_6F53EEB3","id": "4914b680-3624-4589-8ac2-8da4390e6dbf","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_6F53EEB3","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 23,"mvc": "1.0","x": 112,"y": 240}, 94 | {"name": "inst_FDE88F0","id": "c8d04019-40bf-4ec8-9072-a2d86b30f5b8","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_FDE88F0","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 6,"scaleY": 1,"mvc": "1.0","x": 128,"y": 592}, 95 | {"name": "inst_65DC1076","id": "48350d8a-3076-4d54-9813-5303ce2b2ef6","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_65DC1076","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 208,"y": 608}, 96 | {"name": "inst_48058E1E","id": "29f86442-8bd4-4b2f-8877-171ff33ac325","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_48058E1E","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 11,"scaleY": 1,"mvc": "1.0","x": 208,"y": 624}, 97 | {"name": "inst_9D1705F","id": "49409981-f7f6-4551-8bd0-e1b9a981921e","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_9D1705F","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 41,"scaleY": 1,"mvc": "1.0","x": 368,"y": 640}, 98 | {"name": "inst_53AFE938","id": "323a090c-3574-4127-8d28-36fcf2cdde1c","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_53AFE938","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 2,"scaleY": 3,"mvc": "1.0","x": 368,"y": 512}, 99 | {"name": "inst_278F359D","id": "60555508-47c8-4c7a-9146-199376bbd20f","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_278F359D","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 15,"scaleY": 1,"mvc": "1.0","x": 352,"y": 384}, 100 | {"name": "inst_E82D9B9","id": "606d985a-0880-4032-ab35-433f4f3e0c5a","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_E82D9B9","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 3,"scaleY": 1,"mvc": "1.0","x": 576,"y": 368}, 101 | {"name": "inst_7839CB6","id": "259a4df5-2ac4-471b-a670-896a3549a349","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_7839CB6","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 2,"scaleY": 1,"mvc": "1.0","x": 656,"y": 384}, 102 | {"name": "inst_5CACB6E5","id": "d1798cea-6660-45dd-be9b-7b490709397c","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_5CACB6E5","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 8,"scaleY": 1,"mvc": "1.0","x": 672,"y": 400}, 103 | {"name": "inst_2E176946","id": "bc204b8a-a22c-4f10-a7e2-e8dec0118267","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_2E176946","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 15,"scaleY": 1,"mvc": "1.0","x": 784,"y": 384}, 104 | {"name": "inst_4DE3D042","id": "4613a293-c6a8-4335-9142-9833c7958c2c","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4DE3D042","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 11,"scaleY": 1,"mvc": "1.0","x": 352,"y": 400}, 105 | {"name": "inst_74E2E5A2","id": "9d06c90b-b57a-4d12-a177-79f04d7dd8aa","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_74E2E5A2","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 5,"scaleY": 1,"mvc": "1.0","x": 512,"y": 416}, 106 | {"name": "inst_6D73748E","id": "c2de2dc3-f608-4033-ab90-101389f73f53","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_6D73748E","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 3,"scaleY": 1,"mvc": "1.0","x": 576,"y": 432}, 107 | {"name": "inst_705931E7","id": "2ab4f700-bb99-40fd-b5f3-be5b750a92ec","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_705931E7","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 3,"scaleY": 1,"mvc": "1.0","x": 656,"y": 416}, 108 | {"name": "inst_42A4C62B","id": "ce536898-cc3d-42bc-a2a9-6d1c497cba73","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_42A4C62B","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 7,"scaleY": 1,"mvc": "1.0","x": 688,"y": 432}, 109 | {"name": "inst_1A2A27BD","id": "471aeb23-4412-4cd8-8733-e3f719f85550","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_1A2A27BD","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 6,"scaleY": 1,"mvc": "1.0","x": 784,"y": 448}, 110 | {"name": "inst_6CF6461D","id": "f152b8d7-def2-4bd4-96d5-78f7e9d96e66","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_6CF6461D","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 4,"scaleY": 1,"mvc": "1.0","x": 864,"y": 464}, 111 | {"name": "inst_47E4F95E","id": "0b75e34b-7b5e-4cb9-b553-9f06a34619a6","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_47E4F95E","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 7,"scaleY": 1,"mvc": "1.0","x": 912,"y": 480}, 112 | {"name": "inst_5D1FC3F4","id": "d92e406e-4ffa-4241-a65e-b7637d876019","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_5D1FC3F4","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 5,"scaleY": 1,"mvc": "1.0","x": 736,"y": -16}, 113 | {"name": "inst_26BF4B93","id": "4585d0ba-d030-4c46-ad8c-f2e19ca1dfd6","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_26BF4B93","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 10,"mvc": "1.0","x": 1024,"y": 240}, 114 | {"name": "inst_4B810E17","id": "e985a223-fc5e-4b89-a499-30c1422fe1c9","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4B810E17","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 11,"mvc": "1.0","x": 1024,"y": 480}, 115 | {"name": "inst_CC1001A","id": "c5705874-b4f0-4faf-9a49-89a59b7f6d6e","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_CC1001A","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 3,"mvc": "1.0","x": 608,"y": 384}, 116 | {"name": "inst_73215A13","id": "6c714500-aac7-4fc4-9827-d82e51d6cef2","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_73215A13","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 4,"mvc": "1.0","x": 640,"y": 368}, 117 | {"name": "inst_6BB4920","id": "42ba752a-3391-4e5c-8932-39f47655ac84","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_6BB4920","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 3,"scaleY": 3,"mvc": "1.0","x": 400,"y": 528}, 118 | {"name": "inst_7730A7E7","id": "ea48f7f3-201c-4f45-8d99-0762ff659473","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_7730A7E7","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 2,"scaleY": 1,"mvc": "1.0","x": 416,"y": 512}, 119 | {"name": "inst_25961788","id": "c07e2aeb-4347-4a0c-9fcb-4631b0e1279a","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_25961788","objId": "a9c4bc40-93a0-4449-a951-9bfc82428101","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 2,"mvc": "1.0","x": 448,"y": 528} 120 | ], 121 | "layers": [ 122 | 123 | ], 124 | "m_parentID": "00000000-0000-0000-0000-000000000000", 125 | "m_serialiseFrozen": false, 126 | "modelName": "GMRInstanceLayer", 127 | "mvc": "1.0", 128 | "userdefined_depth": false, 129 | "visible": false 130 | }, 131 | { 132 | "__type": "GMRTileLayer_Model:#YoYoStudio.MVCFormat", 133 | "name": "Tiles_Above", 134 | "id": "b050a67c-26d6-4ea0-b980-dd03f4216efd", 135 | "depth": -100, 136 | "grid_x": 32, 137 | "grid_y": 32, 138 | "hierarchyFrozen": false, 139 | "hierarchyVisible": true, 140 | "inheritLayerDepth": false, 141 | "inheritLayerSettings": false, 142 | "inheritSubLayers": false, 143 | "inheritVisibility": false, 144 | "layers": [ 145 | 146 | ], 147 | "m_parentID": "00000000-0000-0000-0000-000000000000", 148 | "m_serialiseFrozen": false, 149 | "modelName": "GMRTileLayer", 150 | "prev_tileheight": 16, 151 | "prev_tilewidth": 16, 152 | "mvc": "1.0", 153 | "tiles": { 154 | "SerialiseData": null, 155 | "SerialiseHeight": 48, 156 | "SerialiseWidth": 64, 157 | "TileSerialiseData": [ 158 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,46,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648, 159 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,46,107,108,109,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648, 160 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,107,108,109,2147483648,88,2147483648,2147483648,2147483648,46,129,130,131,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648, 161 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,129,130,131,2147483648,88,2147483648,2147483648,2147483648,46,151,152,153,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648, 162 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,151,152,153,2147483648,88,2147483648,2147483648,2147483648,46,173,174,175,107,108,109,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 163 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,173,174,175,2147483648,88,2147483648,2147483648,2147483648,46,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,107,108,109, 164 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,88,2147483648,2147483648,92,107,108,109,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,129,130,131, 165 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,151,152,153,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,2147483648,107,108,109,88,2147483648,2147483648,46,129,130,131,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,151,152,153, 166 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,151,152,153,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,173,174,175,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,129,130,131,88,2147483648,2147483648,46,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175, 167 | 2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,151,152,153,2147483648,2147483648,107,108,109,2147483648,2147483648,151,152,153,107,108,109,2147483648,151,152,153,88,2147483648,2147483648,46,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 168 | 2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,173,174,175,2147483648,2147483648,129,130,131,2147483648,2147483648,173,174,175,129,130,131,2147483648,173,174,175,88,2147483648,2147483648,46,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648, 169 | 2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,45,0,2147483648,2147483648,46,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648, 170 | 2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,46,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648, 171 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,45,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,2147483648,2147483648,2147483648,46,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648, 172 | 107,108,109,2147483648,2147483648,2147483648,2147483648,88,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,2147483648,2147483648,2147483648,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 173 | 129,130,131,2147483648,2147483648,2147483648,2147483648,88,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 174 | 151,152,153,2147483648,107,108,109,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 175 | 173,174,175,2147483648,129,130,131,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 176 | 2147483648,2147483648,2147483648,2147483648,151,152,153,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 177 | 2147483648,2147483648,2147483648,2147483648,173,174,175,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 178 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 179 | 2147483648,2147483648,107,108,109,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 180 | 2147483648,2147483648,129,130,131,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 181 | 2147483648,2147483648,151,152,153,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 182 | 2147483648,2147483648,173,174,175,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 183 | 107,108,109,2147483648,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 184 | 129,130,131,2147483648,107,108,109,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 185 | 151,152,153,2147483648,129,130,131,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 186 | 173,174,175,2147483648,151,152,153,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 187 | 2147483648,107,108,109,173,174,175,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 188 | 2147483648,129,130,131,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 189 | 2147483648,151,152,153,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,92,93,2147483648,92,93,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 190 | 2147483648,173,174,175,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,91,268435507,71,4,7,112,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 191 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,88,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,91,89,90,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 192 | 2147483648,2147483648,2147483648,2147483648,107,108,109,88,2147483648,2147483648,0,0,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 193 | 2147483648,2147483648,2147483648,2147483648,129,130,131,88,2147483648,2147483648,0,0,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 194 | 2147483648,2147483648,2147483648,2147483648,151,152,153,3,47,47,47,47,47,93,0,0,0,2147483648,2147483648,0,0,0,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0, 195 | 2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,0,0,0,88,0,0,0,2147483648,2147483648,2147483648,0,0,0,0,2147483648,2147483648,2147483648,0,0,0,0,2147483648,2147483648,0,0,0,0,0,0,0,0,0,0,0,0,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,0,0,2147483648,2147483648,0,0,0, 196 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,3,47,47,47,47,47,47,47,47,47,93,2147483648,2147483648,0,0,0,0,2147483648,2147483648,2147483648,0,0,0,0,0,0,0,0,0,0,0,0,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,0,0,0,2147483648,2147483648,0,0,0, 197 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,0,0,0,2147483648,2147483648,2147483648,107,108,109,3,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47, 198 | 2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,0,0,2147483648,2147483648,0,0,0,2147483648,107,108,109,2147483648,0,0,0,107,108,109,2147483648,2147483648,0,0,0,0,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,2147483648,0,0,0,0,0,0,0,0, 199 | 2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,151,152,153,0,0,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648, 200 | 2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,173,174,175,0,0,2147483648,2147483648,107,108,109,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,2147483648,2147483648,2147483648, 201 | 2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,151,152,153,2147483648,2147483648,2147483648,0,0,0,2147483648,2147483648,129,130,131,2147483648,173,174,175,2147483648,107,108,109,173,174,175,2147483648,2147483648,2147483648,2147483648,107,108,109,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648, 202 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,0,0,2147483648,2147483648,151,152,153,2147483648,0,0,0,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,129,130,131,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,107,108,109, 203 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,0,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,129,130,131, 204 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,151,152,153, 205 | 2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,2147483648,173,174,175 206 | ] 207 | }, 208 | "tilesetId": "8a96eadc-2360-466a-ae4a-7a71b1cfda17", 209 | "userdefined_depth": false, 210 | "visible": true, 211 | "x": 0, 212 | "y": 0 213 | }, 214 | { 215 | "__type": "GMRInstanceLayer_Model:#YoYoStudio.MVCFormat", 216 | "name": "Instances", 217 | "id": "07aa7890-b25e-4299-be4d-66501aa8db5f", 218 | "depth": 0, 219 | "grid_x": 32, 220 | "grid_y": 32, 221 | "hierarchyFrozen": false, 222 | "hierarchyVisible": true, 223 | "inheritLayerDepth": false, 224 | "inheritLayerSettings": false, 225 | "inheritSubLayers": false, 226 | "inheritVisibility": false, 227 | "instances": [ 228 | {"name": "inst_5822616B","id": "b5e5ee5b-c227-4ab6-a1eb-53f77e3fbbc6","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_5822616B","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 248,"y": 327}, 229 | {"name": "inst_40322319","id": "31bfd7b5-9dd4-4170-abd7-567f8fdf8b43","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_40322319","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 459,"y": 261}, 230 | {"name": "inst_211F413F","id": "9c56c96f-4484-4a32-92fb-4a50349caed0","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_211F413F","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 448,"y": 352}, 231 | {"name": "inst_4F6C51E5","id": "0e36c9df-f649-4780-b60a-ed39b4714a37","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4F6C51E5","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 163,"y": 358}, 232 | {"name": "inst_51F1E2BD","id": "abc66ca7-a014-4feb-bd22-576adda55d7e","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_51F1E2BD","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 550,"y": 339}, 233 | {"name": "inst_97763B1","id": "46473e6c-f4fa-418b-a022-2fb5b7e81ced","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_97763B1","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 179,"y": 453}, 234 | {"name": "inst_14B7FE73","id": "0923863e-e764-4455-bbe0-399653ce0b14","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_14B7FE73","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 312,"y": 246}, 235 | {"name": "inst_4C34F22F","id": "10bdc694-65ca-4878-91bf-2d0a574487e6","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4C34F22F","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 554,"y": 452}, 236 | {"name": "inst_4DBC21F8","id": "b83d709b-0af1-4eda-916c-6167c380181c","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4DBC21F8","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 650,"y": 502}, 237 | {"name": "inst_75192F72","id": "89155dbd-73c0-42f4-b4dd-f6f307cf575b","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_75192F72","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 740,"y": 540}, 238 | {"name": "inst_36766DD5","id": "b45f2e5f-f48a-494c-9768-776e42f8b0a7","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_36766DD5","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 819,"y": 492}, 239 | {"name": "inst_79236923","id": "cc56254c-449c-4181-abf6-7183bd27461a","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_79236923","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 896,"y": 554}, 240 | {"name": "inst_366B98A","id": "97c53f90-a3aa-404f-80e8-51b7389a9e44","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_366B98A","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 676,"y": 280}, 241 | {"name": "inst_4EE72668","id": "0744b769-acb3-404d-8a1c-5b13eea4bc8b","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4EE72668","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 836,"y": 263}, 242 | {"name": "inst_4CE06E03","id": "f2eaa672-376f-440d-8371-6fbb6a21569d","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4CE06E03","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 948,"y": 306}, 243 | {"name": "inst_21D604C","id": "fbf0ad67-1130-46ec-96da-d38c352a2306","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_21D604C","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 414,"y": 455}, 244 | {"name": "inst_48B582E5","id": "928a78df-b3b7-42d2-9331-dc3f0847f900","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_48B582E5","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 262,"y": 517}, 245 | {"name": "inst_68A8E3E3","id": "440d9c5f-15d6-4ac6-88a1-2c07f95fff3e","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_68A8E3E3","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 287,"y": 584}, 246 | {"name": "inst_753390BB","id": "364af273-86d5-4f83-87b4-9f0a69d84333","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_753390BB","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 154,"y": 544}, 247 | {"name": "inst_39D4FBAF","id": "2a6cf5c8-75c7-4487-b78a-0745bbd1ade4","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_39D4FBAF","objId": "78fc92d3-2675-43e1-a794-30066b3aea37","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 352,"y": 512}, 248 | {"name": "inst_6271B713","id": "3ba581ee-9de9-49cb-8044-f7b41e955d6d","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_6271B713","objId": "f1fbb653-bca3-4725-9e81-6a3556760d0c","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 293,"y": 471}, 249 | {"name": "inst_1C5460A1","id": "b489f5dd-ff01-4ca3-a17c-d1516514c6ad","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_1C5460A1","objId": "227a1abf-7147-4a8b-bb31-62a5d3a9a07e","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 313,"y": 502}, 250 | {"name": "inst_4437D9E8","id": "5e66e76e-bd76-4ea1-8e10-d9233452ac2a","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_4437D9E8","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 480,"y": 512}, 251 | {"name": "inst_3DA6235E","id": "93ec8901-7e3e-4149-bbe2-4a05a15fb609","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_3DA6235E","objId": "556893b0-c414-45f4-b592-5ae7021b4e74","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 0,"y": 0}, 252 | {"name": "inst_40E0567C","id": "e8ca3fe1-8ab2-485f-86a6-aef3e3a6cb52","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_40E0567C","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 544,"y": 576}, 253 | {"name": "inst_2B3F1C8B","id": "37b096f3-7369-4633-a7f0-520c0c0348ce","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_2B3F1C8B","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 640,"y": 608}, 254 | {"name": "inst_506CA47","id": "21b1efa9-45eb-4898-a051-27ae394704ca","colour": { "Value": 4294967295 },"creationCodeFile": "","creationCodeType": "","ignore": false,"inheritCode": false,"inheritItemSettings": false,"IsDnD": false,"m_originalParentID": "00000000-0000-0000-0000-000000000000","m_serialiseFrozen": false,"modelName": "GMRInstance","name_with_no_file_rename": "inst_506CA47","objId": "638c7030-5359-4b3c-8e90-60cb3fcb9704","properties": null,"rotation": 0,"scaleX": 1,"scaleY": 1,"mvc": "1.0","x": 832,"y": 608} 255 | ], 256 | "layers": [ 257 | 258 | ], 259 | "m_parentID": "00000000-0000-0000-0000-000000000000", 260 | "m_serialiseFrozen": false, 261 | "modelName": "GMRInstanceLayer", 262 | "mvc": "1.0", 263 | "userdefined_depth": true, 264 | "visible": true 265 | }, 266 | { 267 | "__type": "GMRTileLayer_Model:#YoYoStudio.MVCFormat", 268 | "name": "Tiles_Below", 269 | "id": "84732965-88be-4e11-b1a6-3ac26646cc4d", 270 | "depth": 100, 271 | "grid_x": 32, 272 | "grid_y": 32, 273 | "hierarchyFrozen": false, 274 | "hierarchyVisible": true, 275 | "inheritLayerDepth": false, 276 | "inheritLayerSettings": false, 277 | "inheritSubLayers": false, 278 | "inheritVisibility": false, 279 | "layers": [ 280 | 281 | ], 282 | "m_parentID": "00000000-0000-0000-0000-000000000000", 283 | "m_serialiseFrozen": false, 284 | "modelName": "GMRTileLayer", 285 | "prev_tileheight": 16, 286 | "prev_tilewidth": 16, 287 | "mvc": "1.0", 288 | "tiles": { 289 | "SerialiseData": null, 290 | "SerialiseHeight": 48, 291 | "SerialiseWidth": 64, 292 | "TileSerialiseData": [ 293 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,272,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 294 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,272,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44, 295 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,272,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44, 296 | 44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,272,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44, 297 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,272,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 298 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,297,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44, 299 | 44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,300,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 300 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,299,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 301 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,1073742103,278,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 302 | 44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,139,44,44,44,44,139,44,44,44,44,272,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44, 303 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,272,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44, 304 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,90,272,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 305 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,194,297,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44, 306 | 44,139,44,44,44,44,44,44,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,90,47,300,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 307 | 44,44,44,44,44,44,44,44,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,44,299,44,91,89,89,89,89,89,89,89,89,89,89,89,89,89,89, 308 | 44,44,44,44,44,44,44,44,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,44,272,44,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194, 309 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,300,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,272,44,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47, 310 | 44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,276,277,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,297,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 311 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,300,44,276,231,231,190,207,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,277,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44, 312 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,230,185,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,186,184,187,231,231,231,231,277,44,44,44,299,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 313 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,276,268435643,228,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,275,229,229,229,229,186,185,187,231,231,231,208,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231, 314 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,230,536871099,274,44,276,277,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,275,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229, 315 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,230,228,44,44,275,274,44,139,44,44,44,44,44,44,44,44,139,44,45,89,138,138,83,138,268435501,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 316 | 44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,230,228,44,44,45,89,138,89,138,89,89,138,89,89,89,89,138,89,90,268435725,223,269,83,291,91,89,268435501,44,44,44,44,45,89,138,138,138,138,138,138,138,138,138,138,138,138,138,138, 317 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,230,228,44,300,88,268,223,223,223,223,223,223,223,223,223,223,223,223,223,176,176,805306590,83,244,223,269,91,138,89,138,89,90,268435725,223,223,223,223,223,223,223,223,223,223,223,223,223,223, 318 | 44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,275,274,44,44,88,267,221,221,221,221,221,221,221,221,221,178,176,176,176,176,176,805306590,83,222,176,176,223,223,223,223,223,223,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176, 319 | 44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,300,44,44,139,3,1879048280,47,1879048280,47,1879048280,47,1879048280,47,1879048280,93,267,221,221,221,178,176,805306590,83,267,221,221,178,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176, 320 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,299,44,44,44,44,44,44,44,44,44,44,44,44,3,1879048280,47,1879048280,93,267,221,266,92,1879048280,47,93,267,221,221,221,221,221,178,176,176,176,176,176,176,176,176,176,176,176,176,176,176, 321 | 44,44,44,44,44,44,44,44,44,139,44,44,44,44,139,44,44,276,208,256,273,255,231,277,44,44,44,44,44,44,44,44,44,44,44,3,1879048280,47,1879048280,4,139,44,3,1879048280,47,1879048280,47,1879048280,93,267,221,221,221,221,178,176,176,176,176,176,176,176,176,176, 322 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,230,185,274,44,275,186,187,231,231,231,231,231,231,231,231,277,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,3,47,1879048280,47,1879048280,93,267,221,221,178,176,176,176,176,176,176, 323 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,275,232,44,299,44,230,185,229,229,229,229,229,229,229,229,274,44,44,44,44,139,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,3,1879048280,47,93,267,221,221,221,221,221,221, 324 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,279,231,208,231,190,274,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,3,1879048280,47,47,1879048280,47,47,1879048280, 325 | 44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,230,184,185,274,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 326 | 44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,139,230,184,228,44,195,195,194,194,194,195,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,139,44, 327 | 44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,230,184,228,44,195,195,194,194,194,195,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 328 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,275,189,274,44,47,47,194,194,194,47,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 329 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,297,44,44,44,44,47,47,47,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 330 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 331 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44, 332 | 44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 333 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44, 334 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 335 | 44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 336 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 337 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44, 338 | 44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 339 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44, 340 | 44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,139,44,44,44,44,44,44,44,44,44,44,44 341 | ] 342 | }, 343 | "tilesetId": "8a96eadc-2360-466a-ae4a-7a71b1cfda17", 344 | "userdefined_depth": false, 345 | "visible": true, 346 | "x": 0, 347 | "y": 0 348 | }, 349 | { 350 | "__type": "GMRBackgroundLayer_Model:#YoYoStudio.MVCFormat", 351 | "name": "Backgrounds_1", 352 | "id": "46bb5ea1-031f-4bf5-baa2-4624b1ee041b", 353 | "animationFPS": 15, 354 | "animationSpeedType": "0", 355 | "colour": { "Value": 4279834905 }, 356 | "depth": 200, 357 | "grid_x": 32, 358 | "grid_y": 32, 359 | "hierarchyFrozen": false, 360 | "hierarchyVisible": true, 361 | "hspeed": 0, 362 | "htiled": false, 363 | "inheritLayerDepth": false, 364 | "inheritLayerSettings": false, 365 | "inheritSubLayers": false, 366 | "inheritVisibility": false, 367 | "layers": [ 368 | 369 | ], 370 | "m_parentID": "00000000-0000-0000-0000-000000000000", 371 | "m_serialiseFrozen": false, 372 | "modelName": "GMRBackgroundLayer", 373 | "mvc": "1.0", 374 | "spriteId": "00000000-0000-0000-0000-000000000000", 375 | "stretch": false, 376 | "userdefined_animFPS": false, 377 | "userdefined_depth": false, 378 | "visible": true, 379 | "vspeed": 0, 380 | "vtiled": false, 381 | "x": 0, 382 | "y": 0 383 | } 384 | ], 385 | "modelName": "GMRoom", 386 | "parentId": "00000000-0000-0000-0000-000000000000", 387 | "physicsSettings": { 388 | "id": "345bccf3-83e6-4fec-bd6d-c3f25fcb7e4a", 389 | "inheritPhysicsSettings": false, 390 | "modelName": "GMRoomPhysicsSettings", 391 | "PhysicsWorld": false, 392 | "PhysicsWorldGravityX": 0, 393 | "PhysicsWorldGravityY": 10, 394 | "PhysicsWorldPixToMeters": 0.1, 395 | "mvc": "1.0" 396 | }, 397 | "roomSettings": { 398 | "id": "18528885-1b31-45f5-8980-216a2a8117c0", 399 | "Height": 768, 400 | "inheritRoomSettings": false, 401 | "modelName": "GMRoomSettings", 402 | "persistent": false, 403 | "mvc": "1.0", 404 | "Width": 1024 405 | }, 406 | "mvc": "1.0", 407 | "views": [ 408 | {"id": "238ff2a1-1aee-41f2-ae3e-0b55119b6d07","hborder": 180,"hport": 864,"hspeed": -1,"hview": 216,"inherit": false,"modelName": "GMRView","objId": "00000000-0000-0000-0000-000000000000","mvc": "1.0","vborder": 100,"visible": true,"vspeed": -1,"wport": 1536,"wview": 384,"xport": 0,"xview": 0,"yport": 0,"yview": 0}, 409 | {"id": "23e1f339-ae5b-4b3a-a798-3b09cfadb660","hborder": 32,"hport": 768,"hspeed": -1,"hview": 100,"inherit": false,"modelName": "GMRView","objId": "227a1abf-7147-4a8b-bb31-62a5d3a9a07e","mvc": "1.0","vborder": 32,"visible": false,"vspeed": -1,"wport": 1024,"wview": 384,"xport": 0,"xview": 0,"yport": 0,"yview": 0}, 410 | {"id": "fbf92501-62bc-449a-957d-0048bd85e379","hborder": 32,"hport": 768,"hspeed": -1,"hview": 768,"inherit": false,"modelName": "GMRView","objId": "00000000-0000-0000-0000-000000000000","mvc": "1.0","vborder": 32,"visible": false,"vspeed": -1,"wport": 1024,"wview": 1024,"xport": 0,"xview": 0,"yport": 0,"yview": 0}, 411 | {"id": "f907a071-d18c-4333-bfc1-073905d0abe8","hborder": 32,"hport": 768,"hspeed": -1,"hview": 768,"inherit": false,"modelName": "GMRView","objId": "00000000-0000-0000-0000-000000000000","mvc": "1.0","vborder": 32,"visible": false,"vspeed": -1,"wport": 1024,"wview": 1024,"xport": 0,"xview": 0,"yport": 0,"yview": 0}, 412 | {"id": "884cc0be-bab9-4685-80f4-de1879a3eca0","hborder": 32,"hport": 768,"hspeed": -1,"hview": 768,"inherit": false,"modelName": "GMRView","objId": "00000000-0000-0000-0000-000000000000","mvc": "1.0","vborder": 32,"visible": false,"vspeed": -1,"wport": 1024,"wview": 1024,"xport": 0,"xview": 0,"yport": 0,"yview": 0}, 413 | {"id": "95acfd47-8946-4dc3-b0f1-1119104ce263","hborder": 32,"hport": 768,"hspeed": -1,"hview": 768,"inherit": false,"modelName": "GMRView","objId": "00000000-0000-0000-0000-000000000000","mvc": "1.0","vborder": 32,"visible": false,"vspeed": -1,"wport": 1024,"wview": 1024,"xport": 0,"xview": 0,"yport": 0,"yview": 0}, 414 | {"id": "54f84d28-ddcc-4275-9957-963f1592cfe5","hborder": 32,"hport": 768,"hspeed": -1,"hview": 768,"inherit": false,"modelName": "GMRView","objId": "00000000-0000-0000-0000-000000000000","mvc": "1.0","vborder": 32,"visible": false,"vspeed": -1,"wport": 1024,"wview": 1024,"xport": 0,"xview": 0,"yport": 0,"yview": 0}, 415 | {"id": "f023161c-1322-4d85-88c8-c78ad4d3fb3f","hborder": 32,"hport": 768,"hspeed": -1,"hview": 768,"inherit": false,"modelName": "GMRView","objId": "00000000-0000-0000-0000-000000000000","mvc": "1.0","vborder": 32,"visible": false,"vspeed": -1,"wport": 1024,"wview": 1024,"xport": 0,"xview": 0,"yport": 0,"yview": 0} 416 | ], 417 | "viewSettings": { 418 | "id": "d6772efb-3585-44d4-ae98-fd18e8d3a759", 419 | "clearDisplayBuffer": true, 420 | "clearViewBackground": false, 421 | "enableViews": true, 422 | "inheritViewSettings": false, 423 | "modelName": "GMRoomViewSettings", 424 | "mvc": "1.0" 425 | } 426 | } -------------------------------------------------------------------------------- /sprites/spr_collision/cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_collision/cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94.png -------------------------------------------------------------------------------- /sprites/spr_collision/layers/cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94/897b83c5-90b6-4a72-a02e-febd27822eaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_collision/layers/cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94/897b83c5-90b6-4a72-a02e-febd27822eaf.png -------------------------------------------------------------------------------- /sprites/spr_collision/spr_collision.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "b4fe38c4-c338-4d32-b85f-1b41d9a2446d", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_collision", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 15, 10 | "bbox_left": 0, 11 | "bbox_right": 15, 12 | "bbox_top": 0, 13 | "bboxmode": 0, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "b4fe38c4-c338-4d32-b85f-1b41d9a2446d", 23 | "compositeImage": { 24 | "id": "5383a2a8-2579-480d-8e6d-83516e2fc43d", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "a517fb1d-faeb-44c3-a49a-a4ca56df072d", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "cd6fa37c-0a14-45ba-96ad-b1e8e94f1a94", 36 | "LayerId": "897b83c5-90b6-4a72-a02e-febd27822eaf" 37 | } 38 | ] 39 | } 40 | ], 41 | "gridX": 0, 42 | "gridY": 0, 43 | "height": 16, 44 | "layers": [ 45 | { 46 | "id": "897b83c5-90b6-4a72-a02e-febd27822eaf", 47 | "modelName": "GMImageLayer", 48 | "mvc": "1.0", 49 | "SpriteId": "b4fe38c4-c338-4d32-b85f-1b41d9a2446d", 50 | "blendMode": 0, 51 | "isLocked": false, 52 | "name": "default", 53 | "opacity": 100, 54 | "visible": true 55 | } 56 | ], 57 | "origin": 0, 58 | "originLocked": false, 59 | "playbackSpeed": 15, 60 | "playbackSpeedType": 0, 61 | "premultiplyAlpha": false, 62 | "sepmasks": false, 63 | "swatchColours": null, 64 | "swfPrecision": 2.525, 65 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 66 | "type": 0, 67 | "width": 16, 68 | "xorig": 0, 69 | "yorig": 0 70 | } -------------------------------------------------------------------------------- /sprites/spr_knight/299402d7-6ab1-448d-a9ef-83b2a8a27af5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/299402d7-6ab1-448d-a9ef-83b2a8a27af5.png -------------------------------------------------------------------------------- /sprites/spr_knight/aa8200d4-5e7f-4edd-bb06-b357d38edb4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/aa8200d4-5e7f-4edd-bb06-b357d38edb4b.png -------------------------------------------------------------------------------- /sprites/spr_knight/b16ca3f0-25ee-4da2-9024-a0111271d966.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/b16ca3f0-25ee-4da2-9024-a0111271d966.png -------------------------------------------------------------------------------- /sprites/spr_knight/layers/299402d7-6ab1-448d-a9ef-83b2a8a27af5/a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/layers/299402d7-6ab1-448d-a9ef-83b2a8a27af5/a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png -------------------------------------------------------------------------------- /sprites/spr_knight/layers/299402d7-6ab1-448d-a9ef-83b2a8a27af5/c467735c-05de-4611-896f-b425b62998a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/layers/299402d7-6ab1-448d-a9ef-83b2a8a27af5/c467735c-05de-4611-896f-b425b62998a0.png -------------------------------------------------------------------------------- /sprites/spr_knight/layers/aa8200d4-5e7f-4edd-bb06-b357d38edb4b/a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/layers/aa8200d4-5e7f-4edd-bb06-b357d38edb4b/a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png -------------------------------------------------------------------------------- /sprites/spr_knight/layers/aa8200d4-5e7f-4edd-bb06-b357d38edb4b/c467735c-05de-4611-896f-b425b62998a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/layers/aa8200d4-5e7f-4edd-bb06-b357d38edb4b/c467735c-05de-4611-896f-b425b62998a0.png -------------------------------------------------------------------------------- /sprites/spr_knight/layers/b16ca3f0-25ee-4da2-9024-a0111271d966/a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/layers/b16ca3f0-25ee-4da2-9024-a0111271d966/a0f64cbd-4710-4ca0-8f28-31bac7fa0623.png -------------------------------------------------------------------------------- /sprites/spr_knight/layers/b16ca3f0-25ee-4da2-9024-a0111271d966/c467735c-05de-4611-896f-b425b62998a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_knight/layers/b16ca3f0-25ee-4da2-9024-a0111271d966/c467735c-05de-4611-896f-b425b62998a0.png -------------------------------------------------------------------------------- /sprites/spr_knight/spr_knight.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "583b7bc3-11a0-419c-8028-17f69745ce53", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_knight", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 27, 10 | "bbox_left": 7, 11 | "bbox_right": 24, 12 | "bbox_top": 24, 13 | "bboxmode": 2, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "aa8200d4-5e7f-4edd-bb06-b357d38edb4b", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "583b7bc3-11a0-419c-8028-17f69745ce53", 23 | "compositeImage": { 24 | "id": "aaaea244-1639-4ca3-9c27-855b0987c973", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "aa8200d4-5e7f-4edd-bb06-b357d38edb4b", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "6f8e9c8f-3344-4472-842e-f5d1dce3bab9", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "aa8200d4-5e7f-4edd-bb06-b357d38edb4b", 36 | "LayerId": "a0f64cbd-4710-4ca0-8f28-31bac7fa0623" 37 | }, 38 | { 39 | "id": "6aeee30d-c3b6-4079-8996-b75db9b8b68d", 40 | "modelName": "GMSpriteImage", 41 | "mvc": "1.0", 42 | "FrameId": "aa8200d4-5e7f-4edd-bb06-b357d38edb4b", 43 | "LayerId": "c467735c-05de-4611-896f-b425b62998a0" 44 | } 45 | ] 46 | }, 47 | { 48 | "id": "299402d7-6ab1-448d-a9ef-83b2a8a27af5", 49 | "modelName": "GMSpriteFrame", 50 | "mvc": "1.0", 51 | "SpriteId": "583b7bc3-11a0-419c-8028-17f69745ce53", 52 | "compositeImage": { 53 | "id": "f08c93cd-a9d4-44bf-8571-b4304b921b9d", 54 | "modelName": "GMSpriteImage", 55 | "mvc": "1.0", 56 | "FrameId": "299402d7-6ab1-448d-a9ef-83b2a8a27af5", 57 | "LayerId": "00000000-0000-0000-0000-000000000000" 58 | }, 59 | "images": [ 60 | { 61 | "id": "5a0a6b99-7e49-4f4d-a82d-9e745a11af3d", 62 | "modelName": "GMSpriteImage", 63 | "mvc": "1.0", 64 | "FrameId": "299402d7-6ab1-448d-a9ef-83b2a8a27af5", 65 | "LayerId": "a0f64cbd-4710-4ca0-8f28-31bac7fa0623" 66 | }, 67 | { 68 | "id": "cbdad8f6-1163-463d-bc11-5809e9d3cf80", 69 | "modelName": "GMSpriteImage", 70 | "mvc": "1.0", 71 | "FrameId": "299402d7-6ab1-448d-a9ef-83b2a8a27af5", 72 | "LayerId": "c467735c-05de-4611-896f-b425b62998a0" 73 | } 74 | ] 75 | }, 76 | { 77 | "id": "b16ca3f0-25ee-4da2-9024-a0111271d966", 78 | "modelName": "GMSpriteFrame", 79 | "mvc": "1.0", 80 | "SpriteId": "583b7bc3-11a0-419c-8028-17f69745ce53", 81 | "compositeImage": { 82 | "id": "369e1b4f-ddcb-4fc7-9136-816030b94a41", 83 | "modelName": "GMSpriteImage", 84 | "mvc": "1.0", 85 | "FrameId": "b16ca3f0-25ee-4da2-9024-a0111271d966", 86 | "LayerId": "00000000-0000-0000-0000-000000000000" 87 | }, 88 | "images": [ 89 | { 90 | "id": "acbe1b9f-cf46-4307-9f9a-9eb16e4452df", 91 | "modelName": "GMSpriteImage", 92 | "mvc": "1.0", 93 | "FrameId": "b16ca3f0-25ee-4da2-9024-a0111271d966", 94 | "LayerId": "a0f64cbd-4710-4ca0-8f28-31bac7fa0623" 95 | }, 96 | { 97 | "id": "c14fa097-af1b-4cb3-97e6-a8f97151ebd0", 98 | "modelName": "GMSpriteImage", 99 | "mvc": "1.0", 100 | "FrameId": "b16ca3f0-25ee-4da2-9024-a0111271d966", 101 | "LayerId": "c467735c-05de-4611-896f-b425b62998a0" 102 | } 103 | ] 104 | } 105 | ], 106 | "gridX": 0, 107 | "gridY": 0, 108 | "height": 32, 109 | "layers": [ 110 | { 111 | "id": "a0f64cbd-4710-4ca0-8f28-31bac7fa0623", 112 | "modelName": "GMImageLayer", 113 | "mvc": "1.0", 114 | "SpriteId": "583b7bc3-11a0-419c-8028-17f69745ce53", 115 | "blendMode": 0, 116 | "isLocked": false, 117 | "name": "default", 118 | "opacity": 100, 119 | "visible": true 120 | }, 121 | { 122 | "id": "c467735c-05de-4611-896f-b425b62998a0", 123 | "modelName": "GMImageLayer", 124 | "mvc": "1.0", 125 | "SpriteId": "583b7bc3-11a0-419c-8028-17f69745ce53", 126 | "blendMode": 0, 127 | "isLocked": false, 128 | "name": "Layer 2", 129 | "opacity": 100, 130 | "visible": false 131 | } 132 | ], 133 | "origin": 9, 134 | "originLocked": false, 135 | "playbackSpeed": 6, 136 | "playbackSpeedType": 0, 137 | "premultiplyAlpha": false, 138 | "sepmasks": false, 139 | "swatchColours": null, 140 | "swfPrecision": 2.525, 141 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 142 | "type": 0, 143 | "width": 32, 144 | "xorig": 16, 145 | "yorig": 27 146 | } -------------------------------------------------------------------------------- /sprites/spr_player/622b5468-28b1-47ae-af23-73915c6c9d7d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/622b5468-28b1-47ae-af23-73915c6c9d7d.png -------------------------------------------------------------------------------- /sprites/spr_player/751dd607-c833-41e5-8f2b-28519b676348.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/751dd607-c833-41e5-8f2b-28519b676348.png -------------------------------------------------------------------------------- /sprites/spr_player/f17d9748-d1b9-4c97-8119-e12b3e1a5755.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/f17d9748-d1b9-4c97-8119-e12b3e1a5755.png -------------------------------------------------------------------------------- /sprites/spr_player/fd8ec27b-399b-4f4b-8bb5-c42e732cde05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/fd8ec27b-399b-4f4b-8bb5-c42e732cde05.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/622b5468-28b1-47ae-af23-73915c6c9d7d/981640e7-adcf-40d6-9027-4bcec3748383.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/622b5468-28b1-47ae-af23-73915c6c9d7d/981640e7-adcf-40d6-9027-4bcec3748383.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/622b5468-28b1-47ae-af23-73915c6c9d7d/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/622b5468-28b1-47ae-af23-73915c6c9d7d/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/751dd607-c833-41e5-8f2b-28519b676348/981640e7-adcf-40d6-9027-4bcec3748383.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/751dd607-c833-41e5-8f2b-28519b676348/981640e7-adcf-40d6-9027-4bcec3748383.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/751dd607-c833-41e5-8f2b-28519b676348/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/751dd607-c833-41e5-8f2b-28519b676348/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/f17d9748-d1b9-4c97-8119-e12b3e1a5755/981640e7-adcf-40d6-9027-4bcec3748383.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/f17d9748-d1b9-4c97-8119-e12b3e1a5755/981640e7-adcf-40d6-9027-4bcec3748383.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/f17d9748-d1b9-4c97-8119-e12b3e1a5755/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/f17d9748-d1b9-4c97-8119-e12b3e1a5755/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/fd8ec27b-399b-4f4b-8bb5-c42e732cde05/981640e7-adcf-40d6-9027-4bcec3748383.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/fd8ec27b-399b-4f4b-8bb5-c42e732cde05/981640e7-adcf-40d6-9027-4bcec3748383.png -------------------------------------------------------------------------------- /sprites/spr_player/layers/fd8ec27b-399b-4f4b-8bb5-c42e732cde05/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player/layers/fd8ec27b-399b-4f4b-8bb5-c42e732cde05/eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0.png -------------------------------------------------------------------------------- /sprites/spr_player/spr_player.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_player", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 25, 10 | "bbox_left": 11, 11 | "bbox_right": 21, 12 | "bbox_top": 18, 13 | "bboxmode": 2, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "f17d9748-d1b9-4c97-8119-e12b3e1a5755", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 23 | "compositeImage": { 24 | "id": "888d350d-0e11-42b5-9966-bc5194223624", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "f17d9748-d1b9-4c97-8119-e12b3e1a5755", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "db3319ed-54ca-42f4-a586-f3cb37d06918", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "f17d9748-d1b9-4c97-8119-e12b3e1a5755", 36 | "LayerId": "eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0" 37 | }, 38 | { 39 | "id": "d59a5b9c-c058-4f40-922b-24d15064306c", 40 | "modelName": "GMSpriteImage", 41 | "mvc": "1.0", 42 | "FrameId": "f17d9748-d1b9-4c97-8119-e12b3e1a5755", 43 | "LayerId": "981640e7-adcf-40d6-9027-4bcec3748383" 44 | } 45 | ] 46 | }, 47 | { 48 | "id": "622b5468-28b1-47ae-af23-73915c6c9d7d", 49 | "modelName": "GMSpriteFrame", 50 | "mvc": "1.0", 51 | "SpriteId": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 52 | "compositeImage": { 53 | "id": "219e341e-e4dd-4249-b15e-36462cabae3b", 54 | "modelName": "GMSpriteImage", 55 | "mvc": "1.0", 56 | "FrameId": "622b5468-28b1-47ae-af23-73915c6c9d7d", 57 | "LayerId": "00000000-0000-0000-0000-000000000000" 58 | }, 59 | "images": [ 60 | { 61 | "id": "f4e6d754-e977-4cdb-b80c-052de59d85dc", 62 | "modelName": "GMSpriteImage", 63 | "mvc": "1.0", 64 | "FrameId": "622b5468-28b1-47ae-af23-73915c6c9d7d", 65 | "LayerId": "eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0" 66 | }, 67 | { 68 | "id": "db778d87-d1ac-41f5-933c-73a203394732", 69 | "modelName": "GMSpriteImage", 70 | "mvc": "1.0", 71 | "FrameId": "622b5468-28b1-47ae-af23-73915c6c9d7d", 72 | "LayerId": "981640e7-adcf-40d6-9027-4bcec3748383" 73 | } 74 | ] 75 | }, 76 | { 77 | "id": "751dd607-c833-41e5-8f2b-28519b676348", 78 | "modelName": "GMSpriteFrame", 79 | "mvc": "1.0", 80 | "SpriteId": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 81 | "compositeImage": { 82 | "id": "81b16838-05b0-45a3-aac6-d8b6920ea559", 83 | "modelName": "GMSpriteImage", 84 | "mvc": "1.0", 85 | "FrameId": "751dd607-c833-41e5-8f2b-28519b676348", 86 | "LayerId": "00000000-0000-0000-0000-000000000000" 87 | }, 88 | "images": [ 89 | { 90 | "id": "31c57bad-6860-46c1-a0cd-c7e61d685388", 91 | "modelName": "GMSpriteImage", 92 | "mvc": "1.0", 93 | "FrameId": "751dd607-c833-41e5-8f2b-28519b676348", 94 | "LayerId": "eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0" 95 | }, 96 | { 97 | "id": "170e82a5-3882-4a4e-bbca-55e1cd0a27fd", 98 | "modelName": "GMSpriteImage", 99 | "mvc": "1.0", 100 | "FrameId": "751dd607-c833-41e5-8f2b-28519b676348", 101 | "LayerId": "981640e7-adcf-40d6-9027-4bcec3748383" 102 | } 103 | ] 104 | }, 105 | { 106 | "id": "fd8ec27b-399b-4f4b-8bb5-c42e732cde05", 107 | "modelName": "GMSpriteFrame", 108 | "mvc": "1.0", 109 | "SpriteId": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 110 | "compositeImage": { 111 | "id": "32daf700-848e-4108-905f-05eca87cbfe0", 112 | "modelName": "GMSpriteImage", 113 | "mvc": "1.0", 114 | "FrameId": "fd8ec27b-399b-4f4b-8bb5-c42e732cde05", 115 | "LayerId": "00000000-0000-0000-0000-000000000000" 116 | }, 117 | "images": [ 118 | { 119 | "id": "725504cd-e0bc-4899-902b-3026e2c8df36", 120 | "modelName": "GMSpriteImage", 121 | "mvc": "1.0", 122 | "FrameId": "fd8ec27b-399b-4f4b-8bb5-c42e732cde05", 123 | "LayerId": "eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0" 124 | }, 125 | { 126 | "id": "779e03e3-52a1-420e-94e1-83a173a7dbd6", 127 | "modelName": "GMSpriteImage", 128 | "mvc": "1.0", 129 | "FrameId": "fd8ec27b-399b-4f4b-8bb5-c42e732cde05", 130 | "LayerId": "981640e7-adcf-40d6-9027-4bcec3748383" 131 | } 132 | ] 133 | } 134 | ], 135 | "gridX": 0, 136 | "gridY": 0, 137 | "height": 24, 138 | "layers": [ 139 | { 140 | "id": "981640e7-adcf-40d6-9027-4bcec3748383", 141 | "modelName": "GMImageLayer", 142 | "mvc": "1.0", 143 | "SpriteId": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 144 | "blendMode": 0, 145 | "isLocked": false, 146 | "name": "Layer 1", 147 | "opacity": 100, 148 | "visible": false 149 | }, 150 | { 151 | "id": "eb64c8a5-baaa-48d2-9c4d-7ec12792e5f0", 152 | "modelName": "GMImageLayer", 153 | "mvc": "1.0", 154 | "SpriteId": "acfe2407-bee7-4ce9-ac58-d3327085f21b", 155 | "blendMode": 0, 156 | "isLocked": false, 157 | "name": "default", 158 | "opacity": 100, 159 | "visible": true 160 | } 161 | ], 162 | "origin": 7, 163 | "originLocked": false, 164 | "playbackSpeed": 12, 165 | "playbackSpeedType": 0, 166 | "premultiplyAlpha": false, 167 | "sepmasks": false, 168 | "swatchColours": null, 169 | "swfPrecision": 2.525, 170 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 171 | "type": 0, 172 | "width": 32, 173 | "xorig": 16, 174 | "yorig": 23 175 | } -------------------------------------------------------------------------------- /sprites/spr_player_idle/4428562d-1039-41cf-b338-9e1d2d47cee2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player_idle/4428562d-1039-41cf-b338-9e1d2d47cee2.png -------------------------------------------------------------------------------- /sprites/spr_player_idle/76c12064-5e31-4d7e-8dcf-a606804a685b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player_idle/76c12064-5e31-4d7e-8dcf-a606804a685b.png -------------------------------------------------------------------------------- /sprites/spr_player_idle/8edf7137-2117-41b4-b9f8-d1dc1d1e0737.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player_idle/8edf7137-2117-41b4-b9f8-d1dc1d1e0737.png -------------------------------------------------------------------------------- /sprites/spr_player_idle/layers/4428562d-1039-41cf-b338-9e1d2d47cee2/654f9bba-819c-4d7b-afe9-028d18853da8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player_idle/layers/4428562d-1039-41cf-b338-9e1d2d47cee2/654f9bba-819c-4d7b-afe9-028d18853da8.png -------------------------------------------------------------------------------- /sprites/spr_player_idle/layers/76c12064-5e31-4d7e-8dcf-a606804a685b/654f9bba-819c-4d7b-afe9-028d18853da8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player_idle/layers/76c12064-5e31-4d7e-8dcf-a606804a685b/654f9bba-819c-4d7b-afe9-028d18853da8.png -------------------------------------------------------------------------------- /sprites/spr_player_idle/layers/8edf7137-2117-41b4-b9f8-d1dc1d1e0737/654f9bba-819c-4d7b-afe9-028d18853da8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_player_idle/layers/8edf7137-2117-41b4-b9f8-d1dc1d1e0737/654f9bba-819c-4d7b-afe9-028d18853da8.png -------------------------------------------------------------------------------- /sprites/spr_player_idle/spr_player_idle.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "62e5c66d-8c36-4bc8-af71-c4119d077b56", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_player_idle", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 25, 10 | "bbox_left": 11, 11 | "bbox_right": 21, 12 | "bbox_top": 18, 13 | "bboxmode": 2, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "4428562d-1039-41cf-b338-9e1d2d47cee2", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "62e5c66d-8c36-4bc8-af71-c4119d077b56", 23 | "compositeImage": { 24 | "id": "5467583a-5a34-47c6-b394-6ef507587f80", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "4428562d-1039-41cf-b338-9e1d2d47cee2", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "13147acd-ab6b-441f-be77-7935670ec65a", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "4428562d-1039-41cf-b338-9e1d2d47cee2", 36 | "LayerId": "654f9bba-819c-4d7b-afe9-028d18853da8" 37 | } 38 | ] 39 | }, 40 | { 41 | "id": "8edf7137-2117-41b4-b9f8-d1dc1d1e0737", 42 | "modelName": "GMSpriteFrame", 43 | "mvc": "1.0", 44 | "SpriteId": "62e5c66d-8c36-4bc8-af71-c4119d077b56", 45 | "compositeImage": { 46 | "id": "a1bed7e9-2b66-4af6-87fc-7239ad4ad8ac", 47 | "modelName": "GMSpriteImage", 48 | "mvc": "1.0", 49 | "FrameId": "8edf7137-2117-41b4-b9f8-d1dc1d1e0737", 50 | "LayerId": "00000000-0000-0000-0000-000000000000" 51 | }, 52 | "images": [ 53 | { 54 | "id": "92454cfc-1dcf-45ef-bdec-27f5481fec3f", 55 | "modelName": "GMSpriteImage", 56 | "mvc": "1.0", 57 | "FrameId": "8edf7137-2117-41b4-b9f8-d1dc1d1e0737", 58 | "LayerId": "654f9bba-819c-4d7b-afe9-028d18853da8" 59 | } 60 | ] 61 | }, 62 | { 63 | "id": "76c12064-5e31-4d7e-8dcf-a606804a685b", 64 | "modelName": "GMSpriteFrame", 65 | "mvc": "1.0", 66 | "SpriteId": "62e5c66d-8c36-4bc8-af71-c4119d077b56", 67 | "compositeImage": { 68 | "id": "c8906a52-145f-4cdf-ba9a-0438c12f2ca0", 69 | "modelName": "GMSpriteImage", 70 | "mvc": "1.0", 71 | "FrameId": "76c12064-5e31-4d7e-8dcf-a606804a685b", 72 | "LayerId": "00000000-0000-0000-0000-000000000000" 73 | }, 74 | "images": [ 75 | { 76 | "id": "713d3b47-7c66-4a3a-8bbe-1ccc34553800", 77 | "modelName": "GMSpriteImage", 78 | "mvc": "1.0", 79 | "FrameId": "76c12064-5e31-4d7e-8dcf-a606804a685b", 80 | "LayerId": "654f9bba-819c-4d7b-afe9-028d18853da8" 81 | } 82 | ] 83 | } 84 | ], 85 | "gridX": 0, 86 | "gridY": 0, 87 | "height": 24, 88 | "layers": [ 89 | { 90 | "id": "654f9bba-819c-4d7b-afe9-028d18853da8", 91 | "modelName": "GMImageLayer", 92 | "mvc": "1.0", 93 | "SpriteId": "62e5c66d-8c36-4bc8-af71-c4119d077b56", 94 | "blendMode": 0, 95 | "isLocked": false, 96 | "name": "default", 97 | "opacity": 100, 98 | "visible": true 99 | } 100 | ], 101 | "origin": 7, 102 | "originLocked": false, 103 | "playbackSpeed": 6, 104 | "playbackSpeedType": 0, 105 | "premultiplyAlpha": false, 106 | "sepmasks": false, 107 | "swatchColours": null, 108 | "swfPrecision": 2.525, 109 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 110 | "type": 0, 111 | "width": 32, 112 | "xorig": 16, 113 | "yorig": 23 114 | } -------------------------------------------------------------------------------- /sprites/spr_scout/53be1399-bbfd-4e8c-a01a-c10b90f1723e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_scout/53be1399-bbfd-4e8c-a01a-c10b90f1723e.png -------------------------------------------------------------------------------- /sprites/spr_scout/739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_scout/739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd.png -------------------------------------------------------------------------------- /sprites/spr_scout/7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_scout/7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47.png -------------------------------------------------------------------------------- /sprites/spr_scout/layers/53be1399-bbfd-4e8c-a01a-c10b90f1723e/bc7cf44a-e92a-42fe-8296-a897d8cb46de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_scout/layers/53be1399-bbfd-4e8c-a01a-c10b90f1723e/bc7cf44a-e92a-42fe-8296-a897d8cb46de.png -------------------------------------------------------------------------------- /sprites/spr_scout/layers/739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd/bc7cf44a-e92a-42fe-8296-a897d8cb46de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_scout/layers/739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd/bc7cf44a-e92a-42fe-8296-a897d8cb46de.png -------------------------------------------------------------------------------- /sprites/spr_scout/layers/7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47/bc7cf44a-e92a-42fe-8296-a897d8cb46de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_scout/layers/7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47/bc7cf44a-e92a-42fe-8296-a897d8cb46de.png -------------------------------------------------------------------------------- /sprites/spr_scout/spr_scout.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_scout", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 25, 10 | "bbox_left": 9, 11 | "bbox_right": 23, 12 | "bbox_top": 19, 13 | "bboxmode": 2, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 23 | "compositeImage": { 24 | "id": "2b194437-aec5-4c80-8a0a-d8bfc8ff29c8", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "99ec07de-9647-4981-96dc-1c19a2fec0bf", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "7f8c3ae1-04cf-4011-ad6b-1ef794b4ef47", 36 | "LayerId": "bc7cf44a-e92a-42fe-8296-a897d8cb46de" 37 | } 38 | ] 39 | }, 40 | { 41 | "id": "53be1399-bbfd-4e8c-a01a-c10b90f1723e", 42 | "modelName": "GMSpriteFrame", 43 | "mvc": "1.0", 44 | "SpriteId": "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 45 | "compositeImage": { 46 | "id": "b198e89d-1a59-4b8b-bc06-32b85bcbec66", 47 | "modelName": "GMSpriteImage", 48 | "mvc": "1.0", 49 | "FrameId": "53be1399-bbfd-4e8c-a01a-c10b90f1723e", 50 | "LayerId": "00000000-0000-0000-0000-000000000000" 51 | }, 52 | "images": [ 53 | { 54 | "id": "a327866c-e0a4-41af-a0c5-e997dc7af6c2", 55 | "modelName": "GMSpriteImage", 56 | "mvc": "1.0", 57 | "FrameId": "53be1399-bbfd-4e8c-a01a-c10b90f1723e", 58 | "LayerId": "bc7cf44a-e92a-42fe-8296-a897d8cb46de" 59 | } 60 | ] 61 | }, 62 | { 63 | "id": "739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd", 64 | "modelName": "GMSpriteFrame", 65 | "mvc": "1.0", 66 | "SpriteId": "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 67 | "compositeImage": { 68 | "id": "8f9e9e9e-422d-49d2-b941-13c279c9b688", 69 | "modelName": "GMSpriteImage", 70 | "mvc": "1.0", 71 | "FrameId": "739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd", 72 | "LayerId": "00000000-0000-0000-0000-000000000000" 73 | }, 74 | "images": [ 75 | { 76 | "id": "2f911a0c-c7b8-4ea1-816f-0cad6bf3d6e6", 77 | "modelName": "GMSpriteImage", 78 | "mvc": "1.0", 79 | "FrameId": "739f5c7e-e1b5-4ab8-afdd-066bbad3cdbd", 80 | "LayerId": "bc7cf44a-e92a-42fe-8296-a897d8cb46de" 81 | } 82 | ] 83 | } 84 | ], 85 | "gridX": 0, 86 | "gridY": 0, 87 | "height": 24, 88 | "layers": [ 89 | { 90 | "id": "bc7cf44a-e92a-42fe-8296-a897d8cb46de", 91 | "modelName": "GMImageLayer", 92 | "mvc": "1.0", 93 | "SpriteId": "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 94 | "blendMode": 0, 95 | "isLocked": false, 96 | "name": "default", 97 | "opacity": 100, 98 | "visible": true 99 | } 100 | ], 101 | "origin": 7, 102 | "originLocked": false, 103 | "playbackSpeed": 6, 104 | "playbackSpeedType": 0, 105 | "premultiplyAlpha": false, 106 | "sepmasks": false, 107 | "swatchColours": null, 108 | "swfPrecision": 2.525, 109 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 110 | "type": 0, 111 | "width": 32, 112 | "xorig": 16, 113 | "yorig": 23 114 | } -------------------------------------------------------------------------------- /sprites/spr_shadow/2ea4a77c-d540-4065-9948-83d4fab83ee6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_shadow/2ea4a77c-d540-4065-9948-83d4fab83ee6.png -------------------------------------------------------------------------------- /sprites/spr_shadow/layers/2ea4a77c-d540-4065-9948-83d4fab83ee6/c68feac3-1479-40f2-8d1a-683fec6eae28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_shadow/layers/2ea4a77c-d540-4065-9948-83d4fab83ee6/c68feac3-1479-40f2-8d1a-683fec6eae28.png -------------------------------------------------------------------------------- /sprites/spr_shadow/spr_shadow.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "31ff7d32-f0cd-4e2e-a129-338e3e580a1a", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_shadow", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 31, 10 | "bbox_left": 9, 11 | "bbox_right": 23, 12 | "bbox_top": 28, 13 | "bboxmode": 2, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "2ea4a77c-d540-4065-9948-83d4fab83ee6", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "31ff7d32-f0cd-4e2e-a129-338e3e580a1a", 23 | "compositeImage": { 24 | "id": "d06b3b52-9259-44a8-8fde-c07b949a25bd", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "2ea4a77c-d540-4065-9948-83d4fab83ee6", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "c831030b-4ab7-4734-b573-6bab9c95ace5", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "2ea4a77c-d540-4065-9948-83d4fab83ee6", 36 | "LayerId": "c68feac3-1479-40f2-8d1a-683fec6eae28" 37 | } 38 | ] 39 | } 40 | ], 41 | "gridX": 0, 42 | "gridY": 0, 43 | "height": 5, 44 | "layers": [ 45 | { 46 | "id": "c68feac3-1479-40f2-8d1a-683fec6eae28", 47 | "modelName": "GMImageLayer", 48 | "mvc": "1.0", 49 | "SpriteId": "31ff7d32-f0cd-4e2e-a129-338e3e580a1a", 50 | "blendMode": 0, 51 | "isLocked": false, 52 | "name": "Layer 1", 53 | "opacity": 100, 54 | "visible": true 55 | } 56 | ], 57 | "origin": 4, 58 | "originLocked": false, 59 | "playbackSpeed": 12, 60 | "playbackSpeedType": 0, 61 | "premultiplyAlpha": false, 62 | "sepmasks": false, 63 | "swatchColours": null, 64 | "swfPrecision": 2.525, 65 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 66 | "type": 0, 67 | "width": 17, 68 | "xorig": 8, 69 | "yorig": 2 70 | } -------------------------------------------------------------------------------- /sprites/spr_tileset1/5cf31a1f-56d4-4e35-88d8-1968aa8abe7a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_tileset1/5cf31a1f-56d4-4e35-88d8-1968aa8abe7a.png -------------------------------------------------------------------------------- /sprites/spr_tileset1/layers/5cf31a1f-56d4-4e35-88d8-1968aa8abe7a/73fb08ae-cc53-4856-a005-36b2e0d34e2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_tileset1/layers/5cf31a1f-56d4-4e35-88d8-1968aa8abe7a/73fb08ae-cc53-4856-a005-36b2e0d34e2b.png -------------------------------------------------------------------------------- /sprites/spr_tileset1/spr_tileset1.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "ac913661-4852-4ce1-89ce-3a031aed6119", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_tileset1", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 223, 10 | "bbox_left": 0, 11 | "bbox_right": 351, 12 | "bbox_top": 0, 13 | "bboxmode": 0, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "5cf31a1f-56d4-4e35-88d8-1968aa8abe7a", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "ac913661-4852-4ce1-89ce-3a031aed6119", 23 | "compositeImage": { 24 | "id": "cb558a45-1e3e-4329-ae02-438ac3b5f2f2", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "5cf31a1f-56d4-4e35-88d8-1968aa8abe7a", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "417a35b2-035c-46cc-bfde-8025141aef29", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "5cf31a1f-56d4-4e35-88d8-1968aa8abe7a", 36 | "LayerId": "73fb08ae-cc53-4856-a005-36b2e0d34e2b" 37 | } 38 | ] 39 | } 40 | ], 41 | "gridX": 16, 42 | "gridY": 16, 43 | "height": 224, 44 | "layers": [ 45 | { 46 | "id": "73fb08ae-cc53-4856-a005-36b2e0d34e2b", 47 | "modelName": "GMImageLayer", 48 | "mvc": "1.0", 49 | "SpriteId": "ac913661-4852-4ce1-89ce-3a031aed6119", 50 | "blendMode": 0, 51 | "isLocked": false, 52 | "name": "default", 53 | "opacity": 100, 54 | "visible": true 55 | } 56 | ], 57 | "origin": 4, 58 | "originLocked": false, 59 | "playbackSpeed": 15, 60 | "playbackSpeedType": 0, 61 | "premultiplyAlpha": false, 62 | "sepmasks": false, 63 | "swatchColours": null, 64 | "swfPrecision": 2.525, 65 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 66 | "type": 0, 67 | "width": 352, 68 | "xorig": 176, 69 | "yorig": 112 70 | } -------------------------------------------------------------------------------- /sprites/spr_tree/3fa20c56-101e-4348-b233-4fa43c64c8ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_tree/3fa20c56-101e-4348-b233-4fa43c64c8ea.png -------------------------------------------------------------------------------- /sprites/spr_tree/layers/3fa20c56-101e-4348-b233-4fa43c64c8ea/ce0f305f-90f1-4b36-8ad4-5b26b57c0468.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/sprites/spr_tree/layers/3fa20c56-101e-4348-b233-4fa43c64c8ea/ce0f305f-90f1-4b36-8ad4-5b26b57c0468.png -------------------------------------------------------------------------------- /sprites/spr_tree/spr_tree.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "fd46d5b1-fe49-4ecf-b809-0a2449808fbe", 3 | "modelName": "GMSprite", 4 | "mvc": "1.12", 5 | "name": "spr_tree", 6 | "For3D": false, 7 | "HTile": false, 8 | "VTile": false, 9 | "bbox_bottom": 51, 10 | "bbox_left": 18, 11 | "bbox_right": 30, 12 | "bbox_top": 45, 13 | "bboxmode": 2, 14 | "colkind": 1, 15 | "coltolerance": 0, 16 | "edgeFiltering": false, 17 | "frames": [ 18 | { 19 | "id": "3fa20c56-101e-4348-b233-4fa43c64c8ea", 20 | "modelName": "GMSpriteFrame", 21 | "mvc": "1.0", 22 | "SpriteId": "fd46d5b1-fe49-4ecf-b809-0a2449808fbe", 23 | "compositeImage": { 24 | "id": "3d6f7728-ac60-43e1-ba70-34e7c1423e83", 25 | "modelName": "GMSpriteImage", 26 | "mvc": "1.0", 27 | "FrameId": "3fa20c56-101e-4348-b233-4fa43c64c8ea", 28 | "LayerId": "00000000-0000-0000-0000-000000000000" 29 | }, 30 | "images": [ 31 | { 32 | "id": "3daa16d2-0a55-477b-918f-09785891ac7f", 33 | "modelName": "GMSpriteImage", 34 | "mvc": "1.0", 35 | "FrameId": "3fa20c56-101e-4348-b233-4fa43c64c8ea", 36 | "LayerId": "ce0f305f-90f1-4b36-8ad4-5b26b57c0468" 37 | } 38 | ] 39 | } 40 | ], 41 | "gridX": 0, 42 | "gridY": 0, 43 | "height": 54, 44 | "layers": [ 45 | { 46 | "id": "ce0f305f-90f1-4b36-8ad4-5b26b57c0468", 47 | "modelName": "GMImageLayer", 48 | "mvc": "1.0", 49 | "SpriteId": "fd46d5b1-fe49-4ecf-b809-0a2449808fbe", 50 | "blendMode": 0, 51 | "isLocked": false, 52 | "name": "default", 53 | "opacity": 100, 54 | "visible": true 55 | } 56 | ], 57 | "origin": 9, 58 | "originLocked": false, 59 | "playbackSpeed": 15, 60 | "playbackSpeedType": 0, 61 | "premultiplyAlpha": false, 62 | "sepmasks": false, 63 | "swatchColours": null, 64 | "swfPrecision": 2.525, 65 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 66 | "type": 0, 67 | "width": 48, 68 | "xorig": 24, 69 | "yorig": 50 70 | } -------------------------------------------------------------------------------- /tilesets/tileset_1/output_tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/depth-system/d97b7c42ee8d1e361ba221eb5e9aefeb2c7ac4d8/tilesets/tileset_1/output_tileset.png -------------------------------------------------------------------------------- /tilesets/tileset_1/tileset_1.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "8a96eadc-2360-466a-ae4a-7a71b1cfda17", 3 | "modelName": "GMTileSet", 4 | "mvc": "1.11", 5 | "name": "tileset_1", 6 | "auto_tile_sets": [ 7 | 8 | ], 9 | "macroPageTiles": { 10 | "SerialiseData": null, 11 | "SerialiseHeight": 8, 12 | "SerialiseWidth": 11, 13 | "TileSerialiseData": [ 14 | 0, 15 | 0, 16 | 0, 17 | 0, 18 | 0, 19 | 0, 20 | 0, 21 | 0, 22 | 0, 23 | 0, 24 | 0, 25 | 0, 26 | 0, 27 | 0, 28 | 0, 29 | 0, 30 | 0, 31 | 0, 32 | 0, 33 | 0, 34 | 0, 35 | 0, 36 | 0, 37 | 0, 38 | 0, 39 | 0, 40 | 0, 41 | 0, 42 | 0, 43 | 0, 44 | 0, 45 | 0, 46 | 0, 47 | 0, 48 | 0, 49 | 0, 50 | 0, 51 | 0, 52 | 0, 53 | 0, 54 | 0, 55 | 0, 56 | 0, 57 | 0, 58 | 0, 59 | 0, 60 | 0, 61 | 0, 62 | 0, 63 | 0, 64 | 0, 65 | 0, 66 | 0, 67 | 0, 68 | 0, 69 | 0, 70 | 276, 71 | 231, 72 | 277, 73 | 0, 74 | 0, 75 | 294, 76 | 295, 77 | 0, 78 | 185, 79 | 186, 80 | 0, 81 | 230, 82 | 184, 83 | 228, 84 | 0, 85 | 0, 86 | 279, 87 | 278, 88 | 0, 89 | 0, 90 | 0, 91 | 0, 92 | 275, 93 | 229, 94 | 274, 95 | 0, 96 | 0, 97 | 0, 98 | 0, 99 | 0, 100 | 0, 101 | 0 102 | ] 103 | }, 104 | "out_columns": 18, 105 | "out_tilehborder": 2, 106 | "out_tilevborder": 2, 107 | "spriteId": "ac913661-4852-4ce1-89ce-3a031aed6119", 108 | "sprite_no_export": true, 109 | "textureGroupId": "1225f6b0-ac20-43bd-a82e-be73fa0b6f4f", 110 | "tile_animation": { 111 | "AnimationCreationOrder": null, 112 | "FrameData": [ 113 | 0, 114 | 1, 115 | 2, 116 | 3, 117 | 4, 118 | 5, 119 | 6, 120 | 7, 121 | 8, 122 | 9, 123 | 10, 124 | 11, 125 | 12, 126 | 13, 127 | 14, 128 | 15, 129 | 16, 130 | 17, 131 | 18, 132 | 19, 133 | 20, 134 | 21, 135 | 22, 136 | 23, 137 | 24, 138 | 25, 139 | 26, 140 | 27, 141 | 28, 142 | 29, 143 | 30, 144 | 31, 145 | 32, 146 | 33, 147 | 34, 148 | 35, 149 | 36, 150 | 37, 151 | 38, 152 | 39, 153 | 40, 154 | 41, 155 | 42, 156 | 43, 157 | 44, 158 | 45, 159 | 46, 160 | 47, 161 | 48, 162 | 49, 163 | 50, 164 | 51, 165 | 52, 166 | 53, 167 | 54, 168 | 55, 169 | 56, 170 | 57, 171 | 58, 172 | 59, 173 | 60, 174 | 61, 175 | 62, 176 | 63, 177 | 64, 178 | 65, 179 | 66, 180 | 67, 181 | 68, 182 | 69, 183 | 70, 184 | 71, 185 | 72, 186 | 73, 187 | 74, 188 | 75, 189 | 76, 190 | 77, 191 | 78, 192 | 79, 193 | 80, 194 | 81, 195 | 82, 196 | 83, 197 | 84, 198 | 85, 199 | 86, 200 | 87, 201 | 88, 202 | 89, 203 | 90, 204 | 91, 205 | 92, 206 | 93, 207 | 94, 208 | 95, 209 | 96, 210 | 97, 211 | 98, 212 | 99, 213 | 100, 214 | 101, 215 | 102, 216 | 103, 217 | 104, 218 | 105, 219 | 106, 220 | 107, 221 | 108, 222 | 109, 223 | 110, 224 | 111, 225 | 112, 226 | 113, 227 | 114, 228 | 115, 229 | 116, 230 | 117, 231 | 118, 232 | 119, 233 | 120, 234 | 121, 235 | 122, 236 | 123, 237 | 124, 238 | 125, 239 | 126, 240 | 127, 241 | 128, 242 | 129, 243 | 130, 244 | 131, 245 | 132, 246 | 133, 247 | 134, 248 | 135, 249 | 136, 250 | 137, 251 | 138, 252 | 139, 253 | 140, 254 | 141, 255 | 142, 256 | 143, 257 | 144, 258 | 145, 259 | 146, 260 | 147, 261 | 148, 262 | 149, 263 | 150, 264 | 151, 265 | 152, 266 | 153, 267 | 154, 268 | 155, 269 | 156, 270 | 157, 271 | 158, 272 | 159, 273 | 160, 274 | 161, 275 | 162, 276 | 163, 277 | 164, 278 | 165, 279 | 166, 280 | 167, 281 | 168, 282 | 169, 283 | 170, 284 | 171, 285 | 172, 286 | 173, 287 | 174, 288 | 175, 289 | 176, 290 | 177, 291 | 178, 292 | 179, 293 | 180, 294 | 181, 295 | 182, 296 | 183, 297 | 184, 298 | 185, 299 | 186, 300 | 187, 301 | 188, 302 | 189, 303 | 190, 304 | 191, 305 | 192, 306 | 193, 307 | 194, 308 | 195, 309 | 196, 310 | 197, 311 | 198, 312 | 199, 313 | 200, 314 | 201, 315 | 202, 316 | 203, 317 | 204, 318 | 205, 319 | 206, 320 | 207, 321 | 208, 322 | 209, 323 | 210, 324 | 211, 325 | 212, 326 | 213, 327 | 214, 328 | 215, 329 | 216, 330 | 217, 331 | 218, 332 | 219, 333 | 220, 334 | 221, 335 | 222, 336 | 223, 337 | 224, 338 | 225, 339 | 226, 340 | 227, 341 | 228, 342 | 229, 343 | 230, 344 | 231, 345 | 232, 346 | 233, 347 | 234, 348 | 235, 349 | 236, 350 | 237, 351 | 238, 352 | 239, 353 | 240, 354 | 241, 355 | 242, 356 | 243, 357 | 244, 358 | 245, 359 | 246, 360 | 247, 361 | 248, 362 | 249, 363 | 250, 364 | 251, 365 | 252, 366 | 253, 367 | 254, 368 | 255, 369 | 256, 370 | 257, 371 | 258, 372 | 259, 373 | 260, 374 | 261, 375 | 262, 376 | 263, 377 | 264, 378 | 265, 379 | 266, 380 | 267, 381 | 268, 382 | 269, 383 | 270, 384 | 271, 385 | 272, 386 | 273, 387 | 274, 388 | 275, 389 | 276, 390 | 277, 391 | 278, 392 | 279, 393 | 280, 394 | 281, 395 | 282, 396 | 283, 397 | 284, 398 | 285, 399 | 286, 400 | 287, 401 | 288, 402 | 289, 403 | 290, 404 | 291, 405 | 292, 406 | 293, 407 | 294, 408 | 295, 409 | 296, 410 | 297, 411 | 298, 412 | 299, 413 | 300, 414 | 301, 415 | 302, 416 | 303, 417 | 304, 418 | 305, 419 | 306, 420 | 307 421 | ], 422 | "SerialiseFrameCount": 1 423 | }, 424 | "tile_animation_frames": [ 425 | 426 | ], 427 | "tile_animation_speed": 15, 428 | "tile_count": 308, 429 | "tileheight": 16, 430 | "tilehsep": 0, 431 | "tilevsep": 0, 432 | "tilewidth": 16, 433 | "tilexoff": 0, 434 | "tileyoff": 0 435 | } -------------------------------------------------------------------------------- /views/05f45e8d-a727-4650-b0c2-0ac5f793f164.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "05f45e8d-a727-4650-b0c2-0ac5f793f164", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "05f45e8d-a727-4650-b0c2-0ac5f793f164", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMShader", 10 | "folderName": "shaders", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Shaders" 13 | } -------------------------------------------------------------------------------- /views/128687b6-cf4b-4bad-bfec-52960e01a538.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "128687b6-cf4b-4bad-bfec-52960e01a538", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "128687b6-cf4b-4bad-bfec-52960e01a538", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMConfig", 10 | "folderName": "configs", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Configs" 13 | } -------------------------------------------------------------------------------- /views/1e95eeaf-b11a-44a2-a1b0-bd201f6366ee.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "1e95eeaf-b11a-44a2-a1b0-bd201f6366ee", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "1e95eeaf-b11a-44a2-a1b0-bd201f6366ee", 6 | "children": [ 7 | "ac913661-4852-4ce1-89ce-3a031aed6119" 8 | ], 9 | "filterType": "GMSprite", 10 | "folderName": "Tiles", 11 | "isDefaultView": false, 12 | "localisedFolderName": "" 13 | } -------------------------------------------------------------------------------- /views/297651c9-b7a7-4a65-97f1-8ceb3b64f65d.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "297651c9-b7a7-4a65-97f1-8ceb3b64f65d", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "297651c9-b7a7-4a65-97f1-8ceb3b64f65d", 6 | "children": [ 7 | "2ea73365-b6f1-4bd1-a454-d57a67e50684", 8 | "e3e41b8b-b981-42ce-aab7-e6265764c7a8", 9 | "83d63ce4-d03f-444b-b478-522ad5b314a9", 10 | "a09f41cd-a4f3-4818-9942-6c258e8a0b0e", 11 | "4c4a5f6b-851e-45f2-9d16-4e770693d0d6", 12 | "05f45e8d-a727-4650-b0c2-0ac5f793f164", 13 | "82f217a6-9373-47d2-85d9-14ce23a512a0", 14 | "5fd06095-db49-460e-9954-34d8113518c0", 15 | "f48fa589-53e5-4ce0-a010-c16b38192e31", 16 | "af01d96e-a301-41cc-9c82-eb60af19cbae", 17 | "53f34530-342f-440f-8cd3-3df3c5bfc232", 18 | "d3e83dba-5be8-436f-866d-9a5a2120adb1", 19 | "9c35e2b5-ef9d-468c-8d88-8e8636785ca0", 20 | "48b46420-2f90-4794-9064-b6fdfad99fbd", 21 | "128687b6-cf4b-4bad-bfec-52960e01a538" 22 | ], 23 | "filterType": "root", 24 | "folderName": "Default", 25 | "isDefaultView": true, 26 | "localisedFolderName": "" 27 | } -------------------------------------------------------------------------------- /views/2ea73365-b6f1-4bd1-a454-d57a67e50684.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "2ea73365-b6f1-4bd1-a454-d57a67e50684", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "2ea73365-b6f1-4bd1-a454-d57a67e50684", 6 | "children": [ 7 | "d74cdac8-2717-46a5-a8ed-5f732e02a268", 8 | "b68cebe1-d0fa-44ed-8a26-595c2885a1fc", 9 | "1e95eeaf-b11a-44a2-a1b0-bd201f6366ee" 10 | ], 11 | "filterType": "GMSprite", 12 | "folderName": "sprites", 13 | "isDefaultView": false, 14 | "localisedFolderName": "ResourceTree_Sprites" 15 | } -------------------------------------------------------------------------------- /views/48b46420-2f90-4794-9064-b6fdfad99fbd.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "48b46420-2f90-4794-9064-b6fdfad99fbd", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "48b46420-2f90-4794-9064-b6fdfad99fbd", 6 | "children": [ 7 | "ed6a955d-5826-4f98-a450-10b414266c27", 8 | "a9188620-a624-4a5a-83ae-a1b53faf038b", 9 | "cc98d028-7bdd-4680-85f3-c87a7baa481e", 10 | "f418569b-3bdd-4706-a0e4-364317f54032" 11 | ], 12 | "filterType": "GMOptions", 13 | "folderName": "options", 14 | "isDefaultView": false, 15 | "localisedFolderName": "ResourceTree_Options" 16 | } -------------------------------------------------------------------------------- /views/4c4a5f6b-851e-45f2-9d16-4e770693d0d6.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "4c4a5f6b-851e-45f2-9d16-4e770693d0d6", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "4c4a5f6b-851e-45f2-9d16-4e770693d0d6", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMScript", 10 | "folderName": "scripts", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Scripts" 13 | } -------------------------------------------------------------------------------- /views/53f34530-342f-440f-8cd3-3df3c5bfc232.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "53f34530-342f-440f-8cd3-3df3c5bfc232", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "53f34530-342f-440f-8cd3-3df3c5bfc232", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMNotes", 10 | "folderName": "notes", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Notes" 13 | } -------------------------------------------------------------------------------- /views/5fd06095-db49-460e-9954-34d8113518c0.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "5fd06095-db49-460e-9954-34d8113518c0", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "5fd06095-db49-460e-9954-34d8113518c0", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMTimeline", 10 | "folderName": "timelines", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Timelines" 13 | } -------------------------------------------------------------------------------- /views/82f217a6-9373-47d2-85d9-14ce23a512a0.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "82f217a6-9373-47d2-85d9-14ce23a512a0", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "82f217a6-9373-47d2-85d9-14ce23a512a0", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMFont", 10 | "folderName": "fonts", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Fonts" 13 | } -------------------------------------------------------------------------------- /views/83d63ce4-d03f-444b-b478-522ad5b314a9.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "83d63ce4-d03f-444b-b478-522ad5b314a9", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "83d63ce4-d03f-444b-b478-522ad5b314a9", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMSound", 10 | "folderName": "sounds", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Sounds" 13 | } -------------------------------------------------------------------------------- /views/8df8cbdc-c273-479a-83c9-496f2e62d294.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "8df8cbdc-c273-479a-83c9-496f2e62d294", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "8df8cbdc-c273-479a-83c9-496f2e62d294", 6 | "children": [ 7 | "556893b0-c414-45f4-b592-5ae7021b4e74", 8 | "2d0a83ba-80a2-40b2-8805-93347555ef97", 9 | "a9c4bc40-93a0-4449-a951-9bfc82428101" 10 | ], 11 | "filterType": "GMObject", 12 | "folderName": "Other", 13 | "isDefaultView": false, 14 | "localisedFolderName": "" 15 | } -------------------------------------------------------------------------------- /views/9c35e2b5-ef9d-468c-8d88-8e8636785ca0.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "9c35e2b5-ef9d-468c-8d88-8e8636785ca0", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "9c35e2b5-ef9d-468c-8d88-8e8636785ca0", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMExtension", 10 | "folderName": "extensions", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Extensions" 13 | } -------------------------------------------------------------------------------- /views/a09f41cd-a4f3-4818-9942-6c258e8a0b0e.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "a09f41cd-a4f3-4818-9942-6c258e8a0b0e", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "a09f41cd-a4f3-4818-9942-6c258e8a0b0e", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMPath", 10 | "folderName": "paths", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Paths" 13 | } -------------------------------------------------------------------------------- /views/aa4ccde8-d128-4dfe-a243-5efe2da9ff0d.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "aa4ccde8-d128-4dfe-a243-5efe2da9ff0d", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "aa4ccde8-d128-4dfe-a243-5efe2da9ff0d", 6 | "children": [ 7 | "638c7030-5359-4b3c-8e90-60cb3fcb9704" 8 | ], 9 | "filterType": "GMObject", 10 | "folderName": "Environment", 11 | "isDefaultView": false, 12 | "localisedFolderName": "" 13 | } -------------------------------------------------------------------------------- /views/af01d96e-a301-41cc-9c82-eb60af19cbae.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "af01d96e-a301-41cc-9c82-eb60af19cbae", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "af01d96e-a301-41cc-9c82-eb60af19cbae", 6 | "children": [ 7 | "bffbcd96-a8c7-431f-af4f-7f66e8f84189" 8 | ], 9 | "filterType": "GMRoom", 10 | "folderName": "rooms", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Rooms" 13 | } -------------------------------------------------------------------------------- /views/b68cebe1-d0fa-44ed-8a26-595c2885a1fc.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "b68cebe1-d0fa-44ed-8a26-595c2885a1fc", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "b68cebe1-d0fa-44ed-8a26-595c2885a1fc", 6 | "children": [ 7 | "fd46d5b1-fe49-4ecf-b809-0a2449808fbe", 8 | "b4fe38c4-c338-4d32-b85f-1b41d9a2446d" 9 | ], 10 | "filterType": "GMSprite", 11 | "folderName": "Environment", 12 | "isDefaultView": false, 13 | "localisedFolderName": "" 14 | } -------------------------------------------------------------------------------- /views/cc3b80a7-5d09-4bea-b9c8-b093f1b244c8.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "cc3b80a7-5d09-4bea-b9c8-b093f1b244c8", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "cc3b80a7-5d09-4bea-b9c8-b093f1b244c8", 6 | "children": [ 7 | "227a1abf-7147-4a8b-bb31-62a5d3a9a07e", 8 | "f1fbb653-bca3-4725-9e81-6a3556760d0c", 9 | "78fc92d3-2675-43e1-a794-30066b3aea37" 10 | ], 11 | "filterType": "GMObject", 12 | "folderName": "Beings", 13 | "isDefaultView": false, 14 | "localisedFolderName": "" 15 | } -------------------------------------------------------------------------------- /views/d3e83dba-5be8-436f-866d-9a5a2120adb1.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "d3e83dba-5be8-436f-866d-9a5a2120adb1", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "d3e83dba-5be8-436f-866d-9a5a2120adb1", 6 | "children": [ 7 | 8 | ], 9 | "filterType": "GMIncludedFile", 10 | "folderName": "datafiles", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_IncludedFiles" 13 | } -------------------------------------------------------------------------------- /views/d74cdac8-2717-46a5-a8ed-5f732e02a268.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "d74cdac8-2717-46a5-a8ed-5f732e02a268", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "d74cdac8-2717-46a5-a8ed-5f732e02a268", 6 | "children": [ 7 | "acfe2407-bee7-4ce9-ac58-d3327085f21b", 8 | "62e5c66d-8c36-4bc8-af71-c4119d077b56", 9 | "583b7bc3-11a0-419c-8028-17f69745ce53", 10 | "bd8b3db8-e5e6-44f1-bfcf-45d3242a0122", 11 | "31ff7d32-f0cd-4e2e-a129-338e3e580a1a" 12 | ], 13 | "filterType": "GMSprite", 14 | "folderName": "Beings", 15 | "isDefaultView": false, 16 | "localisedFolderName": "" 17 | } -------------------------------------------------------------------------------- /views/e3e41b8b-b981-42ce-aab7-e6265764c7a8.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "e3e41b8b-b981-42ce-aab7-e6265764c7a8", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "e3e41b8b-b981-42ce-aab7-e6265764c7a8", 6 | "children": [ 7 | "8a96eadc-2360-466a-ae4a-7a71b1cfda17" 8 | ], 9 | "filterType": "GMTileSet", 10 | "folderName": "tilesets", 11 | "isDefaultView": false, 12 | "localisedFolderName": "ResourceTree_Tilesets" 13 | } -------------------------------------------------------------------------------- /views/f48fa589-53e5-4ce0-a010-c16b38192e31.yy: -------------------------------------------------------------------------------- 1 | { 2 | "id": "f48fa589-53e5-4ce0-a010-c16b38192e31", 3 | "modelName": "GMFolder", 4 | "mvc": "1.1", 5 | "name": "f48fa589-53e5-4ce0-a010-c16b38192e31", 6 | "children": [ 7 | "8df8cbdc-c273-479a-83c9-496f2e62d294", 8 | "cc3b80a7-5d09-4bea-b9c8-b093f1b244c8", 9 | "aa4ccde8-d128-4dfe-a243-5efe2da9ff0d" 10 | ], 11 | "filterType": "GMObject", 12 | "folderName": "objects", 13 | "isDefaultView": false, 14 | "localisedFolderName": "ResourceTree_Objects" 15 | } --------------------------------------------------------------------------------