Update LN_on_canvas_element.py

This commit is contained in:
knowledgenude 2020-11-17 15:08:55 -03:00 committed by GitHub
parent 4769b084d2
commit 6c6b6dbe97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class OnCanvasElementNode(ArmLogicTreeNode):
items=[('started', 'Started', 'Started'),
('down', 'Down', 'Down'),
('released', 'Released', 'Released')],
name='Status', default='down')
name='Status', default='started')
property2: EnumProperty(
items=[('left', 'Left', 'Left Button'),
('middle', 'Middle', 'Middle Button'),