18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://scripts/Fuse Box.gd" type="Script" id=1]
|
||
|
|
||
|
[sub_resource type="BoxShape" id=1]
|
||
|
|
||
|
[sub_resource type="CubeMesh" id=2]
|
||
|
|
||
|
[node name="Fuse Box" type="StaticBody"]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
||
|
shape = SubResource( 1 )
|
||
|
|
||
|
[node name="MeshInstance" type="MeshInstance" parent="."]
|
||
|
mesh = SubResource( 2 )
|
||
|
skeleton = NodePath("")
|