diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-18 08:32:29 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-18 08:32:29 -0400 |
commit | ffc92ed12c6e680776d355ff9fcef70e5e28d7c8 (patch) | |
tree | 11060de6eee066442dcbca1babcf0f69dac525b2 /Chunk.tscn | |
parent | 3dfcc3706f5dcb4b8150e027a02d0eb84c929b26 (diff) | |
download | godot_wildjam_49-ffc92ed12c6e680776d355ff9fcef70e5e28d7c8.tar.gz godot_wildjam_49-ffc92ed12c6e680776d355ff9fcef70e5e28d7c8.zip |
Prototype levels of detail per chunk
Diffstat (limited to '')
-rw-r--r-- | Chunk.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |