Rename widget textureId to spriteId

This commit is contained in:
Adam
2017-04-29 19:58:33 -04:00
parent cb3b9a653c
commit b9bd70d051
4 changed files with 7 additions and 7 deletions

View File

@@ -110,8 +110,8 @@ public interface Widget
@Import("scrollY")
int getScrollY();
@Import("textureId")
int getTextureId();
@Import("spriteId")
int getSpriteId();
@Import("borderThickness")
int getBorderThickness();