REM/scenes/props/drifting/snow_spot.tscn
2026-03-26 20:37:29 -06:00

47 lines
2.1 KiB
Plaintext

[gd_scene format=3 uid="uid://b41xvkh4y5smm"]
[ext_resource type="Script" uid="uid://bdeld6f1c21ic" path="res://scripts/drifting/snow_spot.gd" id="1_agjcw"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_agjcw"]
height = 4.7924805
radius = 2.1088867
[node name="Snow_Spot" type="Node3D" unique_id=1759046867]
script = ExtResource("1_agjcw")
[node name="Snow_Spot_Body" type="StaticBody3D" parent="." unique_id=940934842 groups=["snow_spot"]]
collision_layer = 2
[node name="Snow_Spot_Shape" type="CollisionShape3D" parent="Snow_Spot_Body" unique_id=733087153]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3962402, 0)
shape = SubResource("CylinderShape3D_agjcw")
[node name="Spot_Area" type="Area3D" parent="." unique_id=801734112]
[node name="Snow_Spot_Shape" type="CollisionShape3D" parent="Spot_Area" unique_id=733036362]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3962402, 0)
shape = SubResource("CylinderShape3D_agjcw")
[node name="North_Ray" type="RayCast3D" parent="." unique_id=709488276]
transform = Transform3D(4.371139e-08, -1, 8.742278e-08, -1, -4.371139e-08, 0, 3.821371e-15, -8.742278e-08, -1, 0, 0.15, 0)
target_position = Vector3(0, -8, 0)
collision_mask = 2
debug_shape_custom_color = Color(0.039215688, 0.90588236, 0, 1)
[node name="West_Ray" type="RayCast3D" parent="." unique_id=534931564]
transform = Transform3D(1.9106855e-15, -4.371139e-08, -1, -1, -4.371139e-08, 0, -4.371139e-08, 1, -4.371139e-08, 0, 0.15, 0)
target_position = Vector3(0, -8, 0)
collision_mask = 2
debug_shape_custom_color = Color(0.43137255, 0, 0.7647059, 1)
[node name="South_Ray" type="RayCast3D" parent="." unique_id=1936332237]
transform = Transform3D(-4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 0, 0, 1, 0, 0.15, 0)
target_position = Vector3(0, -8, 0)
collision_mask = 2
debug_shape_custom_color = Color(0.9098039, 0.38039216, 0, 1)
[node name="East_Ray" type="RayCast3D" parent="." unique_id=1650953744]
transform = Transform3D(1.9106855e-15, -4.371139e-08, 1, -1, -4.371139e-08, 0, 4.371139e-08, -1, -4.371139e-08, 0, 0.15, 0)
target_position = Vector3(0, -8, 0)
collision_mask = 2