mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-24 21:48:46 +07:00
Added support for fontridiculous
This commit is contained in:
parent
9a39ec366a
commit
78ec8518d7
@ -15,6 +15,7 @@ public class Fonts {
|
||||
public final FontTBL.BitmapFont font42;
|
||||
public final FontTBL.BitmapFont fontformal12;
|
||||
public final FontTBL.BitmapFont fontexocet10;
|
||||
public final FontTBL.BitmapFont fontridiculous;
|
||||
public final FontTBL.BitmapFont ReallyTheLastSucker;
|
||||
|
||||
public Fonts(AssetManager assets) {
|
||||
@ -25,6 +26,7 @@ public class Fonts {
|
||||
font42 = load(assets, "font42", BlendMode.ID);
|
||||
fontformal12 = load(assets, "fontformal12", BlendMode.LUMINOSITY_TINT);
|
||||
fontexocet10 = load(assets, "fontexocet10", BlendMode.TINT_BLACKS);
|
||||
fontridiculous = load(assets, "fontridiculous", BlendMode.TINT_BLACKS);
|
||||
ReallyTheLastSucker = load(assets, "ReallyTheLastSucker", BlendMode.ID);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user