Possibly fix images not showing up in readme.

This commit is contained in:
kelson8 2025-01-09 20:58:18 -05:00
parent 2c46abf148
commit b8214d6f80

View File

@ -8,32 +8,32 @@ This works in DirectX9, OpenGL doesn't work yet and is a work in progress.
Here are some images of what this ImGui test is so far
<details>
<summary> Key Press Test </summary>
<img src=/screenshots/LightModeToggle.png>
<img src=/screenshots/LightModeToggle.png?raw=true>
</details>
<details>
<summary>Light mode toggle </summary>
<img src=/screenshots/LightModeToggle.png>
<img src=/screenshots/LightModeToggle.png?raw=true>
</details>
<details>
<summary> Windows message box test </summary>
<img src=/screenshots/MsgBoxTest.png>
<img src=/screenshots/MsgBoxTest.png?raw=true>
</details>
<details>
<summary> Read from text file </summary>
<img src=/screenshots/ReadFromTextFile.png>
<img src=/screenshots/ReadFromTextFile.png?raw=true>
</details>
<details>
<summary> Show demo window toggle </summary>
<img src=/screenshots/ReadFromTextFile.png>
<img src=/screenshots/ReadFromTextFile.png?raw=true>
</details>
<details>
<summary> Show demo window toggle </summary>
<img src=/screenshots/ReadFromTextFile.png>
<img src=/screenshots/ReadFromTextFile.png?raw=true>
</details>