Phazorknight / Cogito

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

Simplifies interaction input handling and refactors reload logic to be more performant #169

Closed aronand closed 2 months ago

aronand commented 2 months ago

Reload time before: reload_before_self

Reload time after: reload_after_self

aronand commented 2 months ago

Good catch! I'll have a look during the weekend. Mainly focused on testing the pistol and didn't realize the mechanics are different for different wieldables.

aronand commented 2 months ago

Fix is in now. Tested both the flashlight and the laser rifle, which now seem to function as intended.