v1.2.0: reorganized icons

This commit is contained in:
Evan Debenham
2022-03-02 17:15:06 -05:00
parent 7d7510aad0
commit 01051f1c17
3 changed files with 257 additions and 230 deletions

View File

@@ -114,4 +114,8 @@ public class SmartTexture extends Texture {
right / width,
bottom / height );
}
public RectF uvRectBySize(float left, float top, float width, float height){
return uvRect(left, top, left+width, top+height);
}
}