24 lines
366 B
Java
24 lines
366 B
Java
package com.jalenwinslow.game.utils;
|
|
|
|
import com.badlogic.gdx.Files;
|
|
import com.badlogic.gdx.Gdx;
|
|
import com.badlogic.gdx.graphics.Texture;
|
|
import com.badlogic.gdx.graphics.g3d.utils.TextureProvider;
|
|
|
|
/**
|
|
* Created by jalen on --/--/----.
|
|
*/
|
|
|
|
public class Assets {
|
|
|
|
|
|
|
|
public static void init() {
|
|
|
|
}
|
|
|
|
public static void dispose() {
|
|
|
|
}
|
|
}
|