-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWorld.html
More file actions
68 lines (57 loc) · 3.05 KB
/
World.html
File metadata and controls
68 lines (57 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|PT+Serif|Roboto+Mono&display=swap" rel="stylesheet">
<meta charset = "utf-8">
<title>This world</title>
<script src="code.js"></script>
</head>
<body oncontextmenu="return false;" style="margin: 0;background: rgb(35, 0, 66); -moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;">
<div style="float:right;font-size: calc(0em + 1.5vw); text-align: -webkit-center;font-family: 'PT Serif', serif;">
<div id ="fast" style="margin-top: 0.2em; " >
Медленный
</div>
<div id="luck" style="margin-top: 0.3em;">
Постоянность
</div>
<div id="cl_" style="margin-top: 0.3em;">
Одноцвет
</div>
<div id="IsZ" style="margin-top: 0.3em;">
Без параметра
</div>
<div id="reed" style="margin-top: 0.3em;">
Красный фон.
</div>
<div id="dance" style="margin-top: 0.3em;">
Без Дискотеки.
</div>
<div id="bad" style="margin-top: 0.3em">
Затирание</div>
<div id="obor" style="margin-top: 0.3em;">
Переворот
</div>
<div id="spon" style="margin-top: 0.3em;">
*Отцепка*
</div>
<div id="close" style="margin-top: 0.3em;">
Открытый.
</div>
<div id="made" style="margin-top: 0.3em;">
Режим создания
</div>
<div id ="gus" style="margin-top: 0.3em"> Густ</div>
<div id='clear' style="margin-top: 1em;color:white">
Lmb - move. <br> rmb - create <br>
<span id = 'daa1'> Clear all "R" </span> <br>
<span id = 'daa2'> Arrows, "+ -" <br> - move </span> <br>
<span id = 'daa3'> Remove "T" blocks </span> <br>
<span id = 'daa'> Transparency "Y" </span>
<br> Restored. buttons "f5" <br> Numbers (0-9) </div>
</div>
<canvas id="holst"> <canvas id="menu"> </canvas> </canvas>
<script>init()</script>
</body>
</html>