OpticTraveler/Florian/Map/dancing_people.gd

4 lines
74 B
GDScript

extends Node3D
func _process(delta: float) -> void:
rotate_y(1 * delta)