diff --git a/RabiClone_0.0a.zip b/RabiClone_0.0a.zip index 6ea456f..e312496 100644 Binary files a/RabiClone_0.0a.zip and b/RabiClone_0.0a.zip differ diff --git a/bin/RabiClone.jar b/bin/RabiClone.jar index cbb8b5a..bee68b5 100644 Binary files a/bin/RabiClone.jar and b/bin/RabiClone.jar differ diff --git a/src/sig/objects/LevelRenderer.java b/src/sig/objects/LevelRenderer.java index 0bce551..1ca3277 100644 --- a/src/sig/objects/LevelRenderer.java +++ b/src/sig/objects/LevelRenderer.java @@ -123,7 +123,7 @@ public class LevelRenderer extends Object{ //Draw the water background at double size because it's half the screen's width and height. int index = y*RabiClone.BASE_WIDTH+x; p[index] = Sprite.WATER_OVERLAY.getBi_array()[ - ((y/2)*Sprite.WATER_OVERLAY.getCanvasHeight())*Sprite.WATER_OVERLAY.getCanvasWidth()+(x/2)*Sprite.WATER_OVERLAY.getCanvasWidth() + (y/2)*Sprite.WATER_OVERLAY.getCanvasWidth()+(x/2)*Sprite.WATER_OVERLAY.getCanvasWidth() ]; } }