From ffc92ed12c6e680776d355ff9fcef70e5e28d7c8 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Sun, 18 Sep 2022 08:32:29 -0400 Subject: Prototype levels of detail per chunk --- Chunk.tscn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Chunk.tscn') diff --git a/Chunk.tscn b/Chunk.tscn index 0437a7e..8f5ea84 100644 --- a/Chunk.tscn +++ b/Chunk.tscn @@ -1,5 +1,6 @@ [gd_scene load_steps=7 format=2] +[ext_resource path="res://Chunk.gd" type="Script" id=1] [ext_resource path="res://ChunkedCSGMesh.gd" type="Script" id=3] [sub_resource type="SphereShape" id=1] @@ -19,6 +20,7 @@ size = Vector2( 98, 98 ) [node name="Chunk" type="Area"] collision_layer = 32 collision_mask = 0 +script = ExtResource( 1 ) [node name="Size" type="CollisionShape" parent="."] shape = SubResource( 1 ) -- cgit v1.2.3