Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Update TextField.ts
Browse files Browse the repository at this point in the history
Fix toJSON in text filds
  • Loading branch information
lilmuff2 authored Jul 4, 2023
1 parent a7849a2 commit 2bfb933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/SupercellFlash/objects/TextField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class TextField extends NATIVE_TEXTFIELD {

toJSON(): object {
return {
id: this.id,
text: this.text,
fontName: this.fontName,
fontColor: this.fontColor,
Expand Down

0 comments on commit 2bfb933

Please # to comment.