Skip to content

Commit bdc4ac9

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent af41cd6 commit bdc4ac9

File tree

7 files changed

+15
-58
lines changed

7 files changed

+15
-58
lines changed

docs/gdevelop5/extensions/depth-effect/index.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ Tips:
2020
- If you want speed to look constant, be sure to reduce the object's speed based on scale or Y value. If you don't do this, the object will appear to be moving faster when it is near the top of the screen. This matches how objects appear in the real world.
2121
- This extension works well with the Y-sort extension, which changes Z order based on Y position.
2222

23-
[Read more...](https://victrisgames.itch.io/extension-sinemovement-and-deptheffect)
23+
Breaking changes from 0.1.0
24+
25+
- The behavior dedicated to text has been removed as the other behavior now work for any object.
26+
2427

2528
!!! tip
2629
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
@@ -51,30 +54,6 @@ Set max scale when the object is at the bottom of the screen (Default: 2).
5154
| `Object.DepthEffect_Sprite::MaxScale()` | Max scale when the object is at the bottom of the screen. ||
5255
| `Object.DepthEffect_Sprite::PercentAwayFromHorizon()` | Percent away from the horizon. This is "0" at the horizon, and "1" at the bottom of the screen. ||
5356

54-
## Depth effect
55-
56-
The scale of the object decreases the closer it is to the horizon, giving the illusion that the object is travelling away from the viewer.
57-
58-
### Behavior actions
59-
60-
**Set exponential rate of change**
61-
Set Y exponential rate of change (Default: 2).
62-
63-
**Set Y position of horizon**
64-
Set Y position of horizon, where objects are infinitely small (Default: 0).
65-
66-
**Set max scale**
67-
Set max scale when the object is at the bottom of the screen (Default: 2).
68-
69-
### Behavior expressions
70-
71-
| Expression | Description | |
72-
|-----|-----|-----|
73-
| `Object.DepthEffect_Text::ExponentY()` | Exponential rate of change in scale based on the Y position. ||
74-
| `Object.DepthEffect_Text::HorizonY()` | Y value of horizon. ||
75-
| `Object.DepthEffect_Text::MaxScale()` | Max scale when the object is at the bottom of the screen. ||
76-
| `Object.DepthEffect_Text::PercentAwayFromHorizon()` | Percent away from horizon. This is 0 at the horizon, and 1 at the bottom of the screen. ||
77-
7857
---
7958

8059
*This page is an auto-generated reference page about the **Depth effect** extension, made by the community of [GDevelop, the open-source, cross-platform game engine designed for everyone](https://gdevelop.io/).* Learn more about [all GDevelop community-made extensions here](/gdevelop5/extensions).

docs/gdevelop5/extensions/flash-transition-painter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flash and transition painter
22

33
<img src="https://resources.gdevelop-app.com/assets/Icons/movie-filter.svg" class="extension-icon"></img>
4-
Behavior for shape painter allows you to paint a color all over the screen for period of time with an effect (useful for simulate flash and transition effect).
4+
Paint a color all over the screen for period of time with an effect (useful for simulate flash and transition effect).
55

66
**Authors and contributors** to this community extension: (not specified).
77

docs/gdevelop5/extensions/flash/index.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,7 @@ This can be used to:
2121
!!! tip
2222
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
2323

24-
## Actions
2524

26-
**Toggle an object effect**
27-
Toggle an object effect.
28-
29-
**Toggle object visibility**
30-
Toggle object visibility.
31-
32-
## Conditions
33-
34-
**Color tint applied to an object**
35-
Compare Color tint applied to an object.
36-
37-
## Expressions
38-
39-
| Expression | Description | |
40-
|-----|-----|-----|
41-
| `Flash::ColorTint()` | Return Color tint applied to an object. ||
42-
| `Flash::IsTinted()` | Check if a color tint is applied to an object. ||
4325

4426
## Flash visibility (blink)
4527

docs/gdevelop5/extensions/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,17 @@ Here are listed all the extensions available in GDevelop. The list is divided in
198198
||Name|Description||
199199
|---|---|---|---|
200200
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/b46f9cf1fc6b0ef59a461c7831003d1fb091137cbedbae876774f40f8b7dea97_pine-tree.svg" class="extension-icon"></img>|**3D Billboard**|Rotate 3D objects to appear like 2D sprites.|[Read more...](/gdevelop5/extensions/billboard)|
201-
|<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Virtual Reality/Virtual Reality_vr_computer_3d_cube_screen_tv.svg" class="extension-icon"></img>|**Depth effect**|Change scale based on Y position to simulate depth of field.|[Read more...](https://victrisgames.itch.io/extension-sinemovement-and-deptheffect) ([reference](/gdevelop5/extensions/depth-effect))|
201+
|<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Virtual Reality/Virtual Reality_vr_computer_3d_cube_screen_tv.svg" class="extension-icon"></img>|**Depth effect**|Change scale based on Y position to simulate depth of field.|[Read more...](/gdevelop5/extensions/depth-effect)|
202202
|<img src="https://resources.gdevelop-app.com/assets/Icons/flash-outline.svg" class="extension-icon"></img>|**Flash object**|Make an object flash visibility (blink), color tint, object effect, or opacity (fade).|[Read more...](/gdevelop5/extensions/flash)|
203203
|<img src="https://resources.gdevelop-app.com/assets/Icons/flash-outline.svg" class="extension-icon"></img>|**Flash layer**|Make a layer visible for a specified duration, and then hide the layer.|[Read more...](/gdevelop5/extensions/flash-layer)|
204-
|<img src="https://resources.gdevelop-app.com/assets/Icons/movie-filter.svg" class="extension-icon"></img>|**Flash and transition painter**|Behavior for shape painter allows you to paint a color all over the screen for period of time with an effect (useful for simulate flash and transition effect).|[Read more...](/gdevelop5/extensions/flash-transition-painter)|
204+
|<img src="https://resources.gdevelop-app.com/assets/Icons/movie-filter.svg" class="extension-icon"></img>|**Flash and transition painter**|Paint a color all over the screen for period of time with an effect (useful for simulate flash and transition effect).|[Read more...](/gdevelop5/extensions/flash-transition-painter)|
205205
|<img src="https://resources.gdevelop-app.com/assets/Icons/peanut-outline.svg" class="extension-icon"></img>|**Marching Squares (experimental)**|Allow to build a "scalar field" and draw contour lines of it: useful for fog of wars, liquid effects, paint the ground, etc...|[Read more...](/gdevelop5/extensions/marching-squares/details) ([reference](/gdevelop5/extensions/marching-squares))|
206206
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/2ea979b9db9294f26b40687e214f26d7926682457113ccc6dca4174bce6033aa_knife.svg" class="extension-icon"></img>|**Slice an object into pieces**|Slice an object into smaller pieces that match the color of original object.|[Read more...](/gdevelop5/extensions/object-slicer)|
207207
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/f2e5a34bf465f781866677762d385d6c8e9e8d203383f2df9a3b7e0fad6a2cb5_fire.svg" class="extension-icon"></img>|**3D particle emitter**|Display a large number of particles to create visual effects.|[Read more...](/gdevelop5/extensions/particle-emitter3d)|
208208
|<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Graphic Design/Graphic Design_color_colour_palette_paint_brush.svg" class="extension-icon"></img>|**Object recolorizer (experimental)**|Independently change the colors of a sprite, a tiled sprite or a panel sprite.|[Read more...](/gdevelop5/extensions/recolorizer)|
209209
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/e509cccd7fb426978c4a79b639670f624f773a886848d288a12be5c28dd7d380_sort-numeric-variant.svg" class="extension-icon"></img>|**Rolling counter**|Smoothly change a counter value in a text object.|[Read more...](/gdevelop5/extensions/rolling-counter)|
210210
|<img src="https://resources.gdevelop-app.com/assets/Icons/vector-arrange-above.svg" class="extension-icon"></img>|**Animate Shadow Clones**|Create and animate shadow clones that follow the path of a primary object.|[Read more...](https://www.youtube.com/watch?v=2t4ANYgrrak) ([reference](/gdevelop5/extensions/shadow-clones))|
211-
|<img src="https://resources.gdevelop-app.com/assets/Icons/arrow-all.svg" class="extension-icon"></img>|**Shake object**|Shake an object.|[Read more...](https://victrisgames.itch.io/gdevelop-camera-shake-example) ([reference](/gdevelop5/extensions/shake-object))|
211+
|<img src="https://resources.gdevelop-app.com/assets/Icons/arrow-all.svg" class="extension-icon"></img>|**Shake object**|Shake an object.|[Read more...](/gdevelop5/extensions/shake-object)|
212212
|<img src="https://resources.gdevelop-app.com/assets/Icons/vector-difference-ab.svg" class="extension-icon"></img>|**3D object shake**|Shake 3D objects.|[Read more...](/gdevelop5/extensions/shake-object3d)|
213213
|<img src="https://resources.gdevelop-app.com/assets/Icons/octagram-outline.svg" class="extension-icon"></img>|** Shock wave effect**|Draw shock wave.|[Read more...](/gdevelop5/extensions/shock-wave-effect)|
214214
|<img src="https://resources.gdevelop-app.com/assets/Icons/transition-masked.svg" class="extension-icon"></img>|**Object Masking**|Use a sprite or a shape painter to mask another object.|[Read more...](/gdevelop5/extensions/sprite-masking)|

docs/gdevelop5/extensions/pinch-gesture/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Move the camera or objects with pinching gestures.
99

1010
This extension allows to:
1111

12-
* Move, rotate and/or zoom the camera according to pinch gestures
13-
* Move, rotate and optionally scale objects according to pinch gestures
14-
* Handle more specific needs with various expressions
12+
- Move, rotate and/or zoom the camera according to pinch gestures
13+
- Move, rotate and optionally scale objects according to pinch gestures
14+
- Handle more specific needs with various expressions
1515

1616
Limitations:
1717

18-
* Only one pinching gesture is detected at a time
18+
- Only one pinching gesture is detected at a time
1919

2020
!!! tip
2121
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.

docs/gdevelop5/extensions/shake-object/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ It can be used for:
1717

1818
The top-down RPG example uses this extension for damage animations ([open the project online](https://editor.gdevelop.io/?project=example://top-down-rpg)).
1919

20-
[Read more...](https://victrisgames.itch.io/gdevelop-camera-shake-example)
21-
2220
!!! tip
2321
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
2422

2523

2624

2725
## Shake object (position, angle)
2826

29-
Shake an object, using one or more ways to shake (position, angle).
30-
This behavior can be used on any type of object.
27+
Shake objects with translation and rotation.
3128

3229
### Behavior actions
3330

@@ -47,8 +44,7 @@ _No expressions for this behavior._
4744

4845
## Shake object (position, angle, scale)
4946

50-
Shake an object, using one or more ways to shake (position, angle, scale)
51-
This behavior can only be used on sprite objects.
47+
Shake objects with translation, rotation and scale.
5248

5349
### Behavior actions
5450

docs/gdevelop5/extensions/sway/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It can be used to:
1717

1818
Set *Center* and *Origin* points to the center base of the object for best results.
1919

20-
Check out [this demo](https://liluo.io/bubble/swayexamples) to see what this extension can do.
20+
Check out [this demo](https://gd.games/bubble/swayexamples) to see what this extension can do.
2121

2222

2323
!!! tip

0 commit comments

Comments
 (0)