Team:UCLA/sams extra css

From 2014.igem.org

(Difference between revisions)
Line 105: Line 105:
<body>
<body>
<canvas id="c"></canvas>
<canvas id="c"></canvas>
-
 
-
<div id="info">
 
-
  <div id="top">
 
-
    <a id="site" href="http://www.lonely-pixel.com" target="_blank">my website</a>
 
-
    <a id="close" href="">&times;</a>
 
-
  </div>
 
-
  <p>
 
-
    <br>- Tear the cloth with your mouse.
 
-
    <br>
 
-
    <br>- Right click and drag to cut the cloth
 
-
    <br>
 
-
    <br>- Reduce physics_accuracy if it's laggy.
 
-
    <br>
 
-
    <br>
 
-
    <br><a id="github" target="_blank" href="http://github.com/suffick/Tearable-Cloth">View on GitHub</a>
 
-
    <br>
 
-
  </p>
 
-
</div>
 
</body>
</body>
Line 131: Line 113:
   return false;
   return false;
};
};
-
 
-
// settings
 
var physics_accuracy  = 3,
var physics_accuracy  = 3,

Revision as of 21:24, 8 August 2014