5 lines
65 B
GDScript
5 lines
65 B
GDScript
extends Node3D
|
|
|
|
|
|
func _process(delta):
|
|
rotation.y += 0.05*delta
|