diff options
| author | Rob Loach <[email protected]> | 2020-03-28 01:43:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-28 01:43:36 -0400 |
| commit | 91157a840f59989d8a1d72df785dba404c02eef2 (patch) | |
| tree | af44eef3d22f62a32da13eb8e6e6c89a0a29f9f2 /index.html | |
| parent | 934d6eeea4735db43218f6b7a51e3df69b92d445 (diff) | |
| download | raylib.com-91157a840f59989d8a1d72df785dba404c02eef2.tar.gz raylib.com-91157a840f59989d8a1d72df785dba404c02eef2.zip | |
Fix rTexPacker icon title
Diffstat (limited to 'index.html')
| -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> |
