2018-06-18 15:17:56 -07:00

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() {
}
}