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