v0.7.5d: disabled highlighting for game log and floating text
This commit is contained in:
parent
b993e00c97
commit
6707a22502
|
@ -46,6 +46,7 @@ public class FloatingText extends RenderedTextBlock {
|
||||||
|
|
||||||
public FloatingText() {
|
public FloatingText() {
|
||||||
super(9*PixelScene.defaultZoom);
|
super(9*PixelScene.defaultZoom);
|
||||||
|
setHightlighting(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -86,6 +86,7 @@ public class GameLog extends Component implements Signal.Listener<String> {
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
lastEntry = PixelScene.renderTextBlock( text, 6 );
|
lastEntry = PixelScene.renderTextBlock( text, 6 );
|
||||||
|
lastEntry.setHightlighting( false );
|
||||||
lastEntry.hardlight( color );
|
lastEntry.hardlight( color );
|
||||||
lastColor = color;
|
lastColor = color;
|
||||||
add( lastEntry );
|
add( lastEntry );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user