14 lines
552 B
Plaintext
14 lines
552 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b3jpnuj1suvcj"]
|
|
|
|
[ext_resource type="Script" path="res://buildings/building_block.cs" id="1_p3ylt"]
|
|
[ext_resource type="PackedScene" uid="uid://ds0lxspxtnkcp" path="res://assets/meshes/highlights-water.glb" id="2_53d7w"]
|
|
|
|
[node name="water_block" type="Node3D" node_paths=PackedStringArray("_ray")]
|
|
script = ExtResource("1_p3ylt")
|
|
_ray = NodePath("RayCast3D")
|
|
_compatible_tile = 3
|
|
|
|
[node name="highlights-water" parent="." instance=ExtResource("2_53d7w")]
|
|
|
|
[node name="RayCast3D" type="RayCast3D" parent="."]
|