mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-24 08:34:19 +00:00
Maybe MAROON is better
This commit is contained in:
parent
903c69e61b
commit
16a064f8e8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class_name OverlapFreer
|
||||||
@export var valid_color: Color = Color.WHITE
|
@export var valid_color: Color = Color.WHITE
|
||||||
|
|
||||||
## Color to modulate objects that would be deleted if [area_queue_free] was called right now.
|
## Color to modulate objects that would be deleted if [area_queue_free] was called right now.
|
||||||
@export var invalid_color: Color = Color.RED
|
@export var invalid_color: Color = Color.MAROON
|
||||||
|
|
||||||
|
|
||||||
var is_overlapping_with: Array[Node2D] = []:
|
var is_overlapping_with: Array[Node2D] = []:
|
||||||
|
|
Loading…
Reference in a new issue