basic building structures
This commit is contained in:
13
buildings/sand_block.tscn
Normal file
13
buildings/sand_block.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[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="."]
|
||||
Reference in New Issue
Block a user