Class AssetLibGDXImpl was fixed after change of the Pixel API
This commit is contained in:
parent
63a7e4e9dd
commit
6105b8588d
@ -20,6 +20,7 @@
|
|||||||
package com.pixelgamelibrary.backend.libgdx;
|
package com.pixelgamelibrary.backend.libgdx;
|
||||||
|
|
||||||
import com.pixelgamelibrary.api.interfaces.AssetI;
|
import com.pixelgamelibrary.api.interfaces.AssetI;
|
||||||
|
import com.pixelgamelibrary.api.storage.Storage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -27,6 +28,11 @@ import com.pixelgamelibrary.api.interfaces.AssetI;
|
|||||||
*/
|
*/
|
||||||
public class AssetLibGDXImpl implements AssetI {
|
public class AssetLibGDXImpl implements AssetI {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Storage getAssets() {
|
||||||
|
throw new UnsupportedOperationException("Not supported yet."); // Generated from nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/GeneratedMethodBody
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user