Commit 4e4b3c2c authored by Elena Berrios's avatar Elena Berrios
Browse files

Update classroom background

parent 573357ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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