17
6
mirror of https://github.com/H-uru/moul-assets.git synced 2025-07-14 02:27:40 -04:00
Files
moul-assets/compiled
Adam Johnson 735fa78ec0 Eder BS door clickable sanity fix.
This turns off the door clickable while the door is animating. This
should prevent the game state from changing due to unexpected user input
during transitions.

- [plResponderModifier] cRespBSDoorOps
  Disabled the door clickable when the door begins to open and re-enable
  it when the door fully closes. This is done in the responder itself
  instead of the code so that the clickable and visual states match
  exactly. Previously, the EderTsogal door sent an enable/disable to the
  clickable LogicModifier while the EderDelin door did nothing to try to
  prevent spurious clicks. The enable/disable of the logic modifier was
  maintained by routing the EnableMsg to the SceneObject with an
  instruction to enable/disable the physical and route the message to
  all modifiers.
2023-02-15 19:14:03 -05:00
..
2023-02-15 19:14:03 -05:00
2021-06-07 18:42:13 -04:00