Files
pDash/scripts/null.gd
T

12 lines
237 B
GDScript
Raw Normal View History

extends Node
2024-01-18 11:52:02 -08:00
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
2024-01-18 11:52:02 -08:00
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass