Update LN_play_action.py

This commit is contained in:
knowledgenude 2020-10-11 12:05:44 -03:00 committed by GitHub
parent ffffd6bc88
commit 46f0c3eb9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ from arm.logicnode.arm_nodes import *
class PlayActionNode(ArmLogicTreeNode):
"""Plays the given action."""
bl_idname = 'LNPlayActionNode'
bl_label = 'Play Action'
bl_description = "Please use the \"Play Action From\" node instead"
bl_icon = 'ERROR'
arm_version = 2