1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-03 18:13:16 +00:00

formatting

This commit is contained in:
Variable 2023-11-01 08:41:20 +05:00 committed by GitHub
parent fcaf2fc83c
commit 02c031276b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ const INPUT_WIDTH := 4
var track_mouse := true var track_mouse := true
var _texture := preload("res://assets/graphics/dotted_line.png") var _texture := preload("res://assets/graphics/dotted_line.png")
func _ready() -> void: func _ready() -> void:
# Add a subtle difference to the normal guide color by mixing in some green # Add a subtle difference to the normal guide color by mixing in some green
default_color = Global.guide_color.lerp(Color(0.2, 0.92, 0.2), .6) default_color = Global.guide_color.lerp(Color(0.2, 0.92, 0.2), .6)