Team:UCLA/sams extra css
From 2014.igem.org
(Difference between revisions)
Samichaels (Talk | contribs) |
Samichaels (Talk | contribs) |
||
Line 17: | Line 17: | ||
mouse_cut = 5, | mouse_cut = 5, | ||
gravity = 1150, | gravity = 1150, | ||
- | cloth_height = | + | cloth_height = 10, |
- | cloth_width = | + | cloth_width = 10, |
start_y = 20, | start_y = 20, | ||
spacing = 14, | spacing = 14, | ||
Line 273: | Line 273: | ||
ctx = canvas.getContext('2d'); | ctx = canvas.getContext('2d'); | ||
- | canvas.width = | + | canvas.width = 150; |
- | canvas.height = | + | canvas.height = 180; |
start(); | start(); |
Revision as of 23:28, 8 August 2014