Update LN_play_tilesheet.py

This commit is contained in:
knowledgenude 2020-10-05 19:09:00 -03:00 committed by GitHub
parent 31793011c9
commit 83ad817832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
from arm.logicnode.arm_nodes import *
class PlayTilesheetNode(ArmLogicTreeNode):
"""Play the given tilesheet action."""
"""Plays the given tilesheet action."""
bl_idname = 'LNPlayTilesheetNode'
bl_label = 'Play Tilesheet'
arm_version = 1