Skip to content

Commit 6686572

Browse files
authored
Update PopUp description
Don't show in changelog
1 parent 3012270 commit 6686572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/reviewed/PopUp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "",
33
"category": "User interface",
4-
"description": "This extension adds actions to display three kinds of pop-ups.\n\n## Alert\n - Pops-up a message that will pause the game until dismissed by the player.\n\n## Confirmation\n - Pops-up a dialogue containing a message with the option to either confirm or cancel.\n\n## Prompt\n**Note that this pop-up type is unsupported on previews and PC exports.**\n - Displays a message to the player with a text field to write an answer in. The player will also have the option to either confirm or discard their input.\n\n### Usage to save a value from a popup box:\n![Screenshot of the way to use the extension to save a value in a variable](https://i.imgur.com/2iR5ofz.png)\n",
4+
"description": "This extension adds actions to display three kinds of pop-ups.\n\n## Alert\n - Pops-up a message that will pause the game until dismissed by the player.\n\n## Confirmation\n - Pops-up a dialogue containing a message with the option to either confirm or cancel.\n\n## Prompt\n**Note that this pop-up type is unsupported on previews and PC exports.**\n - Displays a message to the player with a text field to write an answer in. The player will also have the option to either confirm or discard their input.\n",
55
"extensionNamespace": "",
66
"gdevelopVersion": ">=5.5.222",
77
"fullName": "Pop-up",
@@ -211,4 +211,4 @@
211211
}
212212
],
213213
"eventsBasedBehaviors": []
214-
}
214+
}

0 commit comments

Comments
 (0)