5 lines
79 B
GDScript
5 lines
79 B
GDScript
extends Sprite2D
|
|
|
|
func _process(delta):
|
|
rotation = get_parent().rotation * -1
|