Fix for images not working, set path to relative directory
This commit is contained in:
parent
b8214d6f80
commit
d2def8c21a
12
README.md
12
README.md
@ -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
|
Here are some images of what this ImGui test is so far
|
||||||
<details>
|
<details>
|
||||||
<summary> Key Press Test </summary>
|
<summary> Key Press Test </summary>
|
||||||
<img src=/screenshots/LightModeToggle.png?raw=true>
|
<img src=screenshots/LightModeToggle.png?raw=true>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Light mode toggle </summary>
|
<summary>Light mode toggle </summary>
|
||||||
<img src=/screenshots/LightModeToggle.png?raw=true>
|
<img src=screenshots/LightModeToggle.png?raw=true>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary> Windows message box test </summary>
|
<summary> Windows message box test </summary>
|
||||||
<img src=/screenshots/MsgBoxTest.png?raw=true>
|
<img src=screenshots/MsgBoxTest.png?raw=true>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary> Read from text file </summary>
|
<summary> Read from text file </summary>
|
||||||
<img src=/screenshots/ReadFromTextFile.png?raw=true>
|
<img src=screenshots/ReadFromTextFile.png?raw=true>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary> Show demo window toggle </summary>
|
<summary> Show demo window toggle </summary>
|
||||||
<img src=/screenshots/ReadFromTextFile.png?raw=true>
|
<img src=screenshots/ReadFromTextFile.png?raw=true>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary> Show demo window toggle </summary>
|
<summary> Show demo window toggle </summary>
|
||||||
<img src=/screenshots/ReadFromTextFile.png?raw=true>
|
<img src=screenshots/ReadFromTextFile.png?raw=true>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user