diff options
| author | Ray <[email protected]> | 2023-01-19 20:47:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-19 20:47:48 +0100 |
| commit | b5b8c2328dfa95178489cb627032e4d91bf55726 (patch) | |
| tree | ddfba9162acb3ae420f01c444703a47183a55553 /cheatsheet/cheatsheet.html | |
| parent | 3df0b8a9aae3cb1a6b53d9a56aef7f9de3a9e6fb (diff) | |
| parent | 7faafbf8fd988baf1502a258ffe0fe8eaa0363a1 (diff) | |
| download | raylib.com-b5b8c2328dfa95178489cb627032e4d91bf55726.tar.gz raylib.com-b5b8c2328dfa95178489cb627032e4d91bf55726.zip | |
Merge pull request #41 from jacobrec/master
added cheatsheet generator
Diffstat (limited to 'cheatsheet/cheatsheet.html')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index 8eb4fc2..f63fde6 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -41,6 +41,7 @@ #fulldata{width: 1315px!important;} .eximage img{margin: 0 auto; border: 1px solid; border-color: black; width:770px; height:auto;} p{font-family: grixel_acme_7_wide_xtnd, Courier New, Verdana, Arial; font-size:13px; line-height:24px;} + a{font-family: grixel_acme_7_wide_xtnd, Courier New, Verdana, Arial; font-size:13px; line-height:24px;} 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; @@ -157,12 +158,21 @@ <div id="colors"><pre><code class="cpp"></code></pre></div> </div> </div> + + <p>Other cheatsheets</p> + <ul> + <li> + <a href="/cheatsheet/raymath_cheatsheet.html">raymath cheatsheet</a> + </li> + </ul> + <div id="copyright"> <p>raylib quick reference card - Copyright (c) 2013-2023 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p> </div> </div> + <!-- Google Analytics tracking code --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
