regression-test-project/Physics/3D/StaticArena.gd
2020-11-17 19:21:50 +01:00

6 lines
90 B
GDScript

extends Spatial
func _process(delta):
rotate(Vector3(0, 1, 0).normalized(), 2 * delta)