8 lines
77 B
GDScript3
Raw Normal View History

2024-01-14 11:22:14 +00:00
extends Node3D
func _ready():
pass
func _process(delta):
rotate_y(delta)