POT textures #334 improvements and samples

This commit is contained in:
Emux
2017-03-16 14:21:32 +02:00
parent d1fdca170e
commit 4c9354c326
16 changed files with 151 additions and 246 deletions

View File

@@ -91,12 +91,12 @@ public class GwtCanvas implements org.oscim.backend.canvas.Canvas {
}
@Override
public void drawBitmap(Bitmap bitmap) {
public void drawBitmap(Bitmap bitmap, float x, float y) {
// TODO
}
@Override
public void drawBitmap(Bitmap bitmap, float x, float y) {
public void drawBitmapScaled(Bitmap bitmap) {
// TODO
}