ioxu / key

Key, a game made with the Godot Engine 4.
MIT License
6 stars 1 forks source link

reparent equipped weapon in and out of weapon mount #49

Closed ioxu closed 2 years ago

ioxu commented 2 years ago

related to #43 and #38

Do the actual reparenting of equipped weapon to the character's weapon mount. Track which equip slot a weapon has come from, so that it can be re-parented there. This all happens in the WeaponController.gd.