long_bridge.tscn 1.2 KB

123456789101112131415161718192021222324252627282930
  1. [gd_scene load_steps=7 format=3 uid="uid://da7q7i7pqa5pw"]
  2. [ext_resource type="Texture2D" uid="uid://bonhqr3bduuq5" path="res://component/entity/buildings/summit_gate/SummitGate_Stone_bricks.png" id="1_036e1"]
  3. [ext_resource type="PackedScene" uid="uid://ba3gf7iy3mxbq" path="res://component/entity/collectibles/chocolate/chocolate.tscn" id="2_mq3ic"]
  4. [sub_resource type="PhysicsMaterial" id="PhysicsMaterial_ih8w4"]
  5. friction = 0.9
  6. [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vytyd"]
  7. albedo_texture = ExtResource("1_036e1")
  8. uv1_scale = Vector3(3, 15, 1.5)
  9. [sub_resource type="BoxMesh" id="BoxMesh_qy4tk"]
  10. material = SubResource("StandardMaterial3D_vytyd")
  11. size = Vector3(5, 0.5, 25)
  12. [sub_resource type="BoxShape3D" id="BoxShape3D_hpjbs"]
  13. size = Vector3(5, 0.5, 25)
  14. [node name="LongBridge" type="StaticBody3D"]
  15. physics_material_override = SubResource("PhysicsMaterial_ih8w4")
  16. [node name="MeshInstance3D" type="MeshInstance3D" parent="."]
  17. mesh = SubResource("BoxMesh_qy4tk")
  18. [node name="Shape" type="CollisionShape3D" parent="."]
  19. shape = SubResource("BoxShape3D_hpjbs")
  20. [node name="ChocolateTablet" parent="." instance=ExtResource("2_mq3ic")]
  21. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.21929, 0)