Skip to content

Commit

Permalink
Scene editor compiler section: fix the Scene Key tooltip.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Feb 19, 2019
1 parent 4db8499 commit 74a5831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected void accept(boolean value) {

{
label(comp, "Scene Key",
"*The unique key of this Scene. Must be unique within the entire Game instance.\nIf not set, the name of the file (without the extension) will be used. ");
"*The unique key of this Scene. Must be unique within the entire Game instance.\nIf not set, no constructor with the scene key will be generated. ");
var text = new Text(comp, SWT.BORDER);
text.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
new TextListener(text) {
Expand Down

0 comments on commit 74a5831

Please sign in to comment.