13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bnsyxg7xsjri1"]
|
|
|
|
[ext_resource type="Script" path="res://primitives/gravity_changer/gravity_changer.gd" id="1_oxv17"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_hwemw"]
|
|
|
|
[node name="gravity_changer" type="Area3D"]
|
|
collision_mask = 4
|
|
script = ExtResource("1_oxv17")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_hwemw")
|