Loading app/src/main/java/com/example/game2d/Game.java +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public class Game extends SurfaceView implements SurfaceHolder.Callback { Log.d("DIMENSION", String.valueOf(width)); // Set background Bitmap original = BitmapFactory.decodeResource(context.getResources(), R.drawable.classroom_menu); Bitmap original = BitmapFactory.decodeResource(context.getResources(), R.drawable.new_classroom_spots_scaled); background = Bitmap.createScaledBitmap(original, width, height, false); // Initialize game objects Loading Loading
app/src/main/java/com/example/game2d/Game.java +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public class Game extends SurfaceView implements SurfaceHolder.Callback { Log.d("DIMENSION", String.valueOf(width)); // Set background Bitmap original = BitmapFactory.decodeResource(context.getResources(), R.drawable.classroom_menu); Bitmap original = BitmapFactory.decodeResource(context.getResources(), R.drawable.new_classroom_spots_scaled); background = Bitmap.createScaledBitmap(original, width, height, false); // Initialize game objects Loading