回答編集履歴
1
無駄スペース
test
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
function draw() {
|
23
23
|
translate(width/2, height/2);
|
24
|
-
rotate(-HALF_PI
|
24
|
+
rotate(-HALF_PI);
|
25
25
|
|
26
26
|
blendMode(BLEND);
|
27
27
|
background(0);
|