Skip to content

Commit 1a754bb

Browse files
committed
Add examples and documentation links.
1 parent bdecb9f commit 1a754bb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

examples/3d-endless-terrain/3d-endless-terrain.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,13 +2477,20 @@
24772477
"extensionNamespace": "",
24782478
"fullName": "3D height map",
24792479
"gdevelopVersion": ">=5.5.222",
2480-
"helpPath": "",
2480+
"helpPath": "/extensions/height-map-3d/details",
24812481
"iconUrl": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0ibWRpLXRlcnJhaW4iIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTQsNkwxMC4yNSwxMUwxMy4xLDE0LjhMMTEuNSwxNkM5LjgxLDEzLjc1IDcsMTAgNywxMEwxLDE4SDIzTDE0LDZaIiAvPjwvc3ZnPg==",
24822482
"name": "HeightMap3D",
24832483
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/10e0a26c0d500830dfe23b94138beb0ef61607ba62bca05a5aa5c849777f1b06_terrain.svg",
24842484
"shortDescription": "A terrain with hills where 3D physics objects can stand.",
24852485
"version": "1.0.0",
2486-
"description": "A terrain with hills where objects with the 3D physics behavior can stand.",
2486+
"description": [
2487+
"A terrain with hills where objects with the 3D physics behavior can stand.",
2488+
"",
2489+
"A terrain can be built from:",
2490+
"- an image file",
2491+
"- noise function ([open the project online](https://editor.gdevelop.io/?project=example://3d-endless-terrain))",
2492+
""
2493+
],
24872494
"tags": [
24882495
"3d",
24892496
"field",

0 commit comments

Comments
 (0)