6 lines
184 B
GDScript3
6 lines
184 B
GDScript3
![]() |
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))
|