1
0
This commit is contained in:
otya128
2016-12-29 21:22:06 +09:00
parent dd81d45ef9
commit 8af9c64396
5 changed files with 69 additions and 7 deletions

View File

@@ -978,6 +978,13 @@ class Sprite
sprites[i].clear;
}
}
void allclear()
{
synchronized (this) for(int i = 0; i < sprites.length; i++)
{
sprites[i].clear;
}
}
void sphome(int i, int hx, int hy)
{
i = spid(i);