basic building structures

This commit is contained in:
Victor Turgeon
2023-06-10 17:14:55 -04:00
parent e028b544c5
commit 3f3e39a40f
18 changed files with 149 additions and 0 deletions

13
buildings/sand_block.tscn Normal file
View 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="."]