6 lines
184 B
GDScript
6 lines
184 B
GDScript
extends MeshInstance3D
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
mesh.surface_get_material(0).set_shader_parameter("offset", randf_range(0, 5))
|