Team:UCLA/sams extra css

From 2014.igem.org

(Difference between revisions)
Line 17: Line 17:
     mouse_cut        = 5,
     mouse_cut        = 5,
     gravity          = 1150,
     gravity          = 1150,
-
     cloth_height      = 50,
+
     cloth_height      = 10,
-
     cloth_width      = 100,
+
     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  = 1500;
+
     canvas.width  = 150;
-
     canvas.height = 780;
+
     canvas.height = 180;
     start();
     start();

Revision as of 23:28, 8 August 2014