diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-02-19 15:00:56 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-02-19 15:01:22 +0100 |
commit | f0142a29c9a36d2b87b19b763d88c5ca2245c7dc (patch) | |
tree | ed8d45266bd329e1ad33c33bc11dc93741eebee2 /chunk.tscn | |
parent | f448ca4259d7f76fc58bc3b5c12ea8d04ab49a87 (diff) |
next commit
Diffstat (limited to 'chunk.tscn')
-rw-r--r-- | chunk.tscn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chunk.tscn b/chunk.tscn new file mode 100644 index 0000000..4f50d5b --- /dev/null +++ b/chunk.tscn @@ -0,0 +1,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") |