-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate.html
71 lines (68 loc) · 3.52 KB
/
create.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="MEA Docs" />
<meta property="og:type" content="website" />
<link rel="icon" href="./icons/ico/mea.ico" type="image/x-icon">
<meta property="og:url" content="https://blayms.github.io/mea-docs/" />
<meta property="og:description" content="ModExtraAssets Documentation Website. Tool made by Blayms" />
<meta property="og:image" content="https://cdn.discordapp.com/attachments/802912415326273566/1104511705737875641/mea.png" />
<title>MEA Docs</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/components/prism-csharp.min.js"></script>
</head>
<body>
<script src="global.js"></script>
<script src="website-functions.js"></script>
<div class="filler">
<div id="myModal" class="modal">
<div class="modal-content">
<div id="code-block"></div>
<span class="close">×</span>
</div>
</div>
<h2 id="header">
Method: <span style="color: rgb(151, 177, 180);">ModExtraAssets</span><span style="color: rgb(0, 228, 197);">.UI</span><span style="color: rgb(255, 123, 0);">.Create</span><<span style="color: rgb(151, 177, 180);">T</span>>();
</h2>
<h3>
Declaration
</h3>
<button id="openModal" style="background-color: rgb(44, 44, 44); color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; margin-left: 20px; font-family: 'Comic Sans MS', sans-serif;">Open Modal</button>
<h3>
Description
</h3>
<p>Used to create a UI element (e.g. TMP_Text, Slider, Image, Button) with a specific type and name</p>
<button id="openModal" style="background-color: rgb(44, 44, 44); color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; margin-left: 20px; font-family: 'Comic Sans MS', sans-serif;">Open Modal</button>
<div class="about">
<p class="yeartext"></p>
<div class="socials">
<a class="soclink" href="https://www.youtube.com/@BlaymsOff">
<img src="icons/media/youtube.png">
</a>
<a class="soclink" href="https://twitter.com/blaymsoff">
<img src="icons/media/twitter.png">
</a>
<a class="soclink" href="https://gamebanana.com/members/1698140">
<img src="icons/media/banana.png">
</a>
<a class="soclink" href="https://feugravite.itch.io/">
<img src="icons/media/itchio.png">
</a>
<a class="soclink" href="https://soundcloud.com/blaymsoff">
<img src="icons/media/soundcloud.png">
</a>
<a class="soclink" href="https://open.spotify.com/artist/6arFOFpmWAtFNjqvekseAm">
<img src="icons/media/spotify.png">
</a>
<a class="soclink" href="https://blayms.github.io/about-me/">
<img src="icons/media/information.png">
</a>
</div>
</div>
</div>
</body>
</html>