From 60e66ef079c648f142724aaab317c7bce89fb39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 2 Feb 2016 11:40:12 +0100 Subject: Map0Hex: add IterableArray objectives() --- core/src/ch/asynk/rustanddust/game/map/Map0Hex.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java b/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java index 607a1e4..b0305f0 100644 --- a/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java +++ b/core/src/ch/asynk/rustanddust/game/map/Map0Hex.java @@ -69,6 +69,11 @@ public abstract class Map0Hex extends Board return n; } + public IterableArray objectives() + { + return objectives; + } + public void hexSelect(Hex hex) { selectedTile.set(hex); } public void hexUnselect(Hex hex) { selectedTile.hide(); } public void hexMoveShow(Hex hex) { enableOverlayOn(hex, Hex.MOVE, true); } -- cgit v1.1-2-g2b99