Skip to content

Options Menu and Battle Animations Editor

Balanced Wolf requested to merge balancedwolf/lt-maker:promotion into promotion

The options state was added to be opened from the title state (extras menu).

Battle animations editor implemented again.

There was a problem with duplicating battle animations using the save() and restore() methods, pickle was used, and to solve the problem of QObjects unable to be serialized (which I don't know how to do with QDataStream) those should have to be backup.

Merge request reports