File size: 81 Bytes
6f76182
 
 
 
 
1
2
3
4
5
6
extends MeshInstance3D

func _physics_process(delta):
	rotation.x += delta
	pass