5 lines
55 B
GDScript
5 lines
55 B
GDScript
extends Node2D
|
|
|
|
func _ready() -> void:
|
|
print("ready")
|
extends Node2D
|
|
|
|
func _ready() -> void:
|
|
print("ready")
|