public static V3Sysfont CreateDropDownAndRight(int scale, Color color, Color color2) { V3Sysfont ret = new V3Sysfont(); ret.init(scale, color, true, true, color2); return ret; }
void LoadResources() { font_v3_1_black = new V3Sysfont(1, Color.Black); font_v3_2_black = new V3Sysfont(2, Color.Black); font_v3_3_black = new V3Sysfont(3, Color.Black); font_v3_4 = new V3Sysfont(4, Color.White); font_v3_6 = new V3Sysfont(4, Color.White); }
void LoadResources() { redhead = LoadImage("raw/redhead.png"); font_v3_1_black = new V3Sysfont(1, Color.Black); font_v3_2_black = new V3Sysfont(2, Color.Black); font_v3_3_black = new V3Sysfont(3, Color.Black); font_v3_4 = new V3Sysfont(4, Color.White); font_v3_6 = new V3Sysfont(4, Color.White); testFont = FontSW.v3import("raw/font2.png", true); img_ui = LoadImage("raw/ui.png"); img_ui.Alphafy(Color.Cyan); }