4 lines
65 B
GDScript
4 lines
65 B
GDScript
extends Spatial
|
|
|
|
func _ready():
|
|
rotate_y(rand_range(0, 2 * PI))
|