cnfatal / rpycdec

Tools to decompile renpy .rpyc .rpymc files.
https://pypi.org/project/rpycdec
MIT License
14 stars 3 forks source link

Update util.py #10

Closed el-garro closed 6 months ago

el-garro commented 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)]
el-garro commented 6 months ago

Closing this for edge cases, will re-make the PR