fixed a bug, where Gates would not initialize (Dungeon.buildDungeon())
This commit is contained in:
parent
3d81dc6c65
commit
3a9c615b48
@ -142,6 +142,7 @@ public class Dungeon {
|
||||
scale.setY(sy);
|
||||
scale.setX(sx);
|
||||
|
||||
dungeon[gy][gx] = gate;
|
||||
dungeon[sy][sx] = scale;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user