Skip to content

Commit f95296a

Browse files
authored
[Flash] [Reviewed] Removed deprecated lifecycle function (#957)
Removed deprecated lifecycle function
1 parent 9de7136 commit f95296a

File tree

1 file changed

+1
-156
lines changed

1 file changed

+1
-156
lines changed

extensions/reviewed/Flash.json

Lines changed: 1 addition & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Flash",
99
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/flash-outline.svg",
1010
"shortDescription": "Make an object flash visibility (blink), color tint, object effect, or opacity (fade).",
11-
"version": "1.1.0",
11+
"version": "1.1.1",
1212
"description": [
1313
"Make an object flash for a period of time so that it alternates between two different states.",
1414
"Includes the ability to flash visibility (blink), color tint, object effect, or opacity (fade).",
@@ -795,44 +795,6 @@
795795
],
796796
"objectGroups": []
797797
},
798-
{
799-
"fullName": "",
800-
"functionType": "Action",
801-
"name": "onOwnerRemovedFromScene",
802-
"sentence": "",
803-
"events": [
804-
{
805-
"type": "BuiltinCommonInstructions::Standard",
806-
"conditions": [],
807-
"actions": [
808-
{
809-
"type": {
810-
"value": "Flash::Flash::Stop"
811-
},
812-
"parameters": [
813-
"Object",
814-
"Behavior",
815-
""
816-
]
817-
}
818-
]
819-
}
820-
],
821-
"parameters": [
822-
{
823-
"description": "Object",
824-
"name": "Object",
825-
"type": "object"
826-
},
827-
{
828-
"description": "Behavior",
829-
"name": "Behavior",
830-
"supplementaryInformation": "Flash::Flash",
831-
"type": "behavior"
832-
}
833-
],
834-
"objectGroups": []
835-
},
836798
{
837799
"fullName": "",
838800
"functionType": "Action",
@@ -1323,45 +1285,6 @@
13231285
],
13241286
"objectGroups": []
13251287
},
1326-
{
1327-
"fullName": "",
1328-
"functionType": "Action",
1329-
"name": "onOwnerRemovedFromScene",
1330-
"sentence": "",
1331-
"events": [
1332-
{
1333-
"type": "BuiltinCommonInstructions::Standard",
1334-
"conditions": [],
1335-
"actions": [
1336-
{
1337-
"type": {
1338-
"value": "Flash::FlashColor::Stop"
1339-
},
1340-
"parameters": [
1341-
"Object",
1342-
"Behavior",
1343-
""
1344-
]
1345-
}
1346-
]
1347-
}
1348-
],
1349-
"parameters": [
1350-
{
1351-
"description": "Object",
1352-
"name": "Object",
1353-
"supplementaryInformation": "Sprite",
1354-
"type": "object"
1355-
},
1356-
{
1357-
"description": "Behavior",
1358-
"name": "Behavior",
1359-
"supplementaryInformation": "Flash::FlashColor",
1360-
"type": "behavior"
1361-
}
1362-
],
1363-
"objectGroups": []
1364-
},
13651288
{
13661289
"fullName": "",
13671290
"functionType": "Action",
@@ -1909,45 +1832,6 @@
19091832
],
19101833
"objectGroups": []
19111834
},
1912-
{
1913-
"fullName": "",
1914-
"functionType": "Action",
1915-
"name": "onOwnerRemovedFromScene",
1916-
"sentence": "",
1917-
"events": [
1918-
{
1919-
"type": "BuiltinCommonInstructions::Standard",
1920-
"conditions": [],
1921-
"actions": [
1922-
{
1923-
"type": {
1924-
"value": "Flash::FlashOpacity::Stop"
1925-
},
1926-
"parameters": [
1927-
"Object",
1928-
"Behavior",
1929-
""
1930-
]
1931-
}
1932-
]
1933-
}
1934-
],
1935-
"parameters": [
1936-
{
1937-
"description": "Object",
1938-
"name": "Object",
1939-
"supplementaryInformation": "Sprite",
1940-
"type": "object"
1941-
},
1942-
{
1943-
"description": "Behavior",
1944-
"name": "Behavior",
1945-
"supplementaryInformation": "Flash::FlashOpacity",
1946-
"type": "behavior"
1947-
}
1948-
],
1949-
"objectGroups": []
1950-
},
19511835
{
19521836
"fullName": "",
19531837
"functionType": "Action",
@@ -2588,45 +2472,6 @@
25882472
],
25892473
"objectGroups": []
25902474
},
2591-
{
2592-
"fullName": "",
2593-
"functionType": "Action",
2594-
"name": "onOwnerRemovedFromScene",
2595-
"sentence": "",
2596-
"events": [
2597-
{
2598-
"type": "BuiltinCommonInstructions::Standard",
2599-
"conditions": [],
2600-
"actions": [
2601-
{
2602-
"type": {
2603-
"value": "Flash::FlashEffect::Stop"
2604-
},
2605-
"parameters": [
2606-
"Object",
2607-
"Behavior",
2608-
""
2609-
]
2610-
}
2611-
]
2612-
}
2613-
],
2614-
"parameters": [
2615-
{
2616-
"description": "Object",
2617-
"name": "Object",
2618-
"supplementaryInformation": "Sprite",
2619-
"type": "object"
2620-
},
2621-
{
2622-
"description": "Behavior",
2623-
"name": "Behavior",
2624-
"supplementaryInformation": "Flash::FlashEffect",
2625-
"type": "behavior"
2626-
}
2627-
],
2628-
"objectGroups": []
2629-
},
26302475
{
26312476
"fullName": "",
26322477
"functionType": "Action",

0 commit comments

Comments
 (0)