KayDeeTee / Hollow-Knight-SaveManager

Manage and edit Hollow Knight saves
GNU General Public License v3.0
73 stars 12 forks source link

Auto-calculation #2

Closed cxr00 closed 7 years ago

cxr00 commented 7 years ago

Added functional autocalculation support; changed "owned" and "equip" to "got" and "equipped" to match save data names; added tooltip responsiveness; created master listener for CharmPanel. This will need to be refactored to reduce the constructor length

BoolButtonListener and BoolEquipListener are no longer with the introduction of CharmPanelListener, but are kept just in case.