Browse Source

Update footstep regions for respv2

pull/107/head
Adam Johnson 6 years ago
parent
commit
9f99e1974d
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 3
      korman/properties/modifiers/region.py

3
korman/properties/modifiers/region.py

@ -99,8 +99,7 @@ class PlasmaFootstepRegion(PlasmaModifierProperties, PlasmaModifierLogicWiz):
respmod.name = "Resp" respmod.name = "Resp"
respmod.link_input(volsens, "satisfies", "condition") respmod.link_input(volsens, "satisfies", "condition")
respstate = nodes.new("PlasmaResponderStateNode") respstate = nodes.new("PlasmaResponderStateNode")
respstate.link_input(respmod, "states", "condition") respstate.link_input(respmod, "state_refs", "resp")
respstate.default_state = True
# ArmatureEffectStateMsg # ArmatureEffectStateMsg
msg = nodes.new("PlasmaFootstepSoundMsgNode") msg = nodes.new("PlasmaFootstepSoundMsgNode")

Loading…
Cancel
Save