SDL backend / Valid mode sprites / Better layout

This commit is contained in:
Anuken
2019-07-25 11:45:49 -04:00
parent 88d1b31aff
commit 518bffe644
33 changed files with 1194 additions and 909 deletions

View File

@@ -63,6 +63,8 @@ public class Vars{
public static final int iconsizesmall = 32;
/** size of UI icons (medium)*/
public static final int iconsizemed = 30;
/** size of UI icons (medium)*/
public static final int iconsizetiny = 16;
/** units outside of this bound will simply die instantly */
public static final float finalWorldBounds = worldBounds + 500;
/** ticks spent out of bound until self destruct. */