diff options
| author | Ray <[email protected]> | 2020-03-28 10:32:47 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-28 10:32:47 +0100 |
| commit | 14775c8e96b47e2cb312b07784d61de922aaf6a8 (patch) | |
| tree | af44eef3d22f62a32da13eb8e6e6c89a0a29f9f2 | |
| parent | 934d6eeea4735db43218f6b7a51e3df69b92d445 (diff) | |
| parent | 91157a840f59989d8a1d72df785dba404c02eef2 (diff) | |
| download | raylib.com-14775c8e96b47e2cb312b07784d61de922aaf6a8.tar.gz raylib.com-14775c8e96b47e2cb312b07784d61de922aaf6a8.zip | |
Merge pull request #8 from RobLoach/patch-1
Fix rTexPacker icon title
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ <div id="raylibtech" style="margin: 0 auto;"> <a href="https://raylibtech.itch.io/rfxgen" target="_blank"><img class="icon" src="images/raylibtech/rfxgen_128x128.png" title="rFXGen" alt="fx sounds generator" width="100" height="100"/></a> <a href="https://raylibtech.itch.io/rtexviewer" target="_blank"><img class="icon" src="images/raylibtech/rtexviewer_128x128.png" title="rTexViewer" alt="textures viewer and formats conversor" width="100" height="100"/></a> - <a href="https://raylibtech.itch.io/rtexpacker" target="_blank"><img class="icon" src="images/raylibtech/rtexpacker_128x128.png" title="rTexViewer" alt="textures packer and atlas generator" width="100" height="100"/></a> + <a href="https://raylibtech.itch.io/rtexpacker" target="_blank"><img class="icon" src="images/raylibtech/rtexpacker_128x128.png" title="rTexPacker" alt="textures packer and atlas generator" width="100" height="100"/></a> <a href="https://raylibtech.itch.io/riconpacker" target="_blank"><img class="icon" src="images/raylibtech/riconpacker_128x128.png" title="rIconPacker" alt="icons packer and extractor" width="100" height="100"/></a> <a href="https://raylibtech.itch.io/rguistyler" target="_blank"><img class="icon" src="images/raylibtech/rguistyler_128x128.png" title="rGuiStyler" alt="raygui styles editor" width="100" height="100"/></a> <a href="https://raylibtech.itch.io/rguilayout" target="_blank"><img class="icon" src="images/raylibtech/rguilayout_128x128.png" title="rGuiLayout" alt="raygui layout editor" width="100" height="100"/></a> |
