Update LN_get_display_resolution.py

This commit is contained in:
knowledgenude 2020-09-24 19:54:29 -03:00 committed by GitHub
parent fdf24de3fb
commit 618fa26dd4
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 DisplayInfoNode(ArmLogicTreeNode):
"""Use to get the display resolution. You may be searching for 'Get Window Info' node."""
"""Use to get the display resolution. You may be searching for 'Get Window Resolution' node."""
bl_idname = 'LNDisplayInfoNode'
bl_label = 'Get Display Resolution'
arm_version = 1