Phazorknight / Cogito

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

Flashlight not always turning on/off properly when used while walking/running. #213

Open Phazorknight opened 3 weeks ago

Phazorknight commented 3 weeks ago

Cogito and Godot Engine Version: Cogito beta 202405.16 / Godot 4.2.1 stable

Description: A clear and concise description of what the bug is.

Reproduction steps:

  1. Start scene.
  2. Pickup and equip flashlight.
  3. Start walking/running.
  4. While moving, click LMB to turn on/off flashlight.
  5. Flashlight animation and sound gets triggered, but on/off state doesn't get updated each time as expected.

Expected behavior: Flashlight on/off state should update everytime the sound/animation plays.