File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
contributing/documentation Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -242,10 +242,12 @@ videos should be included with the following code snippet::
242242 :autoplay:
243243 :loop:
244244 :muted:
245+ :align: default
245246
246247Where ``documentation_video.webp `` would be changed to the name of the video you
247248created. Name your videos in a way that makes their meaning clear, possibly with
248249a prefix that makes their relationship to a documentation page explicit.
249250
250251The ``:autoplay: ``, ``:loop: `` and ``:muted: `` flags should always be specified
251252unless the video needs to play audio. In this case, do not specify *any * of these flags.
253+ The ``:align: default `` flag should always be specified.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ The video below displays how these values affect scrolling while in-game:
5454 :autoplay:
5555 :loop:
5656 :muted:
57+ :align: default
5758
5859Infinite repeat
5960---------------
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Interior environments can be created by using inverted primitives.
2727 :autoplay:
2828 :loop:
2929 :muted:
30+ :align: default
3031
3132.. seealso ::
3233
Original file line number Diff line number Diff line change @@ -121,3 +121,4 @@ Run the game and notice that mouse movement now rotates the camera around the ch
121121 :autoplay:
122122 :loop:
123123 :muted:
124+ :align: default
You can’t perform that action at this time.
0 commit comments