controls overlay
[carveJwlIkooP6JGAAIwe30JlM.git] / web / workshop / board_spec.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body{
6 margin:40px auto;
7 max-width:650px;
8 line-height:1.6;
9 font-size:18px;
10 color:#444;
11 padding:0 10px
12 }
13 h1,h2,h3{line-height:1.2}
14 </style>
15 </head>
16
17 <body>
18 <h1>Custom board specification</h1>
19 <p>Refer to this page if you want to make a completely new board from scratch,
20 otherwise use the template file.<br>
21 <br>
22 The board system looks for marker entities. These can be applied using the
23 entity tab in the skaterift exporter panel.</p>
24 <h3>The aliases used for the marker meshes:</h3>
25 <p>
26 <b>board</b><br>
27 <b>truck</b> (x2)<br>
28 <b>wheel</b> (x4)<br>
29 <br>
30 The scale of each part should be 1,1,1, and have no rotation.<br>
31 Origins should be correctly placed at the place where the items are joined to
32 eachother, refer to the diagram for the placement and size.
33 </p>
34 </body>
35 </html>