Update Node.ts

This commit is contained in:
VelociRaptor 2022-10-02 21:38:00 +05:30 committed by GitHub
parent 25b3fe2db0
commit fc0469f80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export interface NodeConfig {
listening?: boolean;
id?: string;
name?: string;
opacity?: Number;
opacity?: number;
scale?: Vector2d;
scaleX?: number;
scaleY?: number;