56 lines
2.2 KiB
Plaintext
56 lines
2.2 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bf6qbs2qutjhb"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cm0rho6adv2p7" path="res://world/water/Water.tscn" id="1_mxp3e"]
|
|
[ext_resource type="Material" uid="uid://dcktsgvchnmfb" path="res://world/grid/DirtMaterial.tres" id="1_wtnut"]
|
|
[ext_resource type="Material" uid="uid://cola8rc0eoi0t" path="res://world/grid/GrassMaterial.tres" id="2_2jt0v"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_spjf4"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_f52mr"]
|
|
size = Vector3(2, 1, 2)
|
|
|
|
[node name="MeshLibrary" type="Node3D"]
|
|
|
|
[node name="Dirt" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("PlaneMesh_spjf4")
|
|
surface_material_override/0 = ExtResource("1_wtnut")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="Dirt"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Dirt/StaticBody3D"]
|
|
shape = SubResource("BoxShape3D_f52mr")
|
|
|
|
[node name="Grass" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 0)
|
|
layers = 2
|
|
mesh = SubResource("PlaneMesh_spjf4")
|
|
surface_material_override/0 = ExtResource("2_2jt0v")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="Grass"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Grass/StaticBody3D"]
|
|
shape = SubResource("BoxShape3D_f52mr")
|
|
|
|
[node name="Grass2" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 0, 0)
|
|
layers = 2
|
|
mesh = SubResource("PlaneMesh_spjf4")
|
|
surface_material_override/0 = ExtResource("2_2jt0v")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="Grass2"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Grass2/StaticBody3D"]
|
|
shape = SubResource("BoxShape3D_f52mr")
|
|
|
|
[node name="Water" parent="." instance=ExtResource("1_mxp3e")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 0, 0)
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="Water"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Water/StaticBody3D"]
|
|
shape = SubResource("BoxShape3D_f52mr")
|