turnstates
This commit is contained in:
parent
1a13781220
commit
cd85677efd
57 changed files with 1813 additions and 104 deletions
14
eastern flames/scripts/txt_/txt_.gml
Normal file
14
eastern flames/scripts/txt_/txt_.gml
Normal file
|
@ -0,0 +1,14 @@
|
|||
function txt_() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt(""),
|
||||
|
||||
],[
|
||||
|
||||
txt(""),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_/txt_.yy
Normal file
12
eastern flames/scripts/txt_/txt_.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue