-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcheat-sheet.html
91 lines (91 loc) · 4.5 KB
/
cheat-sheet.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html prefix="og: http://ogp.me/ns#">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Grab Level Modding Cheat Sheet | Grab Tools | .index | twhlynch</title>
<meta name="description" content="Level Modding Cheat Sheet for Grab VR">
<meta name="author" content="twhlynch">
<meta property="og:title" content="Grab Level Modding Cheat Sheet | Grab Tools | .index | twhlynch">
<meta property="og:description" content="Level Modding Cheat Sheet for Grab VR">
<meta property="og:site_name" content="Grab Level Modding Cheat Sheet | Grab Tools | .index | twhlynch">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta property="og:url" content="http://grab-tools.live/cheat-sheet">
<meta property="og:image" content="http://grab-tools.live/favicon.png">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="styles/cheat-sheet.css">
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/protobuf.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BDS57RBQ3Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BDS57RBQ3Q');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2378042345376266" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<p id="self-credit">Built by <a href="https://twhlynch.me">.index</a> and MiloJenSopha</p>
</nav>
<section>
<h3>Shapes</h4>
<div>
Model: <img src="/img/shapes/cube.svg" alt="">
Hitbox: <img src="/img/shapes/cube-r.svg" alt="">
Grabbable Hitbox: <img src="/img/shapes/cube-g.svg" alt="">
</div>
<h3>Effects</h4>
<div>
Ground: <img src="/img/effects/ground.svg" alt="">
Grabbable: <img src="/img/effects/grabbable.svg" alt="">
Grapplable: <img src="/img/effects/grapplable.svg" alt="">
Slide: <img src="/img/effects/slide.svg" alt="">
Bouncing: <img src="/img/effects/bouncing.svg" alt="">
Death: <img src="/img/effects/death.svg" alt="">
</div>
<h3>Textures</h4>
<div>
Textureless Color: <img src="/img/textures/color.png" alt="">
Transparent: <img src="/img/textures/transparent.png" alt="">
Default Colored: <img src="/img/textures/default_colored.png" alt="">
</div>
<div>
Default: <img src="/img/textures/default.png" alt="">
Grabbable: <img src="/img/textures/grabbable.png" alt="">
Grabbable Crumbling: <img src="/img/textures/grabbable_crumbling.png" alt="">
Wood: <img src="/img/textures/wood.png" alt="">
Ice: <img src="/img/textures/ice.png" alt="">
Lava: <img src="/img/textures/lava.png" alt="">
Grapplable: <img src="/img/textures/grapplable.png" alt="">
Grapplable Lava: <img src="/img/textures/grapplable_lava.png" alt="">
</div>
</section>
<main>
<table>
<tr>
<td>
<table>
<tr>
<td></td>
<td class="header"><b>Shape</b></td>
</tr>
<tr>
<td class="side"><b>Material</b></td>
<td>
<table class="sheet" id="data-table"></table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div id="save">Save</div>
<div id="copy">Copy</div>
</main>
<script src="js/cheat-sheet.js"></script>
</body>
</html>