diff options
| author | Ray <[email protected]> | 2018-07-15 21:26:53 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-07-15 21:26:53 +0200 |
| commit | 055b0583d6096a0b621816a9374c412f1e929d3c (patch) | |
| tree | dfaa3889823d9964e288ef86091fa0b90d8c69df /cheatsheet/cheatsheet.html | |
| parent | 0a86a8aba37278723138647c4894fd89963195af (diff) | |
| download | raylib.com-055b0583d6096a0b621816a9374c412f1e929d3c.tar.gz raylib.com-055b0583d6096a0b621816a9374c412f1e929d3c.zip | |
Updated cheatsheet
Diffstat (limited to 'cheatsheet/cheatsheet.html')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index c3161fe..62eeb5b 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -40,7 +40,7 @@ body{background-color:#f5f5f5;} #fulldata{width: 1315px!important;} .eximage img{ margin: 0 auto; border: 1px solid; border-color: black; width:770px; height:auto;} - pre code{ width: auto!important; border: 1px solid; border-color:#b0b0b0; width:758px; height:auto; } + pre code{ font-family: Courier New; font-size:12px; width: auto!important; border: 1px solid; border-color:#b0b0b0; width:758px; height:auto; } .exdownbtn{width:250px; height:30px; float:left; position: relative; cursor:pointer; font-weight:bold; font-size:10px; line-height:30px; text-align: center; border-width:5px; background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; font-family: grixel_acme_7_wide_xtnd, Courier New, Verdana, Arial;} @@ -126,8 +126,9 @@ <div id="header"> <a id="logo" href="http://www.raylib.com/index.html"></a> <p id="title">[simple and easy-to-use library to learn videogames programming]</p> - <p id="plinks">[<a href="http://www.facebook.com/raylibgames" target="_blank">www.facebook.com/raylibgames</a>][<a href="https://github.com/raysan5/raylib">github.com/raysan5/raylib</a>]</p> - <p id="version">v1.8.0 quick reference card</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> </div> <br> <div id="fulldata"> @@ -154,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-2017 Ramon Santamaria (<a href="http://www.twitter.com/raysan5">@raysan5</a>)</p> + <p id="copyright">raylib quick reference card - Copyright (c) 2013-2018 Ramon Santamaria (<a href="http://www.twitter.com/raysan5">@raysan5</a>)</p> </div> |
