GMTKJam2021/DropOffPoint.gd

6 lines
146 B
GDScript3
Raw Normal View History

2021-06-12 02:05:05 +02:00
extends Node2D
export var destinationColor = Color.yellow
onready var sprite = $Sprite
func modulate_color():
2021-06-25 22:09:44 +02:00
sprite.modulate = destinationColor