From 7faafbf8fd988baf1502a258ffe0fe8eaa0363a1 Mon Sep 17 00:00:00 2001 From: Jacob Reckhard Date: Thu, 8 Sep 2022 21:05:51 -0600 Subject: seperated math from main cheatsheet --- cheatsheet/cheatsheet.html | 18 +++--- cheatsheet/raymath_cheatsheet.html | 123 +++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+), 8 deletions(-) create mode 100644 cheatsheet/raymath_cheatsheet.html 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'); }); @@ -162,14 +157,21 @@
-

module: rmath

-
+ +

Other cheatsheets

+ + + + + + + + + + + + + + + +
+
+

module: rmath

+
+ +

Other cheatsheets

+ + + +
+ + + + + + -- cgit v1.2.3