Skip to content

Commit 021ebc2

Browse files
committed
Replace remaining implicit figures
1 parent 90aab3a commit 021ebc2

File tree

5 files changed

+46
-22
lines changed

5 files changed

+46
-22
lines changed

.github/newsletter-template.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ Ideal section structure is:
5050
```
5151
### [Title]
5252
53-
![image/GIF description](image link)
54-
_image caption_
53+
{{ image_figure(
54+
alt="image/GIF description"
55+
src="image link"
56+
caption="image caption") }}
5557
5658
A paragraph or two with a summary and [useful links].
5759

content/news/007/index.md

+18-9
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,11 @@ Here is the February changelog:
216216
- Added music system
217217
```
218218

219-
[![veloren development](veloren3.gif)](https://youtube.com/watch?v=1ldHQfxCT24)
220-
_1 year of Veloren development. Click for the full video!_
219+
{{ image_figure(
220+
alt="veloren development"
221+
src="veloren3.gif"
222+
caption="1 year of Veloren development. Click for the full video!"
223+
link="https://youtube.com/watch?v=1ldHQfxCT24") }}
221224

222225
You can read more about some specific topics:
223226

@@ -496,9 +499,11 @@ Tetra itself also received two small updates recently:
496499

497500
### [Akigi][akigi]
498501

499-
![High detail terrain chunk with PRR](akigi.png)
500-
_Sampling a heightmap in the vertex shader and also computing the normal,
501-
tangent and bitangent vectors in the vertex shader._
502+
{{ image_figure(
503+
alt="High detail terrain chunk with PRR"
504+
src="akigi.png"
505+
caption="Sampling a heightmap in the vertex shader and also computing the normal,
506+
tangent and bitangent vectors in the vertex shader.") }}
502507

503508
[Akigi][akigi] is a multiplayer online world where most believe that humans are inferior.
504509

@@ -601,8 +606,10 @@ Check them out in the [latest winter devlog][grumpy_visitors].
601606

602607
### [Make China Great Again][china-great]
603608

604-
![cities, planes and keys](china.png)
605-
_Turn back planes to the port, by clicking right keys to the virus beat._
609+
{{ image_figure(
610+
alt="cities, planes and keys"
611+
src="china.png"
612+
caption="Turn back planes to the port, by clicking right keys to the virus beat.") }}
606613

607614
[Make China Great Again][china-great] ([source][china-great-src])
608615
by [@PsichiX] is a GlobalGameJam game written using [Oxygengine].
@@ -918,8 +925,10 @@ A showcase game is [being developed](https://github.com/lcnr/akari) with crow.
918925

919926
### miniquad: ["Rust 2D Engine 2020 Roadmap"][fedor-road]
920927

921-
![mainloop async/await experiment in macroquad](miniquad-sample.png)
922-
_mainloop async/await experiment in macroquad_
928+
{{ image_figure(
929+
alt="mainloop async/await experiment in macroquad"
930+
src="miniquad-sample.png"
931+
caption="mainloop async/await experiment in macroquad") }}
923932

924933
[miniquad] by [@fedor_games] is a safe cross-platform rendering library
925934
focused on portability and low-end platforms support.

content/news/009/index.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,11 @@ explaining why they've chosen Rust for their project's backend.
638638

639639
### [Symmetric Matrices & Triangle Numbers][matrices-post]
640640

641-
![an example of a multi-layered game level](rhea-player-orb.jpeg)
642-
_The pink orb should not collide with the player,
643-
but it should collide with the ground._
641+
{{ image_figure(
642+
alt="an example of a multi-layered game level"
643+
src="rhea-player-orb.jpeg"
644+
caption="The pink orb should not collide with the player,
645+
but it should collide with the ground.") }}
644646

645647
[Anthropic Studios][anthropic] has [shared a post][matrices-post]
646648
about implementing a layer system to ["Way of Rhea"'s][rhea] physics engine

content/news/010/index.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,11 @@ release as well. Veloren also now has an [Open Collective
8181
account][veloren-opencollective], and you can donate towards our infrastructure
8282
costs. GamingOnLinux [wrote an article][gamingonlinux] on Veloren's development.
8383

84-
[![0.6 release trailer](veloren_trailer.gif)](https://www.youtube.com/watch?v=kjDFVgWYMd4)
85-
_0.6 release trailer. Click for the full video!_
84+
{{ image_figure(
85+
alt="0.6 release trailer"
86+
src="veloren_trailer.gif"
87+
caption="0.6 release trailer. Click for the full video!"
88+
link="https://www.youtube.com/watch?v=kjDFVgWYMd4") }}
8689

8790
Here is the May changelog:
8891

@@ -217,8 +220,11 @@ Some of the updates:
217220

218221
### [Sandbox]
219222

220-
[![Sandbox gameplay demo](sandbox.jpeg)](https://streamable.com/0bhbol#)
221-
_click to see a gameplay demo_
223+
{{ image_figure(
224+
alt="Sandbox gameplay demo"
225+
src="sandbox.jpeg"
226+
caption="click to see a gameplay demo"
227+
link="https://streamable.com/0bhbol#") }}
222228

223229
[Sandbox] is a falling sand game by JMS55 that provides a variety of fun
224230
particle types to place, and then you get to watch the resulting interactions!

content/news/051/index.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,11 @@ He will [work on this feature](https://github.com/rust-gamedev/rust-gamedev.gith
8888

8989
### [Way of Rhea][wor]
9090

91-
[![Way of Rhea](wor.jpg)][wor]
92-
*Way of Rhea: a puzzle game. Available on Steam.*
91+
{{ image_figure(
92+
alt="Way of Rhea"
93+
src="wor.jpg"
94+
caption="Way of Rhea: a puzzle game. Available on Steam."
95+
link="https://store.steampowered.com/app/1110620/Way_of_Rhea/?utm_campaign=tmirgd&utm_source=n51") }}
9396

9497
[Way of Rhea][wor] released on May 20th as part of the
9598
[Cerebral Puzzle Showcase][wor-cps]!
@@ -138,8 +141,10 @@ This month:
138141

139142
### [mirr/orb]
140143

141-
![mirr/orb](mirrorb.png)
142-
_A typical level and its UI_
144+
{{ image_figure(
145+
alt="mirr/orb"
146+
src="mirrorb.png"
147+
caption="A typical level and its UI") }}
143148

144149
[mirr/orb] by [syn9]
145150
is a puzzle game about bouncing lasers off mirrors to activate orbs.

0 commit comments

Comments
 (0)