mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-01-12 15:21:22 +01:00
6 lines
89 B
GDScript
6 lines
89 B
GDScript
extends Node3D
|
|
|
|
|
|
func _process(delta):
|
|
rotate(Vector3(0, 1, 0).normalized(), 2 * delta)
|