mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Added support for fontridiculous
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user