Add improvements
This commit is contained in:
parent
8a33293647
commit
05f4e08ad1
19 changed files with 185 additions and 76 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { ReadonlyVec2, vec2 } from 'gl-matrix';
|
||||
import { DropletFactory, rgb } from 'sdf-2d';
|
||||
import { DropletFactory, rgb255 } from 'sdf-2d';
|
||||
import { Random } from '../../helper/random';
|
||||
|
||||
export const Droplet = DropletFactory(rgb(0.3, 1, 1));
|
||||
export const Droplet = DropletFactory(rgb255(122, 122, 255));
|
||||
export class DropletWrapper {
|
||||
public readonly drawable: InstanceType<typeof Droplet>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue