turnstates
This commit is contained in:
parent
1a13781220
commit
cd85677efd
57 changed files with 1813 additions and 104 deletions
24
eastern flames/scripts/x_textstyles/x_textstyles.gml
Normal file
24
eastern flames/scripts/x_textstyles/x_textstyles.gml
Normal file
|
@ -0,0 +1,24 @@
|
|||
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,
|
||||
}
|
||||
|
||||
|
12
eastern flames/scripts/x_textstyles/x_textstyles.yy
Normal file
12
eastern flames/scripts/x_textstyles/x_textstyles.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Textbox",
|
||||
"path": "folders/Textbox.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "x_textstyles",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue