love-android icon indicating copy to clipboard operation
love-android copied to clipboard

Löve2d for android phones

Results 2 love-android issues
Sort by recently updated
recently updated
newest added

I'm getting this error upon loading a .love file. It appears to be due to the prefix for the temporary file created in forceExtractToTempFile (LoveZip.java) sometimes being less than three...

On current master hash: dbb56cae2ad3249fa07da2a283b24248c0d28e11 LuanRenderer.java line 582: public void onGfxReinit(GL10 gl, float w, float h) { setBackgroundColor(backgroundColor); setForegroundColor(foregroundColor); } "The method onGfxReinit(GL10, float, float) of type LuanRenderer must override...