v0.3.1a: updated the examien button toast to better explain it
This commit is contained in:
parent
e853c8c6ab
commit
ba2a4f9328
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user