basic building structures
This commit is contained in:
13
buildings/grass_block.tscn
Normal file
13
buildings/grass_block.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://m3lrwoup4i4r"]
|
||||
|
||||
[ext_resource type="Script" path="res://buildings/building_block.cs" id="1_3ht4p"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdakee12nn8un" path="res://assets/meshes/highlights_grass.tscn" id="2_m6bs4"]
|
||||
|
||||
[node name="grass_block" type="Node3D" node_paths=PackedStringArray("_ray")]
|
||||
script = ExtResource("1_3ht4p")
|
||||
_ray = NodePath("RayCast3D")
|
||||
_compatible_tile = 1
|
||||
|
||||
[node name="highlights-grass" parent="." instance=ExtResource("2_m6bs4")]
|
||||
|
||||
[node name="RayCast3D" type="RayCast3D" parent="."]
|
||||
Reference in New Issue
Block a user