Update Node.ts

This commit is contained in:
VelociRaptor
2022-10-02 21:38:00 +05:30
committed by GitHub
parent 25b3fe2db0
commit fc0469f80f

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;