6 lines
65 B
GDScript3
6 lines
65 B
GDScript3
|
extends Node3D
|
||
|
|
||
|
|
||
|
func _process(delta):
|
||
|
rotation.y += 0.05*delta
|