This commit is contained in:
2026-06-02 22:29:48 +01:00
commit 5e0f4c3914
549 changed files with 10639 additions and 0 deletions

9
waterscroll.gd Normal file
View 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