|
54 | 54 | "textG": 0, |
55 | 55 | "textR": 0 |
56 | 56 | }, |
57 | | - "comment": "Calculate dimensions of small objects", |
58 | | - "comment2": "" |
| 57 | + "comment": "Calculate dimensions of small objects" |
59 | 58 | }, |
60 | 59 | { |
61 | 60 | "type": "BuiltinCommonInstructions::Standard", |
|
93 | 92 | "textG": 0, |
94 | 93 | "textR": 0 |
95 | 94 | }, |
96 | | - "comment": "Record the top left corner of sprite", |
97 | | - "comment2": "" |
| 95 | + "comment": "Record the top left corner of sprite" |
98 | 96 | }, |
99 | 97 | { |
100 | 98 | "type": "BuiltinCommonInstructions::Standard", |
|
132 | 130 | "textG": 0, |
133 | 131 | "textR": 0 |
134 | 132 | }, |
135 | | - "comment": "Scan sprite from top to bottom", |
136 | | - "comment2": "" |
| 133 | + "comment": "Scan sprite from top to bottom" |
137 | 134 | }, |
138 | 135 | { |
139 | 136 | "type": "BuiltinCommonInstructions::Standard", |
|
179 | 176 | "textG": 0, |
180 | 177 | "textR": 0 |
181 | 178 | }, |
182 | | - "comment": "Search left to right", |
183 | | - "comment2": "" |
| 179 | + "comment": "Search left to right" |
184 | 180 | }, |
185 | 181 | { |
186 | 182 | "infiniteLoopWarning": true, |
|
210 | 206 | "textG": 0, |
211 | 207 | "textR": 0 |
212 | 208 | }, |
213 | | - "comment": " Record the center of Fragment (used to check if it would be inside the collision mask)", |
214 | | - "comment2": "" |
| 209 | + "comment": " Record the center of Fragment (used to check if it would be inside the collision mask)" |
215 | 210 | }, |
216 | 211 | { |
217 | 212 | "type": "BuiltinCommonInstructions::Standard", |
|
249 | 244 | "textG": 0, |
250 | 245 | "textR": 0 |
251 | 246 | }, |
252 | | - "comment": "Only create objects when their center would be inside the collison mask of the object", |
253 | | - "comment2": "" |
| 247 | + "comment": "Only create objects when their center would be inside the collison mask of the object" |
254 | 248 | }, |
255 | 249 | { |
256 | 250 | "type": "BuiltinCommonInstructions::Standard", |
|
317 | 311 | "textG": 0, |
318 | 312 | "textR": 0 |
319 | 313 | }, |
320 | | - "comment": "Adjust the size of the new object", |
321 | | - "comment2": "" |
| 314 | + "comment": "Adjust the size of the new object" |
322 | 315 | }, |
323 | 316 | { |
324 | 317 | "type": "BuiltinCommonInstructions::Standard", |
|
356 | 349 | "textG": 0, |
357 | 350 | "textR": 0 |
358 | 351 | }, |
359 | | - "comment": "Set position based on center of piece (in case the origin has been moved)", |
360 | | - "comment2": "" |
| 352 | + "comment": "Set position based on center of piece (in case the origin has been moved)" |
361 | 353 | }, |
362 | 354 | { |
363 | 355 | "type": "BuiltinCommonInstructions::Standard", |
|
387 | 379 | "textG": 0, |
388 | 380 | "textR": 0 |
389 | 381 | }, |
390 | | - "comment": "Match the color of the pixel that is in the center of the new Fragment", |
391 | | - "comment2": "" |
| 382 | + "comment": "Match the color of the pixel that is in the center of the new Fragment" |
392 | 383 | }, |
393 | 384 | { |
394 | 385 | "type": "BuiltinCommonInstructions::Standard", |
|
472 | 463 | "textG": 0, |
473 | 464 | "textR": 0 |
474 | 465 | }, |
475 | | - "comment": "Search to the right", |
476 | | - "comment2": "" |
| 466 | + "comment": "Search to the right" |
477 | 467 | }, |
478 | 468 | { |
479 | 469 | "type": "BuiltinCommonInstructions::Standard", |
|
503 | 493 | "textG": 0, |
504 | 494 | "textR": 0 |
505 | 495 | }, |
506 | | - "comment": "Search down and start over on the left side", |
507 | | - "comment2": "" |
| 496 | + "comment": "Search down and start over on the left side" |
508 | 497 | }, |
509 | 498 | { |
510 | 499 | "type": "BuiltinCommonInstructions::Standard", |
|
544 | 533 | "textG": 0, |
545 | 534 | "textR": 0 |
546 | 535 | }, |
547 | | - "comment": "Delete object if desired", |
548 | | - "comment2": "" |
| 536 | + "comment": "Delete object if desired" |
549 | 537 | }, |
550 | 538 | { |
551 | 539 | "type": "BuiltinCommonInstructions::Standard", |
|
555 | 543 | "value": "GetArgumentAsBoolean" |
556 | 544 | }, |
557 | 545 | "parameters": [ |
558 | | - "GetArgumentAsString(\"DeleteObject\")" |
| 546 | + "\"DeleteObject\"" |
559 | 547 | ] |
560 | 548 | } |
561 | 549 | ], |
|
0 commit comments