summaryrefslogtreecommitdiffstats
path: root/Chunk.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Chunk.tscn')
-rw-r--r--Chunk.tscn2
1 files changed, 2 insertions, 0 deletions
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 )