mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-03 18:13:16 +00:00
formatting
This commit is contained in:
parent
fcaf2fc83c
commit
02c031276b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue