Replace lake.png with lake.jpg
This commit is contained in:
parent
3724934615
commit
d4ba3eba01
BIN
swing/resources/datafiles/sky/lake.jpg
Normal file
BIN
swing/resources/datafiles/sky/lake.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user