From f0142a29c9a36d2b87b19b763d88c5ca2245c7dc Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 19 Feb 2025 15:00:56 +0100 Subject: next commit --- chunk.tscn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 chunk.tscn (limited to 'chunk.tscn') 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") -- cgit v1.2.3