@Zoroarts@Steam 20% refund rate seems pretty normal for a rage game tbh.
the post seems a bit misleading,
is it 55k refunds after beating the game in under 2 hours ?
or just total 55k refunds ?
@MjTheHunter ah yup instantiating you mentioned in your original post my bad, seems to be the preferred practice with components makes it pretty clean.
I tried scene inheritance when i started godot coming from a python background and it got messy pretty fast so trying to advocate against it
Been working on this on and off for a while, as well as just a side-project to learn more python/pyqt, good to finally have something that's functional-ish.
aiming to keep everything fully matrix-based.
https://t.co/oeW9a9NvhA
#rig#rigging#mayarigging#maya#animation
@infinitisirrena Minor thing since you are on maya 2022 which has python 3,
string formatting, which i found hella tedious and annoying to write out constantly:
"{}_{}".format(foo, bar)
can now be writting as:
f"{foo}_{bar}" in python 3, much easier to read and quicker to write out :)