stuff
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
[gd_scene format=3 uid="uid://c6n3dg530t8oc"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://6p5bg1nyso6d" path="res://materials/stylized_water.tres" id="1_j38dg"]
|
||||
[ext_resource type="Script" uid="uid://co5xetl8amg4j" path="res://scripts/ocean.gd" id="2_nb2vx"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_ocean"]
|
||||
size = Vector2(200, 200)
|
||||
subdivide_width = 200
|
||||
subdivide_depth = 200
|
||||
|
||||
[node name="Ocean" type="MeshInstance3D" unique_id=521355215 groups=["follow_focus", "ocean"]]
|
||||
material_override = ExtResource("1_j38dg")
|
||||
mesh = SubResource("PlaneMesh_ocean")
|
||||
script = ExtResource("2_nb2vx")
|
||||
sea_height = 1.0
|
||||
sea_choppy = 8.0
|
||||
metadata/follow_step = 1.0
|
||||
Reference in New Issue
Block a user