v0.9.3: fixed incorrect heroic energy icons in hero info windows

This commit is contained in:
Evan Debenham 2021-06-02 15:22:18 -04:00
parent e4fac9f890
commit 6b062399ee

View File

@ -68,6 +68,8 @@ public class HeroSelectScene extends PixelScene {
public void create() {
super.create();
Dungeon.hero = null;
Badges.loadGlobal();
Journal.loadGlobal();