UNPKG
jsge
Version:
latest (1.7.0)
1.7.0
1.6.21
1.6.2
1.5.897
1.5.896
1.5.81
1.5.71
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.32
1.4.31
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.2.21
0.2.12
0.2.2
0.2.1
0.2.0
0.1.24
0.1.23
Javascript Game Engine
jsge
/
modules
/
assetsm
/
examples
/
index.html
15 lines
(14 loc)
•
270 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE
html
>
<
head
>
<
title
>
Tileset loader
</
title
>
<
style
>
body
{
overflow
: hidden;
margin
:
0
; }
</
style
>
</
head
>
<
body
>
<
div
id
=
"game_map"
>
</
div
>
<
script
type
=
"module"
src
=
"./index.js?r=76"
>
</
script
>
</body