v0.9.3: adjusted gamelog, can now record entries in the alchemy scene
This commit is contained in:
parent
2f69b7b51b
commit
1463afcaf2
|
@ -158,12 +158,6 @@ public class GameLog extends Component implements Signal.Listener<String> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void destroy() {
|
|
||||||
GLog.update.remove( this );
|
|
||||||
super.destroy();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static class Entry {
|
private static class Entry {
|
||||||
public String text;
|
public String text;
|
||||||
public int color;
|
public int color;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user