forked from SprocketTools/SprocketTools.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDecalsContribute.html
53 lines (49 loc) · 2.09 KB
/
DecalsContribute.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
<html>
<head>
<title>Contribute Decals</title>
<link href='https://fonts.googleapis.com/css?family=Noto Sans' rel='stylesheet'>
<link rel="icon" type="image/x-icon" href="SprocketToolsLogo.png">
<link rel="stylesheet" href="styles_testing.css">
<style>
</style>
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="TopGearCalculator.html">Gear Calculator</a>
<a href="ContestTankPicker.html">Contest Tank Picker</a>
<a href="VehicleGenerator.html">Random Tank Picker</a>
<a href="resources.html">Guides</a>
<a href="credits.html">Credits</a>
<a href="https://www.youtube.com/watch?v=p7YXXieghto">Get Trolled</a>
<div class="dropdown active">
<button href="DecalsFeatured.html" class="dropbtn active">Decal Catalog
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="DecalsFeatured.html">Featured</a>
<a href="DecalsChalkText.html">Chalk Writing</a>
<a href="DecalsLabels.html">Labels</a>
<a href="DecalsMemes.html">Memes</a>
<a href="DecalsMisc.html">Miscellaneous</a>
<a href="DecalsNumbers.html">Numbers</a>
<a href="DecalsTextures.html">Textures</a>
<a class="active" href="DecalsContribute.html">Contribute your own!</a>
</div>
</div>
</div>
<div class="container">
<h1 class="text-center">Contributing Decals</h1>
<center>
<h4>To contribute your own decals to the catalog, you will need to send them to Colson. You can find him by joining <a href="https://discord.gg/ZUPZH5cKbj">his Discord server!</a></h4>
<h4>Decals will need to meet the following criteria:</h4>
<h6>- File size cannot exceed 256kb</h6>
<h6>- Names will need to be in PascalCase and not exceed 25 characters in length</h6>
<h6>- Decals need to be sent in a .zip file to simplify the integration process.</h6>
<br />
<h6>If possible, try to include a HTML text snippet like this for your decals, as it will help immensely with integrating decals into the system.</h6>
<img style="width:75%;" src="TextExample.png" />
</div>
</center>
</body>
</html>