turnstates
This commit is contained in:
parent
1a13781220
commit
cd85677efd
57 changed files with 1813 additions and 104 deletions
16
eastern flames/scripts/chardata/chardata.gml
Normal file
16
eastern flames/scripts/chardata/chardata.gml
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
function chardata(name_="drip", sprite_=s_drip, talksound_=se_null, textspeed_=.5, namecolor_=c_white, texteffects_=[]) constructor {
|
||||
name = name_;
|
||||
sprite = sprite_;
|
||||
talksound = talksound_;
|
||||
textspeed = textspeed_;
|
||||
namecolor = namecolor_;
|
||||
texteffects = texteffects_;
|
||||
|
||||
global.textguy[?string_lower(name)] = self;
|
||||
}
|
||||
function talksprite(name_, char_, val_) constructor {
|
||||
val = val_;
|
||||
variable_struct_set(global.textguy[?char_], name_, self);
|
||||
char = global.textguy[?char_];
|
||||
}
|
12
eastern flames/scripts/chardata/chardata.yy
Normal file
12
eastern flames/scripts/chardata/chardata.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Textbox",
|
||||
"path": "folders/Textbox.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "chardata",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue