diff options
Diffstat (limited to 'cheatsheet/cheatsheet.html')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index e16d8cf..408825e 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; @@ -56,7 +57,6 @@ #audio pre code{border:10px solid; border-color:#d3b157; background-color:#e5d7ae; } #structs pre code{border:10px solid; border-color:#d2c9c6; background-color:#f8f8ff;} #colors pre code{border:10px solid; border-color:#c6d2c6; background-color:#e9f1f2;} - #math pre code{border:10px solid; border-color:#c170ff; background-color:#deb3ff; } #logo{width:128px; height:128px; float:left; position:relative; background-image:url(../common/img/raylib_logo.png);} #header{position:relative; height:110px; width: 1000px;} #title, #plinks, #version{position:relative; float:left; margin:0px; margin-left:10px; margin-top:10px;} @@ -72,7 +72,6 @@ #paudio{margin-bottom:-12px; margin-left:12px; color:#8c7539;} #pstructs{margin-bottom:-12px; margin-left:12px; color:#bcbccd;} #pcolors{margin-bottom:-12px; margin-left:12px; color:#bcbccd;} - #pmath{margin-bottom:-12px; margin-left:12px; color:#9d1cff;} #fullgroup{ display: grid; @@ -121,10 +120,6 @@ $('#structs pre code').text(data); $('#structs pre code').each(function(i, e) {hljs.highlightBlock(e)}); }, 'text'); - $.get('raylib_math.c', function(data) { - $('#math pre code').text(data); - $('#math pre code').each(function(i, e) {hljs.highlightBlock(e)}); - }, 'text'); }); </script> </head> @@ -162,14 +157,21 @@ <div id="colors"><pre><code class="cpp"></code></pre></div> </div> </div> - <p id="pmath">module: rmath</p> - <div id="math"><pre><code class="cpp"></code></pre></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-2022 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(){ |
