Closed el-garro closed 6 months ago
Fixed get_code_properties to accept tuples of any size in the props parameter. Examples (found in real games):
[('linear', '0.5'), ('alpha', '1.0', None)] [('zoom', '2', None)]
Closing this for edge cases, will re-make the PR
Fixed get_code_properties to accept tuples of any size in the props parameter. Examples (found in real games):