VaultFaster 2.2.1
tweaked ObjectiveTemplateEvent to make it more flexible
- changed multiple member declarations to "public"
- added
registerObjectiveTemplate(Objective,Vault, (Vault,RandomSource)-> Template)
overload -
- can be used to randomize template used as objective
TransformationTileProcessor
- single tile processor that can replace RotationTileProcessor, TranslationTileProcessor and MirrorTileProcessor
-
- includes automatic conversion
- multiple TransformationTileProcessors can (and will) be combined into one, this results in a significant performance improvement
other minor improvements