Added guide color in Preferences

This commit is contained in:
OverloadedOrama 2019-12-27 02:28:36 +02:00
parent a3fcfc4597
commit f81ef37e92
6 changed files with 29 additions and 3 deletions

View file

@ -11,6 +11,7 @@ var type = TYPE.HORIZONTAL
func _ready() -> void:
width = 0.1
default_color = Global.guide_color
# warning-ignore:unused_argument
func _process(delta : float) -> void: