= Created asset folder for external files

This commit is contained in:
Matthew Cech
2019-03-13 22:31:48 -07:00
parent 36b210e0f5
commit 55f8592d64
26 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ public class CommandYeet extends Command
public static final boolean VERBOSE = false;
public static final int NONE = -1;
public static final int PIXEL_BYTE_LENGTH = 4; // 32-bit PNG, RGBA
public static final String YEET_BASE_PATH = "yeet/frames/";
public static final String YEET_BASE_PATH = "assets/yeet/frames/";
public static final int YEET_BASE_SIZE = 24;
public static final int YEET_FPS = 18;