Bump dependencies
This commit is contained in:
parent
346fc96df8
commit
c6438a9e21
20 changed files with 115 additions and 72 deletions
|
|
@ -7,7 +7,10 @@ import { EmptyDrawable } from '../empty-drawable';
|
|||
* @category Drawable
|
||||
*/
|
||||
class CircleBase extends EmptyDrawable {
|
||||
constructor(public center: vec2, public radius: number) {
|
||||
constructor(
|
||||
public center: vec2,
|
||||
public radius: number
|
||||
) {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue