v0.3.1a: updated the examien button toast to better explain it

This commit is contained in:
Evan Debenham 2015-08-21 02:03:37 -04:00 committed by Evan Debenham
parent e853c8c6ab
commit ba2a4f9328
2 changed files with 9 additions and 9 deletions

View File

@ -57,7 +57,7 @@ public class Toast extends Component {
}; };
add( close ); add( close );
text = PixelScene.createText( 8 ); text = PixelScene.createMultiline(8);
add( text ); add( text );
} }

View File

@ -305,7 +305,7 @@ public class Toolbar extends Component {
} }
@Override @Override
public String prompt() { public String prompt() {
return "Select a cell to examine"; return "Press again to search\nPress a tile to examine";
} }
}; };