diff options
| author | Ray <[email protected]> | 2019-04-12 12:25:44 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-04-12 12:25:44 +0200 |
| commit | bf95bc1162e070d1b74940f353fa5bd444543871 (patch) | |
| tree | f733e13041161c552794fdd82de6c37d1456afb9 /cheatsheet/cheatsheet.html | |
| parent | a3b4e55e88fe1650c9daf3753ceace0292e8a66c (diff) | |
| download | raylib.com-bf95bc1162e070d1b74940f353fa5bd444543871.tar.gz raylib.com-bf95bc1162e070d1b74940f353fa5bd444543871.zip | |
Update cheatsheet to raylib v2.5
Diffstat (limited to 'cheatsheet/cheatsheet.html')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index 4ec905d..e9b187d 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -61,7 +61,7 @@ #plinks{color: gray;} #plinks a, #copyright a{color: gray; text-decoration:none;} #plinks a:hover{color: black;} - #version {margin-top: 23px;} + #version {margin-top: 23px; width:300px;} #pcore{margin-bottom:-12px; margin-left:12px; color:#5c5a5a;} #pshapes{margin-bottom:-12px; margin-left:12px; color:#c55757;} #ptextures{margin-bottom:-12px; margin-left:12px; color:#60815a;} @@ -125,10 +125,10 @@ <body> <div id="header"> <a id="logo" href="https://www.raylib.com/index.html"></a> - <p id="title">[simple and easy-to-use library to enjoy videogames programming]</p> + <p id="title">A simple and easy-to-use library to enjoy videogames programming</p> <p id="plinks">[<a href="https://discordapp.com/invite/VkzNHUE">raylib Discord server</a>][<a href="https://github.com/raysan5/raylib">github.com/raysan5/raylib</a>]</p> <p></p> - <p id="version">v2.0.0 quick reference card</p> + <p id="version">v2.5 quick reference card </p> </div> <br> <div id="fulldata"> @@ -155,7 +155,7 @@ <p id="pcolors">colors</p> <div id="colors"><pre><code class="cpp"></code></pre></div> </div> - <p id="copyright">raylib quick reference card - Copyright (c) 2013-2018 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p> + <p id="copyright">raylib quick reference card - Copyright (c) 2013-2019 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p> </div> |
