Entity groups

This commit is contained in:
Anuken
2020-02-04 01:03:34 -05:00
parent a942ed2cad
commit a07e275e11
12 changed files with 183 additions and 436 deletions

View File

@@ -1242,6 +1242,10 @@ public class EntityComps{
public void update(){
//TODO fix effects, make everything poolable
}
public float clipSize(){
return effect.size;
}
}
@Component