From 38d25ba6b446e28088877f729eb456b930b31ff6 Mon Sep 17 00:00:00 2001 From: stavrosfa <67387767+stavrosfa@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:49:57 +0200 Subject: [PATCH] Load jungleVolcanoTexture --- C7/MapView.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/C7/MapView.cs b/C7/MapView.cs index 2e1de2f36..6eba19749 100644 --- a/C7/MapView.cs +++ b/C7/MapView.cs @@ -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) {