eastern-flames/eastern flames/scripts/x_textstyles/x_textstyles.gml

25 lines
271 B
Plaintext
Raw Normal View History

2022-08-19 17:19:08 +00:00
global.gw = 290;
global.gh = 340;//uh oh
enum TEXTTYPE {
ADV,
NVL,
FREE,
OUTLINE,
COURT,
}
global.textdefault = {
x: 320,
y: 200,
width: 640,
height: 100,
spriteposx: 210,
spriteposy: 190,
sprite: s_spacetext,
type: TEXTTYPE.ADV,
font: ft_couriernew,
}