blob: 4f50d5bb63b3e7578ea11cb14ff661bd7b674d48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[gd_scene load_steps=3 format=3 uid="uid://e0kmmy52hfp8"]
[ext_resource type="Script" uid="uid://cdje7x0r2xw8t" path="res://chunk.gd" id="1_kdh3y"]
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_kdh3y"]
[node name="Chunk" type="Node3D"]
script = ExtResource("1_kdh3y")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_kdh3y")
|