turnstates
This commit is contained in:
parent
1a13781220
commit
cd85677efd
57 changed files with 1813 additions and 104 deletions
18
eastern flames/scripts/x_charsetup/x_charsetup.gml
Normal file
18
eastern flames/scripts/x_charsetup/x_charsetup.gml
Normal file
|
@ -0,0 +1,18 @@
|
|||
global.textguy = ds_map_create();
|
||||
nu chardata("", s_null, se_null, 1);
|
||||
nu talksprite("NOTHING", "", 0);
|
||||
|
||||
|
||||
|
||||
|
||||
//chardata template
|
||||
nu chardata("Terry Davis", s_null, se_null, .5);
|
||||
var z=0;
|
||||
nu talksprite("EXPRESSION1", "terry davis", z++);
|
||||
nu talksprite("EXPRESSION2", "terry davis", z++);
|
||||
nu talksprite("ETC", "terry davis", z++);
|
||||
#macro REISEN global.textguy[?"terry davis"]
|
||||
|
||||
|
||||
|
||||
|
12
eastern flames/scripts/x_charsetup/x_charsetup.yy
Normal file
12
eastern flames/scripts/x_charsetup/x_charsetup.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Textbox",
|
||||
"path": "folders/Textbox.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "x_charsetup",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue