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 80
80
margin-top : 0 ;
81
81
}
82
82
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;
84
88
}
85
89
ul li {
86
90
font-size : 1.2rem ;
@@ -536,7 +540,7 @@ <h2><a id="keyboard">Functions for Keyboard</a></h2>
536
540
// note: to check the space key use `iskeydown(" ")`.
537
541
iskeydown(key: string): boolean</ code > </ pre >
538
542
539
- < h2 > < a id ="math "> Math</ a > </ h2 >
543
+ < h2 > < a id ="math "> Functions for Math</ a > </ h2 >
540
544
541
545
< pre > < code class ="language-typescript "> /** General Math */
542
546
@@ -656,6 +660,8 @@ <h2><a id="math">Math</a></h2>
656
660
657
661
< h2 > < a id ="engine-api "> Engine API</ a > </ h2 >
658
662
663
+ < p > The following functions are most used internally, but also very useful when creating plugins.</ p >
664
+
659
665
< pre > < code class ="language-typescript "> // Loads a plugin.
660
666
// see: https://github.com/litecanvas/game-engine/blob/main/samples/plugin-basics/plugin-basics.js
661
667
use(callback): void
Original file line number Diff line number Diff line change 1
1
const cacheName = "luizbills.litecanvas-editor-v1" ;
2
- const version = "2.64 .0" ;
2
+ const version = "2.65 .0" ;
3
3
4
4
const precacheResources = [
5
5
"/" ,
You can’t perform that action at this time.
0 commit comments