ugokeru
This commit is contained in:
parent
1c893940ac
commit
cfcfd3e263
21 changed files with 227 additions and 7 deletions
5
eastern flames/scripts/st_standing/st_standing.gml
Normal file
5
eastern flames/scripts/st_standing/st_standing.gml
Normal file
|
@ -0,0 +1,5 @@
|
|||
function st_standing() {
|
||||
x = pos.x*global.tilesize.x+global.tilesize.x/2;
|
||||
y = pos.y*global.tilesize.y+global.tilesize.y/2;
|
||||
//log(x, y);
|
||||
}
|
12
eastern flames/scripts/st_standing/st_standing.yy
Normal file
12
eastern flames/scripts/st_standing/st_standing.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "st_standing",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue