Skip to content

Commit f7e8856

Browse files
authored
Update README.md
1 parent 663c2eb commit f7e8856

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
Decompilation of the Toshi engine 1.0 and Jurassic Park: Operation Genesis (JPOG).
33

44
## Status
5-
<img src="https://opentoshi.net/progress/JPOG.svg" width="100%"/>
6-
<img src="https://opentoshi.net/progress/TKernelInterface.svg" width="50%"/><img src="https://opentoshi.net/progress/TApplication.svg" width="50%"/>
7-
<img src="https://opentoshi.net/progress/TRenderInterface.svg" width="50%"/><img src="https://opentoshi.net/progress/TRenderD3DInterface.svg" width="50%"/>
8-
<img src="https://opentoshi.net/progress/TGuiInterface.svg" width="50%"/><img src="https://opentoshi.net/progress/TSpriteShaderD3D.svg" width="50%"/>
9-
<img src="https://opentoshi.net/progress/PPropertyParser.svg" width="100%"/>
5+
<img src="https://opentoshi.net/progress/JPOG.svg" style="width:100%; display:block; margin-bottom: 1em;"/>
6+
7+
<div style="display:flex; flex-wrap:wrap; gap:0.5em;">
8+
<img src="https://opentoshi.net/progress/TKernelInterface.svg" style="width:49%;">
9+
<img src="https://opentoshi.net/progress/TApplication.svg" style="width:49%;">
10+
<img src="https://opentoshi.net/progress/TRenderInterface.svg" style="width:49%;">
11+
<img src="https://opentoshi.net/progress/TRenderD3DInterface.svg" style="width:49%;">
12+
<img src="https://opentoshi.net/progress/TGuiInterface.svg" style="width:49%;">
13+
<img src="https://opentoshi.net/progress/TSpriteShaderD3D.svg" style="width:49%;">
14+
</div>
1015

1116
At the moment, this is not an accurate representation of the actual progress of the decomp, since many functions have not been marked as done.
1217

0 commit comments

Comments
 (0)