init
This commit is contained in:
4
addons/curved_lines_2d/examples/heart_icon.gd
Normal file
4
addons/curved_lines_2d/examples/heart_icon.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Node2D
|
||||
|
||||
func _ready() -> void:
|
||||
$AnimationPlayer.play("heart_beat")
|
||||
Reference in New Issue
Block a user