add MiniMap functionality and integrate map state handling
This commit is contained in:
@@ -14,5 +14,6 @@ public enum GameState {
|
||||
TRANSITION,
|
||||
TRADE,
|
||||
SLEEP,
|
||||
MAP,
|
||||
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package de.miaurizius.jgame2d.core.enums;
|
||||
public enum Map {
|
||||
|
||||
OVERWORLD("worldmap", 0),
|
||||
HUT("hut", 1);
|
||||
HUT("worldmap", 1);
|
||||
|
||||
private final String name;
|
||||
private final int index;
|
||||
|
||||
Reference in New Issue
Block a user