diff options
Diffstat (limited to 'Chunk.tscn')
-rw-r--r-- | Chunk.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,6 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=2] + +[ext_resource path="res://Chunk.gd" type="Script" id=1] [sub_resource type="SphereShape" id=1] radius = 50.0 @@ -17,6 +19,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 ) |