Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
670 stars 72 forks source link

CarryableComponent Improvements #188

Closed ac-arcana closed 2 months ago

ac-arcana commented 2 months ago

Some changes I did for my Online Coop project that could benefit Cogito:

Added the Cogito prefix to the class name Added signals for when the carry state is changed and when it is thrown. Also changed some spacing. Removed some repeated multiplication in the throw function.