godot_rl_FlyBy / PlaneModel.gd
edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
7b240d2 verified
raw
history blame contribute delete
No virus
221 Bytes
extends Node3D
@onready var anim = $AnimationPlayer
# Called when the node enters the scene tree for the first time.
func _ready():
get_node("AnimationPlayer").get_animation("Main")#.set_loop(true)
anim.play("Main")