Skip to content

Commit bb39554

Browse files
fix: bastion image not displaying properly (#132)
Corrected the syntax to make it properly generate the Figure and image Co-authored-by: Simon (Darkside) Jackson <darkside@zenithmoon.com>
1 parent df1b2ac commit bb39554

File tree

1 file changed

+2
-2
lines changed
  • articles/tutorials/building_2d_games/01_what_is_monogame

1 file changed

+2
-2
lines changed

articles/tutorials/building_2d_games/01_what_is_monogame/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Today, MonoGame is a mature cross-platform framework, that is built with the spi
2020
| ![Figure 1-1: Celeste](./images/celeste.png) | ![Figure 1-2: Stardew Valley](./images/stardew-valley.png) |
2121
| :-------------------------------------------------: | :--------------------------------------------------------: |
2222
| **Figure 1-1 Celeste.** | **Figure 1-2: Stardew Valley** |
23-
| ![Figure 1-3: Streets of Rage 4](./images/sor4.jpg) | [Figure 1-4: Bastion](./images/bastion.jpg) |
24-
| **Figure 1-3: Streets of Rage 4** | **Figure 1-4: Bastion** |
23+
| ![Figure 1-3: Streets of Rage 4](./images/sor4.jpg) | ![Figure 1-4: Bastion](./images/bastion.jpg) |
24+
| **Figure 1-3: Streets of Rage 4** | **Figure 1-4: Bastion** |
2525

2626
> [!NOTE]
2727
>

0 commit comments

Comments
 (0)