the-game/objects/tree/tree.gd

13 lines
253 B
GDScript3
Raw Permalink Normal View History

2024-08-23 07:20:55 +00:00
extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready():
# I AM GROOT
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass