Replace lake.png with lake.jpg

This commit is contained in:
Sampo Niskanen 2014-02-02 13:28:52 +02:00
parent 3724934615
commit d4ba3eba01
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -11,7 +11,7 @@ public class Lake extends SkySphere implements Credit {
public static final Lake instance = new Lake();
private Lake() {
super(Lake.class.getResource("/datafiles/sky/lake.png"));
super(Lake.class.getResource("/datafiles/sky/lake.jpg"));
}
@Override