summaryrefslogtreecommitdiffstats
path: root/Chunk.tscn
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-18 08:32:29 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-18 08:32:29 -0400
commitffc92ed12c6e680776d355ff9fcef70e5e28d7c8 (patch)
tree11060de6eee066442dcbca1babcf0f69dac525b2 /Chunk.tscn
parent3dfcc3706f5dcb4b8150e027a02d0eb84c929b26 (diff)
downloadgame_jam49-ffc92ed12c6e680776d355ff9fcef70e5e28d7c8.tar.gz
game_jam49-ffc92ed12c6e680776d355ff9fcef70e5e28d7c8.zip
Prototype levels of detail per chunk
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 )