runelite-client: centralize item sprite dimensions
This commit is contained in:
@@ -97,4 +97,15 @@ public class Constants
|
||||
* All game-play actions operate within multiples of this duration.
|
||||
*/
|
||||
public static final int GAME_TICK_LENGTH = 600;
|
||||
|
||||
/**
|
||||
* Width of a standard item sprite
|
||||
*/
|
||||
public static final int ITEM_SPRITE_WIDTH = 36;
|
||||
|
||||
/**
|
||||
* Height of a standard item sprite
|
||||
*/
|
||||
public static final int ITEM_SPRITE_HEIGHT = 32;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user