Fix for images not working, set path to relative directory

This commit is contained in:
kelson8 2025-01-09 20:59:51 -05:00
parent b8214d6f80
commit d2def8c21a

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?raw=true>
<img src=screenshots/LightModeToggle.png?raw=true>
</details>
<details>
<summary>Light mode toggle </summary>
<img src=/screenshots/LightModeToggle.png?raw=true>
<img src=screenshots/LightModeToggle.png?raw=true>
</details>
<details>
<summary> Windows message box test </summary>
<img src=/screenshots/MsgBoxTest.png?raw=true>
<img src=screenshots/MsgBoxTest.png?raw=true>
</details>
<details>
<summary> Read from text file </summary>
<img src=/screenshots/ReadFromTextFile.png?raw=true>
<img src=screenshots/ReadFromTextFile.png?raw=true>
</details>
<details>
<summary> Show demo window toggle </summary>
<img src=/screenshots/ReadFromTextFile.png?raw=true>
<img src=screenshots/ReadFromTextFile.png?raw=true>
</details>
<details>
<summary> Show demo window toggle </summary>
<img src=/screenshots/ReadFromTextFile.png?raw=true>
<img src=screenshots/ReadFromTextFile.png?raw=true>
</details>