mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update TalkBubble.as
This commit is contained in:
parent
a0fb0f3d5a
commit
8533f18265
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ public class TalkBubble extends Sprite {
|
|||
}
|
||||
|
||||
private function arc(x:int, y:int):void {
|
||||
// Draw a curve between two points. Compute control point by following an orthogal vector
|
||||
// Draw a curve between two points. Compute control point by following an orthogonal vector
|
||||
// from the midpoint of the L between p1 and p2 scaled by roundness * dist(p1, p2).
|
||||
// If concave is true, invert the curvature.
|
||||
|
||||
|
|
Loading…
Reference in a new issue