7 lines
147 B
GDScript
7 lines
147 B
GDScript
extends Node2D
|
|
#NEXT This is where we are editing right now
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
pass
|