jtatman's picture
Upload folder using huggingface_hub
4a9e99c verified
raw
history blame contribute delete
81 Bytes
extends MeshInstance3D
func _physics_process(delta):
rotation.x += delta
pass