HedgeEditor: Clean up messy HWP overwrites
- Remove all sounds
- Move sticky mine, mine and dud mine images to custom sprites
- Move crate preview outline to custom sprite
file(GLOB FortSprites *L.png *R.png)
list(REMOVE_ITEM FortSprites *@2x.png)
list(REMOVE_ITEM FortSprites *-icon.png)
install(FILES
${FortSprites}
DESTINATION ${SHAREPATH}Data/Forts)