2024-01-14 12:22:14 +01:00

8 lines
77 B
GDScript

extends Node3D
func _ready():
pass
func _process(delta):
rotate_y(delta)