10 lines
154 B
GDScript
10 lines
154 B
GDScript
# @tool
|
|
extends Sprite2D
|
|
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready() -> void:
|
|
pass # Replace with function body.
|
|
|