Loading sketches/portal_core_clock/portal_core_clock.pde +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ // Hana Tokarova - 484176 // Portal Core Clock - Inspired by game Portal color coreColor = color(0, 0, random(50, 200)); // Color of the core color coreColor; // Color of the core int slices = 21; // Number of lines in circle int size = 300; // Diameter of circle float x; // X coordinate for line Loading @@ -14,6 +14,7 @@ float y; // Y coordinate for line void setupHash() { // size(500, 400); coreColor = color(0, 0, random(50, 200)); background(0); } Loading Loading
sketches/portal_core_clock/portal_core_clock.pde +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ // Hana Tokarova - 484176 // Portal Core Clock - Inspired by game Portal color coreColor = color(0, 0, random(50, 200)); // Color of the core color coreColor; // Color of the core int slices = 21; // Number of lines in circle int size = 300; // Diameter of circle float x; // X coordinate for line Loading @@ -14,6 +14,7 @@ float y; // Y coordinate for line void setupHash() { // size(500, 400); coreColor = color(0, 0, random(50, 200)); background(0); } Loading