PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
327 stars 45 forks source link

Excessive number of blank lines inserted after marking objects as properties #146

Open DanLCD opened 4 years ago

DanLCD commented 4 years ago

Version

Description

After marking objects as properties in the scene editor, a number of blank lines appear below the CREATE method. While this is used to declare fields in TypeScript, this shouldn't be the case for JavaScript.

image image

Possible solution