1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 15:54:20 +00:00
pineapple-surf/island/sinking/SeaMesh.tscn

21 lines
718 B
Text
Raw Normal View History

[gd_scene load_steps=5 format=3]
2023-01-08 22:13:46 +00:00
[ext_resource type="Shader" path="res://island/sinking/Sea.gdshader" id="1_tu2de"]
2023-01-08 22:13:46 +00:00
[ext_resource type="Texture2D" uid="uid://bdoifsf6k0qb8" path="res://assets/water_tile.png" id="2_c8qvh"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_3uyyi"]
render_priority = 0
shader = ExtResource("1_tu2de")
shader_parameter/speed_x = 1.0
shader_parameter/speed_y = 0.1
shader_parameter/size = 1000.0
shader_parameter/sea = ExtResource("2_c8qvh")
[sub_resource type="PlaneMesh" id="PlaneMesh_4ibso"]
material = SubResource("ShaderMaterial_3uyyi")
size = Vector2(1000, 1000)
[node name="SeaMesh" type="MeshInstance3D"]
mesh = SubResource("PlaneMesh_4ibso")
skeleton = NodePath("../..")