Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions C7/MapView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public HillsLayer() {
jungleHillsTexture = TextureLoader.Load("terrain.hill.jungle");
volcanosTexture = TextureLoader.Load("terrain.volcano.base");
forestVolcanoTexture = TextureLoader.Load("terrain.volcano.forest");
jungleVolcanoTexture = TextureLoader.Load("terrain.volcano.jungle");
}

public override void drawObject(LooseView looseView, GameData gameData, Tile tile, Vector2 tileCenter) {
Expand Down