added background
This commit is contained in:
8
src/app/models/dot.ts
Normal file
8
src/app/models/dot.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface Dot {
|
||||
x: number;
|
||||
y: number;
|
||||
vx: number;
|
||||
vy: number;
|
||||
radius: number;
|
||||
color: string;
|
||||
}
|
||||
Reference in New Issue
Block a user