You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
730 B
Plaintext
17 lines
730 B
Plaintext
|
2 years ago
|
[gd_scene load_steps=4 format=3 uid="uid://b3rp0a5do2mm6"]
|
||
|
|
|
||
|
|
[ext_resource type="ArrayMesh" uid="uid://caii2ypk4lb1k" path="res://resource/mesh_level/block_center.vox" id="1_8nl8s"]
|
||
|
|
[ext_resource type="ArrayMesh" uid="uid://c6g1c31dd86yp" path="res://resource/mesh_level/block_corner.vox" id="2_870el"]
|
||
|
|
[ext_resource type="ArrayMesh" uid="uid://d1awgblbh4vmq" path="res://resource/mesh_level/block_edge.vox" id="3_0q8sx"]
|
||
|
|
|
||
|
|
[node name="MeshLibrary" type="Node3D"]
|
||
|
|
|
||
|
|
[node name="BlockCenter" type="MeshInstance3D" parent="."]
|
||
|
|
mesh = ExtResource("1_8nl8s")
|
||
|
|
|
||
|
|
[node name="BlockCorner" type="MeshInstance3D" parent="."]
|
||
|
|
mesh = ExtResource("2_870el")
|
||
|
|
|
||
|
|
[node name="BlockEdge" type="MeshInstance3D" parent="."]
|
||
|
|
mesh = ExtResource("3_0q8sx")
|