Merge pull request #1418 from HexM7/patch-1

Fix number primitive type in node
This commit is contained in:
Anton Lavrenov 2022-10-03 11:38:24 -05:00 committed by GitHub
commit 27a2c31d66
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;