mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-06 02:10:13 +03:00
6 lines
90 B
GDScript
6 lines
90 B
GDScript
extends Spatial
|
|
|
|
|
|
func _process(delta):
|
|
rotate(Vector3(0, 1, 0).normalized(), 2 * delta)
|