Samples improvements #32

This commit is contained in:
Emux
2018-03-22 11:08:03 +02:00
parent dcad929316
commit fed0996f6f
19 changed files with 25 additions and 65 deletions

View File

@@ -19,12 +19,11 @@ package org.oscim.test;
import com.badlogic.gdx.Input;
import org.oscim.gdx.GdxMapApp;
import org.oscim.gdx.GdxMapImpl;
import org.oscim.layers.tile.bitmap.BitmapTileLayer;
import org.oscim.renderer.MapRenderer;
import org.oscim.tiling.source.bitmap.DefaultSources;
public class BitmapTileTest extends GdxMapImpl {
public class BitmapTileTest extends GdxMapApp {
private BitmapTileLayer mLayer = null;
private BitmapTileLayer mShaded = null;