init
This commit is contained in:
9
waterscroll.gd
Normal file
9
waterscroll.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends MeshInstance
|
||||
|
||||
var mat : Material3D
|
||||
|
||||
func _ready():
|
||||
mat = get_surface_material(0)
|
||||
|
||||
func _process(delta):
|
||||
mat.uv1_offset += Vector3(0.2,0,0.043)*delta
|
||||
Reference in New Issue
Block a user