File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8080 margin-top : 0 ;
8181 }
8282 h2 {
83- margin-top : 2rem !important ;
83+ margin-top : 3rem ;
84+ border-bottom : 1px solid;
85+ padding-bottom : 0.15em ;
86+ font-size : 1.2rem ;
87+ text-transform : uppercase;
8488 }
8589 ul li {
8690 font-size : 1.2rem ;
@@ -536,7 +540,7 @@ <h2><a id="keyboard">Functions for Keyboard</a></h2>
536540// note: to check the space key use `iskeydown(" ")`.
537541iskeydown(key: string): boolean</ code > </ pre >
538542
539- < h2 > < a id ="math "> Math</ a > </ h2 >
543+ < h2 > < a id ="math "> Functions for Math</ a > </ h2 >
540544
541545 < pre > < code class ="language-typescript "> /** General Math */
542546
@@ -656,6 +660,8 @@ <h2><a id="math">Math</a></h2>
656660
657661 < h2 > < a id ="engine-api "> Engine API</ a > </ h2 >
658662
663+ < p > The following functions are most used internally, but also very useful when creating plugins.</ p >
664+
659665 < pre > < code class ="language-typescript "> // Loads a plugin.
660666// see: https://github.com/litecanvas/game-engine/blob/main/samples/plugin-basics/plugin-basics.js
661667use(callback): void
Original file line number Diff line number Diff line change 11const cacheName = "luizbills.litecanvas-editor-v1" ;
2- const version = "2.64 .0" ;
2+ const version = "2.65 .0" ;
33
44const precacheResources = [
55 "/" ,
You can’t perform that action at this time.
0 commit comments