From 064f7e7fa7e055746316a9670cfbb6761f02ff88 Mon Sep 17 00:00:00 2001 From: Tristan Rhodes Date: Mon, 7 Aug 2023 21:12:38 -0600 Subject: [PATCH] [Object Slicer] [Reviewed] [Update] Fix bug in parameter name for condition to delete object --- examples/object-slicer/object-slicer.json | 355 +++++++++------------- 1 file changed, 140 insertions(+), 215 deletions(-) diff --git a/examples/object-slicer/object-slicer.json b/examples/object-slicer/object-slicer.json index b846466bf..9d6c0c466 100644 --- a/examples/object-slicer/object-slicer.json +++ b/examples/object-slicer/object-slicer.json @@ -8,6 +8,8 @@ }, "properties": { "adaptGameResolutionAtRuntime": true, + "antialiasingMode": "MSAA", + "antialisingEnabledOnMobile": false, "folderProject": false, "orientation": "landscape", "packageName": "com.example.gamename", @@ -73,9 +75,14 @@ "showGDevelopSplash": true, "showProgressBar": true }, + "watermark": { + "placement": "bottom-left", + "showWatermark": true + }, "authorIds": [ "gqDaZjCfevOOxBYkK6zlhtZnXCg1" ], + "authorUsernames": [], "categories": [ "simulation" ], @@ -1594,6 +1601,7 @@ ], "objects": [ { + "adaptCollisionMaskAutomatically": false, "assetStoreId": "", "name": "ZombieBoy", "tags": "", @@ -2351,6 +2359,7 @@ ] }, { + "adaptCollisionMaskAutomatically": false, "assetStoreId": "0d91b7b0a2a8562a0172b4d5e9bf3d80340f866a030aa7a5f3baf6157840f1c3", "name": "RedHero", "tags": "", @@ -3376,6 +3385,7 @@ ] }, { + "adaptCollisionMaskAutomatically": false, "assetStoreId": "", "name": "Gordon", "tags": "", @@ -3685,6 +3695,7 @@ ] }, { + "adaptCollisionMaskAutomatically": false, "assetStoreId": "", "name": "Captain", "tags": "", @@ -4874,6 +4885,7 @@ ] }, { + "adaptCollisionMaskAutomatically": false, "assetStoreId": "", "name": "RubberDucktopus", "tags": "", @@ -4967,6 +4979,7 @@ ] }, { + "adaptCollisionMaskAutomatically": false, "assetStoreId": "", "name": "WhitePixel", "tags": "", @@ -5120,6 +5133,7 @@ } }, { + "adaptCollisionMaskAutomatically": false, "assetStoreId": "", "name": "HoverColor", "tags": "", @@ -5338,7 +5352,8 @@ "r": 0 }, "absoluteCoordinates": false, - "clearBetweenFrames": true + "clearBetweenFrames": true, + "antialiasing": "none" }, { "assetStoreId": "", @@ -5390,7 +5405,8 @@ "r": 0 }, "absoluteCoordinates": false, - "clearBetweenFrames": true + "clearBetweenFrames": true, + "antialiasing": "none" }, { "assetStoreId": "", @@ -6589,8 +6605,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set variables based on slider values", - "comment2": "" + "comment": "Set variables based on slider values" }, { "type": "BuiltinCommonInstructions::Standard", @@ -6628,8 +6643,7 @@ "textG": 0, "textR": 0 }, - "comment": "Update text with current values", - "comment2": "" + "comment": "Update text with current values" }, { "type": "BuiltinCommonInstructions::Standard", @@ -6792,8 +6806,7 @@ "textG": 0, "textR": 0 }, - "comment": "Update text", - "comment2": "" + "comment": "Update text" }, { "type": "BuiltinCommonInstructions::Standard", @@ -6851,8 +6864,7 @@ "textG": 0, "textR": 0 }, - "comment": "Show the color that the mouse is on", - "comment2": "" + "comment": "Show the color that the mouse is on" }, { "disabled": true, @@ -6898,9 +6910,14 @@ "ambientLightColorB": 0, "ambientLightColorG": -2147483360, "ambientLightColorR": 158, + "camera3DFarPlaneDistance": 10000, + "camera3DFieldOfView": 45, + "camera3DNearPlaneDistance": 0.1, "followBaseLayerCamera": false, "isLightingLayer": false, + "isLocked": false, "name": "", + "renderingType": "", "visibility": true, "cameras": [ { @@ -6920,9 +6937,14 @@ "ambientLightColorB": 8342408, "ambientLightColorG": 6043328, "ambientLightColorR": 8808784, + "camera3DFarPlaneDistance": 10000, + "camera3DFieldOfView": 45, + "camera3DNearPlaneDistance": 0.1, "followBaseLayerCamera": false, "isLightingLayer": false, + "isLocked": false, "name": "Blocks", + "renderingType": "", "visibility": true, "cameras": [], "effects": [ @@ -6944,9 +6966,14 @@ "ambientLightColorB": 134217728, "ambientLightColorG": 6026736, "ambientLightColorR": 12105000, + "camera3DFarPlaneDistance": 10000, + "camera3DFieldOfView": 45, + "camera3DNearPlaneDistance": 0.1, "followBaseLayerCamera": false, "isLightingLayer": false, + "isLocked": false, "name": "UI", + "renderingType": "", "visibility": true, "cameras": [], "effects": [] @@ -7045,8 +7072,7 @@ "textG": 0, "textR": 0 }, - "comment": "We don't use the touch capability condition because the device could have both touch and cursor.", - "comment2": "" + "comment": "We don't use the touch capability condition because the device could have both touch and cursor." }, { "type": "BuiltinCommonInstructions::Standard", @@ -7093,8 +7119,7 @@ "textG": 0, "textR": 0 }, - "comment": "The \"Validated\" state only last one frame.", - "comment2": "" + "comment": "The \"Validated\" state only last one frame." }, { "type": "BuiltinCommonInstructions::Standard", @@ -7144,8 +7169,7 @@ "textG": 0, "textR": 0 }, - "comment": "Make sure the cursor position is only checked once per frame.", - "comment2": "" + "comment": "Make sure the cursor position is only checked once per frame." }, { "type": "BuiltinCommonInstructions::Standard", @@ -7221,8 +7245,7 @@ "textG": 0, "textR": 0 }, - "comment": "Touches are always pressed, so ShouldCheckHovering doesn't matter.", - "comment2": "" + "comment": "Touches are always pressed, so ShouldCheckHovering doesn't matter." }, { "type": "BuiltinCommonInstructions::Standard", @@ -7441,8 +7464,7 @@ "textG": 0, "textR": 0 }, - "comment": "Ignore mouse events when a touch is active because the mouse is probably an echo of touch events.\nThe mouse press could be a touch that has not the right TouchId.", - "comment2": "" + "comment": "Ignore mouse events when a touch is active because the mouse is probably an echo of touch events.\nThe mouse press could be a touch that has not the right TouchId." }, { "type": "BuiltinCommonInstructions::Standard", @@ -7491,8 +7513,7 @@ "textG": 0, "textR": 0 }, - "comment": "The trigger once must be before the state condition to detect a new press.", - "comment2": "" + "comment": "The trigger once must be before the state condition to detect a new press." }, { "type": "BuiltinCommonInstructions::Standard", @@ -7777,8 +7798,7 @@ "textG": 0, "textR": 0 }, - "comment": "Ignore mouse events when a touch is active because the mouse is probably an echo of touch events.\nThe mouse release could be a touch release that has not the right TouchId.", - "comment2": "" + "comment": "Ignore mouse events when a touch is active because the mouse is probably an echo of touch events.\nThe mouse release could be a touch release that has not the right TouchId." }, { "type": "BuiltinCommonInstructions::Standard", @@ -8337,8 +8357,7 @@ "textG": 0, "textR": 0 }, - "comment": "Using a function avoid the OR to unselect Object when the property is not set.", - "comment2": "" + "comment": "Using a function avoid the OR to unselect Object when the property is not set." }, { "type": "BuiltinCommonInstructions::Standard", @@ -8492,8 +8511,7 @@ "textG": 0, "textR": 0 }, - "comment": "Create one background instance for of each state.\nOnly the instance for the current state is shown.", - "comment2": "" + "comment": "Create one background instance for of each state.\nOnly the instance for the current state is shown." }, { "type": "BuiltinCommonInstructions::Standard", @@ -8573,8 +8591,7 @@ "textG": 0, "textR": 0 }, - "comment": "Place the label over the backgrounds.", - "comment2": "" + "comment": "Place the label over the backgrounds." }, { "type": "BuiltinCommonInstructions::Standard", @@ -8705,8 +8722,7 @@ "textG": 0, "textR": 0 }, - "comment": "Show the right background accordingly to the new state.", - "comment2": "" + "comment": "Show the right background accordingly to the new state." }, { "type": "BuiltinCommonInstructions::Standard", @@ -9071,8 +9087,7 @@ "textG": 0, "textR": 0 }, - "comment": "Children instances must be resized when the button size change:\n- backgrounds for each state are resized to take the full dimensions of the button\n- the label is put back at the center of the button\n\nThe scale is set back to 1 because it means that the parent instance has the same dimensions as the union of its children instances.", - "comment2": "" + "comment": "Children instances must be resized when the button size change:\n- backgrounds for each state are resized to take the full dimensions of the button\n- the label is put back at the center of the button\n\nThe scale is set back to 1 because it means that the parent instance has the same dimensions as the union of its children instances." }, { "type": "BuiltinCommonInstructions::Standard", @@ -9880,8 +9895,7 @@ "textG": 0, "textR": 0 }, - "comment": "Make sure object doesn't get re-drawn every frame", - "comment2": "" + "comment": "Make sure object doesn't get re-drawn every frame" }, { "type": "BuiltinCommonInstructions::Standard", @@ -9908,8 +9922,7 @@ "textG": 0, "textR": 0 }, - "comment": "Start halo at same size as thumb", - "comment2": "" + "comment": "Start halo at same size as thumb" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10017,8 +10030,7 @@ "textG": 0, "textR": 0 }, - "comment": "Grow halo even more when pressed", - "comment2": "" + "comment": "Grow halo even more when pressed" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10057,8 +10069,7 @@ "textG": 0, "textR": 0 }, - "comment": "Detect press ending", - "comment2": "" + "comment": "Detect press ending" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10098,8 +10109,7 @@ "textG": 0, "textR": 0 }, - "comment": "Detect hover and touch/click", - "comment2": "" + "comment": "Detect hover and touch/click" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10127,8 +10137,7 @@ "textG": 0, "textR": 0 }, - "comment": "Detect mouse clicks near checkbox", - "comment2": "" + "comment": "Detect mouse clicks near checkbox" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10248,8 +10257,7 @@ "textG": 0, "textR": 0 }, - "comment": "Reset hover detection ", - "comment2": "" + "comment": "Reset hover detection " }, { "type": "BuiltinCommonInstructions::Standard", @@ -10277,8 +10285,7 @@ "textG": 0, "textR": 0 }, - "comment": "Grow halo when hovered", - "comment2": "" + "comment": "Grow halo when hovered" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10376,8 +10383,7 @@ "textG": 0, "textR": 0 }, - "comment": "Shrink halo to zero when not hovered", - "comment2": "" + "comment": "Shrink halo to zero when not hovered" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10438,8 +10444,7 @@ "textG": 0, "textR": 0 }, - "comment": "Redraw checkbox only when halo is not at final size", - "comment2": "" + "comment": "Redraw checkbox only when halo is not at final size" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10625,8 +10630,7 @@ "textG": 0, "textR": 0 }, - "comment": "Fix inputs that create malformed checkboxes", - "comment2": "" + "comment": "Fix inputs that create malformed checkboxes" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10790,8 +10794,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set halo radius, if not specified", - "comment2": "" + "comment": "Set halo radius, if not specified" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10832,8 +10835,7 @@ "textG": 0, "textR": 0 }, - "comment": "Check if halo is bigger than checkbox", - "comment2": "" + "comment": "Check if halo is bigger than checkbox" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10862,8 +10864,7 @@ "textG": 0, "textR": 0 }, - "comment": "Prepare halo", - "comment2": "" + "comment": "Prepare halo" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10900,8 +10901,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw halo (it will grow or shrink as needed)", - "comment2": "" + "comment": "Draw halo (it will grow or shrink as needed)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -10951,8 +10951,7 @@ "textG": 0, "textR": 0 }, - "comment": "Use a more opaque halo while being dragged (it will grow or shrink as needed)", - "comment2": "" + "comment": "Use a more opaque halo while being dragged (it will grow or shrink as needed)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -11015,8 +11014,7 @@ "textG": 0, "textR": 0 }, - "comment": "Change shape painter based on properties", - "comment2": "" + "comment": "Change shape painter based on properties" }, { "type": "BuiltinCommonInstructions::Standard", @@ -11195,8 +11193,7 @@ "textG": 0, "textR": 0 }, - "comment": "Prepare color of checkmark", - "comment2": "" + "comment": "Prepare color of checkmark" }, { "type": "BuiltinCommonInstructions::Standard", @@ -11223,8 +11220,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw left-side of checkmark", - "comment2": "" + "comment": "Draw left-side of checkmark" }, { "type": "BuiltinCommonInstructions::Standard", @@ -11255,8 +11251,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw right-side of checkmark", - "comment2": "" + "comment": "Draw right-side of checkmark" }, { "type": "BuiltinCommonInstructions::Standard", @@ -11446,8 +11441,7 @@ "textG": 0, "textR": 0 }, - "comment": "Stop dragging (so the checkbox won't be dragging when it gets enabled)", - "comment2": "" + "comment": "Stop dragging (so the checkbox won't be dragging when it gets enabled)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -11475,8 +11469,7 @@ "textG": 0, "textR": 0 }, - "comment": "Reset halo size (so halo won't appear when checkbox gets enabled)", - "comment2": "" + "comment": "Reset halo size (so halo won't appear when checkbox gets enabled)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -12776,8 +12769,7 @@ "textG": 0, "textR": 0 }, - "comment": "Include border in the collision mask", - "comment2": "" + "comment": "Include border in the collision mask" }, { "type": "BuiltinCommonInstructions::Standard", @@ -13072,8 +13064,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set the center of movement to the initial location of the object", - "comment2": "" + "comment": "Set the center of movement to the initial location of the object" }, { "type": "BuiltinCommonInstructions::Standard", @@ -13136,8 +13127,7 @@ "textG": 0, "textR": 0 }, - "comment": "Move the object", - "comment2": "" + "comment": "Move the object" }, { "type": "BuiltinCommonInstructions::Standard", @@ -13205,8 +13195,7 @@ "textG": 0, "textR": 0 }, - "comment": "Increment counters that are used to calculate movement", - "comment2": "" + "comment": "Increment counters that are used to calculate movement" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14029,8 +14018,7 @@ "textG": 0, "textR": 0 }, - "comment": "Reset counter variables", - "comment2": "" + "comment": "Reset counter variables" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14068,8 +14056,7 @@ "textG": 0, "textR": 0 }, - "comment": "Cycle through units and calculate a sum of their position value ", - "comment2": "" + "comment": "Cycle through units and calculate a sum of their position value " }, { "type": "BuiltinCommonInstructions::ForEach", @@ -14115,8 +14102,7 @@ "textG": 0, "textR": 0 }, - "comment": "Prevent dividing by 0", - "comment2": "" + "comment": "Prevent dividing by 0" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14153,8 +14139,7 @@ "textG": 0, "textR": 0 }, - "comment": "Divide the the sum of positions by the number of objects to get the average position", - "comment2": "" + "comment": "Divide the the sum of positions by the number of objects to get the average position" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14212,8 +14197,7 @@ "textG": 0, "textR": 0 }, - "comment": "Reset counter variables", - "comment2": "" + "comment": "Reset counter variables" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14251,8 +14235,7 @@ "textG": 0, "textR": 0 }, - "comment": "Cycle through units and calculate a sum of their position value ", - "comment2": "" + "comment": "Cycle through units and calculate a sum of their position value " }, { "type": "BuiltinCommonInstructions::ForEach", @@ -14298,8 +14281,7 @@ "textG": 0, "textR": 0 }, - "comment": "Prevent dividing by 0", - "comment2": "" + "comment": "Prevent dividing by 0" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14336,8 +14318,7 @@ "textG": 0, "textR": 0 }, - "comment": "Divide the the sum of positions by the number of objects to get the average position", - "comment2": "" + "comment": "Divide the the sum of positions by the number of objects to get the average position" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14453,8 +14434,7 @@ "textG": 0, "textR": 0 }, - "comment": "Make sure object doesn't get re-drawn every frame", - "comment2": "" + "comment": "Make sure object doesn't get re-drawn every frame" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14481,8 +14461,7 @@ "textG": 0, "textR": 0 }, - "comment": "Use correct min value (instead of always starting at 0)", - "comment2": "" + "comment": "Use correct min value (instead of always starting at 0)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14511,8 +14490,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set track height function (which enforces valid thumb sizes)", - "comment2": "" + "comment": "Set track height function (which enforces valid thumb sizes)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14541,8 +14519,7 @@ "textG": 0, "textR": 0 }, - "comment": "Start halo at same size as thumb", - "comment2": "" + "comment": "Start halo at same size as thumb" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14635,8 +14612,7 @@ "textG": 0, "textR": 0 }, - "comment": "Track where the mouse is (in relation to object)", - "comment2": "" + "comment": "Track where the mouse is (in relation to object)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14676,8 +14652,7 @@ "textG": 0, "textR": 0 }, - "comment": "Move slider when being dragged", - "comment2": "" + "comment": "Move slider when being dragged" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14726,8 +14701,7 @@ "textG": 0, "textR": 0 }, - "comment": "End sliding and update variables", - "comment2": "" + "comment": "End sliding and update variables" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14765,8 +14739,7 @@ "textG": 0, "textR": 0 }, - "comment": "Update \"Value\" based on the location of the thumb", - "comment2": "" + "comment": "Update \"Value\" based on the location of the thumb" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14795,8 +14768,7 @@ "textG": 0, "textR": 0 }, - "comment": "Grow halo even more when pressed", - "comment2": "" + "comment": "Grow halo even more when pressed" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14827,8 +14799,7 @@ "textG": 0, "textR": 0 }, - "comment": "Detect hover/touch/click (but only if the layer and object is visible, and the object is not already being dragged)", - "comment2": "" + "comment": "Detect hover/touch/click (but only if the layer and object is visible, and the object is not already being dragged)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14856,8 +14827,7 @@ "textG": 0, "textR": 0 }, - "comment": "Detect mouse clicks near track, start dragging", - "comment2": "" + "comment": "Detect mouse clicks near track, start dragging" }, { "type": "BuiltinCommonInstructions::Standard", @@ -14959,8 +14929,7 @@ "textG": 0, "textR": 0 }, - "comment": "Reset hover detection ", - "comment2": "" + "comment": "Reset hover detection " }, { "type": "BuiltinCommonInstructions::Standard", @@ -14988,8 +14957,7 @@ "textG": 0, "textR": 0 }, - "comment": "Grow halo when hovered", - "comment2": "" + "comment": "Grow halo when hovered" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15079,8 +15047,7 @@ "textG": 0, "textR": 0 }, - "comment": "Shrink halo to zero when not hovered", - "comment2": "" + "comment": "Shrink halo to zero when not hovered" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15141,8 +15108,7 @@ "textG": 0, "textR": 0 }, - "comment": "Redraw slider only when halo is not at final size", - "comment2": "" + "comment": "Redraw slider only when halo is not at final size" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15328,8 +15294,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set inactive track parameters (by default, use thumb color)", - "comment2": "" + "comment": "Set inactive track parameters (by default, use thumb color)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15421,8 +15386,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw inactive track", - "comment2": "" + "comment": "Draw inactive track" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15452,8 +15416,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw half circle at end of track (inactive side)", - "comment2": "" + "comment": "Draw half circle at end of track (inactive side)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15508,8 +15471,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set active track parameters (by default, use thumb color)", - "comment2": "" + "comment": "Set active track parameters (by default, use thumb color)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15591,8 +15553,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw active track (2 pixels bigger than property) ", - "comment2": "" + "comment": "Draw active track (2 pixels bigger than property) " }, { "type": "BuiltinCommonInstructions::Standard", @@ -15622,8 +15583,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw half circle at end of track (active side)", - "comment2": "" + "comment": "Draw half circle at end of track (active side)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15695,8 +15655,7 @@ "textG": 0, "textR": 0 }, - "comment": "Prepare halo", - "comment2": "" + "comment": "Prepare halo" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15733,8 +15692,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw halo (it will grow or shrink as needed)", - "comment2": "" + "comment": "Draw halo (it will grow or shrink as needed)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15784,8 +15742,7 @@ "textG": 0, "textR": 0 }, - "comment": "Use a more opaque halo while being dragged (it will grow or shrink as needed)", - "comment2": "" + "comment": "Use a more opaque halo while being dragged (it will grow or shrink as needed)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15848,8 +15805,7 @@ "textG": 0, "textR": 0 }, - "comment": "Prepare thumb settings", - "comment2": "" + "comment": "Prepare thumb settings" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15886,8 +15842,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw Circle thumb", - "comment2": "" + "comment": "Draw Circle thumb" }, { "type": "BuiltinCommonInstructions::Standard", @@ -15928,8 +15883,7 @@ "textG": 0, "textR": 0 }, - "comment": "Draw Rectangle thumb", - "comment2": "" + "comment": "Draw Rectangle thumb" }, { "type": "BuiltinCommonInstructions::Standard", @@ -16128,8 +16082,7 @@ "textG": 0, "textR": 0 }, - "comment": "Stop dragging (so the slider won't be dragging when it gets enabled)", - "comment2": "" + "comment": "Stop dragging (so the slider won't be dragging when it gets enabled)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -16157,8 +16110,7 @@ "textG": 0, "textR": 0 }, - "comment": "Reset halo size (so halo won't appear when slider gets enabled)", - "comment2": "" + "comment": "Reset halo size (so halo won't appear when slider gets enabled)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -16418,8 +16370,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set the proper offset (it moves the slider)", - "comment2": "" + "comment": "Set the proper offset (it moves the slider)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -16956,8 +16907,7 @@ "textG": 0, "textR": 0 }, - "comment": "Move thumb to correct place (based on new track size)", - "comment2": "" + "comment": "Move thumb to correct place (based on new track size)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -17043,8 +16993,7 @@ "textG": 0, "textR": 0 }, - "comment": "Make sure thumb width is not smaller than track height + 2 pixels (to prevent track ends from showing)", - "comment2": "" + "comment": "Make sure thumb width is not smaller than track height + 2 pixels (to prevent track ends from showing)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -17144,8 +17093,7 @@ "textG": 0, "textR": 0 }, - "comment": "Thumb cannot be less than track thickness (plus 2 pixels)", - "comment2": "" + "comment": "Thumb cannot be less than track thickness (plus 2 pixels)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -17230,8 +17178,7 @@ "textG": 0, "textR": 0 }, - "comment": "Thumb cannot be less than track thickness (plus 2 pixels)", - "comment2": "" + "comment": "Thumb cannot be less than track thickness (plus 2 pixels)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -17514,8 +17461,7 @@ "textG": 0, "textR": 0 }, - "comment": "Make sure thumb width is not smaller than track height (to prevent track ends from showing)", - "comment2": "" + "comment": "Make sure thumb width is not smaller than track height (to prevent track ends from showing)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -18994,8 +18940,7 @@ "textG": 0, "textR": 0 }, - "comment": "Make sure object is dynamic", - "comment2": "" + "comment": "Make sure object is dynamic" }, { "type": "BuiltinCommonInstructions::Standard", @@ -19033,8 +18978,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set an object variable that can be used to manage objects affected by the explosion (such as opacity tween and delete)", - "comment2": "" + "comment": "Set an object variable that can be used to manage objects affected by the explosion (such as opacity tween and delete)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -19073,8 +19017,7 @@ "textG": 0, "textR": 0 }, - "comment": "Calculate explosion force based on how close it is to the center of explosion", - "comment2": "" + "comment": "Calculate explosion force based on how close it is to the center of explosion" }, { "type": "BuiltinCommonInstructions::Standard", @@ -19103,8 +19046,7 @@ "textG": 0, "textR": 0 }, - "comment": "Apply explosion forces away from the center (power based on distance from center)", - "comment2": "" + "comment": "Apply explosion forces away from the center (power based on distance from center)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -19227,8 +19169,7 @@ "textG": 0, "textR": 0 }, - "comment": "Temp object is created to record its width and height (which is needed to calculate spacing).", - "comment2": "" + "comment": "Temp object is created to record its width and height (which is needed to calculate spacing)." }, { "type": "BuiltinCommonInstructions::Standard", @@ -19287,8 +19228,7 @@ "textG": 0, "textR": 0 }, - "comment": "Temp variables to track progress in drawing the grid", - "comment2": "" + "comment": "Temp variables to track progress in drawing the grid" }, { "type": "BuiltinCommonInstructions::Standard", @@ -19336,8 +19276,7 @@ "textG": 0, "textR": 0 }, - "comment": "Starting at top left, create objects in grid.", - "comment2": "" + "comment": "Starting at top left, create objects in grid." }, { "infiniteLoopWarning": true, @@ -19481,8 +19420,7 @@ "textG": 0, "textR": 0 }, - "comment": "If the current row is complete, move to the next row.", - "comment2": "" + "comment": "If the current row is complete, move to the next row." }, { "type": "BuiltinCommonInstructions::Standard", @@ -19531,8 +19469,7 @@ "textG": 0, "textR": 0 }, - "comment": "If the last row is complete, stop creating new objects.", - "comment2": "" + "comment": "If the last row is complete, stop creating new objects." }, { "type": "BuiltinCommonInstructions::Standard", @@ -20757,8 +20694,7 @@ "textG": 0, "textR": 0 }, - "comment": "Calculate dimensions of small objects", - "comment2": "" + "comment": "Calculate dimensions of small objects" }, { "type": "BuiltinCommonInstructions::Standard", @@ -20796,8 +20732,7 @@ "textG": 0, "textR": 0 }, - "comment": "Record the top left corner of sprite", - "comment2": "" + "comment": "Record the top left corner of sprite" }, { "type": "BuiltinCommonInstructions::Standard", @@ -20835,8 +20770,7 @@ "textG": 0, "textR": 0 }, - "comment": "Scan sprite from top to bottom", - "comment2": "" + "comment": "Scan sprite from top to bottom" }, { "type": "BuiltinCommonInstructions::Standard", @@ -20882,8 +20816,7 @@ "textG": 0, "textR": 0 }, - "comment": "Search left to right", - "comment2": "" + "comment": "Search left to right" }, { "infiniteLoopWarning": true, @@ -20913,8 +20846,7 @@ "textG": 0, "textR": 0 }, - "comment": " Record the center of Fragment (used to check if it would be inside the collision mask)", - "comment2": "" + "comment": " Record the center of Fragment (used to check if it would be inside the collision mask)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -20952,8 +20884,7 @@ "textG": 0, "textR": 0 }, - "comment": "Only create objects when their center would be inside the collison mask of the object", - "comment2": "" + "comment": "Only create objects when their center would be inside the collison mask of the object" }, { "type": "BuiltinCommonInstructions::Standard", @@ -21020,8 +20951,7 @@ "textG": 0, "textR": 0 }, - "comment": "Adjust the size of the new object", - "comment2": "" + "comment": "Adjust the size of the new object" }, { "type": "BuiltinCommonInstructions::Standard", @@ -21059,8 +20989,7 @@ "textG": 0, "textR": 0 }, - "comment": "Set position based on center of piece (in case the origin has been moved)", - "comment2": "" + "comment": "Set position based on center of piece (in case the origin has been moved)" }, { "type": "BuiltinCommonInstructions::Standard", @@ -21090,8 +21019,7 @@ "textG": 0, "textR": 0 }, - "comment": "Match the color of the pixel that is in the center of the new Fragment", - "comment2": "" + "comment": "Match the color of the pixel that is in the center of the new Fragment" }, { "type": "BuiltinCommonInstructions::Standard", @@ -21175,8 +21103,7 @@ "textG": 0, "textR": 0 }, - "comment": "Search to the right", - "comment2": "" + "comment": "Search to the right" }, { "type": "BuiltinCommonInstructions::Standard", @@ -21206,8 +21133,7 @@ "textG": 0, "textR": 0 }, - "comment": "Search down and start over on the left side", - "comment2": "" + "comment": "Search down and start over on the left side" }, { "type": "BuiltinCommonInstructions::Standard", @@ -21247,8 +21173,7 @@ "textG": 0, "textR": 0 }, - "comment": "Delete object if desired", - "comment2": "" + "comment": "Delete object if desired" }, { "type": "BuiltinCommonInstructions::Standard", @@ -21258,7 +21183,7 @@ "value": "GetArgumentAsBoolean" }, "parameters": [ - "GetArgumentAsString(\"DeleteObject\")" + "\"DeleteObject\"" ] } ],