Skip to content

Commit

Permalink
fix image centering when rendered on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar committed Jul 18, 2023
1 parent 0294775 commit bbeaaa9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions facades/PC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,19 @@ gradlew game --args='--help'
The main entry point for the PC Facade is `Terasology#main`.
Starting from there, the game engine is initialized and started according to the user inputs.

<figure style="border:1px #cccccc solid; padding:4px;">

<p align="center">
<img src="./docs/pc-facade-overview.drawio.svg" alt="Architectural overview of the PC Facade entry point."/>
Architectural overview of the PC Facade entry point.
</p>

<p>
<!-- this image is an editable SVG created with Draw.io -->
<img
style="display:block; margin-left:auto; margin-right:auto"
<img
src="./docs/pc-facade-overview.drawio.svg"
alt="Architectural overview of the PC Facade entry point."/>
<figcaption style="text-align:center;">Architectural overview of the PC Facade entry point.</figcaption>
</figure>
<p align="center"><i>Architectural overview of the PC Facade entry point.</i></p>
</p>

The execution flow is as follows:

Expand Down

0 comments on commit bbeaaa9

Please sign in to comment.