Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Better quality biome map
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSGill committed Dec 2, 2017
1 parent 72ebac0 commit 331365f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed subnautica-map/data/BiomeMap_1024_new_May192017.png
Binary file not shown.
Binary file added subnautica-map/data/biome-map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion subnautica-map/src/base-layer-manager.ts
Expand Up @@ -53,7 +53,7 @@ export default class BaseLayerManager {

// Create base Layers
this._baseLayerEmpty = L.imageOverlay('data/black.png', this._bounds);
this._baseLayerBiomeImage = L.imageOverlay('data/BiomeMap_1024_new_May192017.png', this._bounds);
this._baseLayerBiomeImage = L.imageOverlay('data/biome-map.png', this._bounds);
this._baseLayerInactiveLavaZoneImage = L.imageOverlay('data/ilz_map_transparent.png', this._bounds);
this._baseLayerLostRiverImage = L.imageOverlay('data/lost_river_transparent.png', this._bounds);
this._baseMaps = {
Expand Down

0 comments on commit 331365f

Please sign in to comment.