Skip to content

Commit 76a4812

Browse files
authored
Add links to asset packs in descriptions (#1861)
- Don't show in changelog
1 parent 0ff2b3d commit 76a4812

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

extensions/community/Scrollbar.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/c1313ac0735bd1c08d7327fd9a56b4d8cebf1b343f9ba82f1b141358433e1cdb_Interface Elements_interface_ui_scroll_bar_scrollbar.svg",
1111
"shortDescription": "A scrollbar to help making a scroll view.",
1212
"version": "1.0.0",
13-
"description": "A scrollbar to help making a scroll view.",
13+
"description": [
14+
"A scrollbar to help making a scroll view.",
15+
"",
16+
"An example of scroll view can be found in the [multiplayer custom lobbies](https://wiki.gdevelop.io/gdevelop5/extensions/multiplayer-custom-lobbies/) extension."],
1417
"tags": [
1518
"scroll",
1619
"bar"

extensions/reviewed/MultiplayerCustomLobbies.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"description": [
1414
"Customize the interface of multiplayer lobbies.",
1515
"",
16+
"There are ready-to-use custom lobbies in the asset-store [lobbies pack](https://editor.gdevelop.io/?initial-dialog=asset-store&asset-pack=multiplayer-custom-lobbies-multiplayer-custom-lobbies).",
17+
"",
1618
"Joining will only work if the \"join after game starts\" setting is enabled, as the game automatically starts after joining a lobby."
1719
],
1820
"tags": [

extensions/reviewed/ScoreCounter.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg",
1111
"shortDescription": "An animated score counter with an icon and a customisable font.",
1212
"version": "1.2.0",
13-
"description": "An animated score counter with an icon and a customisable font.",
13+
"description": [
14+
"An animated score counter with an icon and a customisable font.",
15+
"",
16+
"There are ready-to-use counters in the asset-store [score counters pack](https://editor.gdevelop.io/?initial-dialog=asset-store&asset-pack=score-counters-score-counters)."],
1417
"origin": {
1518
"identifier": "ScoreCounter",
1619
"name": "gdevelop-extension-store"

extensions/reviewed/StarRatingBar.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"description": [
1414
"An animated bar to rate out of 5, or more by editing and adding more stars in the object.",
1515
"The animation can be disabled.",
16-
"The star icon and background are customizable."
16+
"The star icon and background are customizable.",
17+
"",
18+
"There are ready-to-use bars in the asset-store [star rating bars pack](https://editor.gdevelop.io/?initial-dialog=asset-store&asset-pack=star-rating-bars-star-rating-bars)."
1719
],
1820
"origin": {
1921
"identifier": "StarRatingBar",

extensions/reviewed/TwoChoicesDialogBoxes.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"version": "0.3.1",
1313
"description": [
1414
"A dialog box showing multiple options (usually \"yes\" and \"no\") and a customizable text message.",
15-
"It handles keyboard, gamepad and touch controls."
15+
"It handles keyboard, gamepad and touch controls.",
16+
"",
17+
"There are ready-to-use dialog boxes in the asset-store [dialog boxes pack](https://editor.gdevelop.io/?initial-dialog=asset-store&asset-pack=dialog-boxes-dialog-boxes)."
1618
],
1719
"origin": {
1820
"identifier": "TwoChoicesDialogBoxes",

0 commit comments

Comments
 (0)