v0.9.3: adjusted gamelog, can now record entries in the alchemy scene
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user