14 lines
550 B
Plaintext
14 lines
550 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://dffhktks7ro6y"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://buildings/building_block.cs" id="1_xuxw4"]
|
||
|
[ext_resource type="PackedScene" uid="uid://bea5tpiqs0m4b" path="res://assets/meshes/highlights_sand.tscn" id="2_pmjbb"]
|
||
|
|
||
|
[node name="sand_block" type="Node3D" node_paths=PackedStringArray("_ray")]
|
||
|
script = ExtResource("1_xuxw4")
|
||
|
_ray = NodePath("RayCast3D")
|
||
|
_compatible_tile = 2
|
||
|
|
||
|
[node name="highlights-sand" parent="." instance=ExtResource("2_pmjbb")]
|
||
|
|
||
|
[node name="RayCast3D" type="RayCast3D" parent="."]
|