mirror of
https://github.com/H-uru/moul-assets.git
synced 2025-07-14 02:27:40 -04:00
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.
This commit is contained in:
BIN
compiled/dat/EderDelin_District_garden.prp
(Stored with Git LFS)
BIN
compiled/dat/EderDelin_District_garden.prp
(Stored with Git LFS)
Binary file not shown.
BIN
compiled/dat/EderTsogal_District_tsoGarden.prp
(Stored with Git LFS)
BIN
compiled/dat/EderTsogal_District_tsoGarden.prp
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user