godot-wild-jam-66/character/PropBox.tscn

23 lines
910 B
Text

[gd_scene load_steps=4 format=3 uid="uid://bt1y0b4jy0hnf"]
[ext_resource type="PackedScene" uid="uid://c8pl07tl2qho3" path="res://character/BaseProp.tscn" id="1_caw2b"]
[ext_resource type="PackedScene" uid="uid://1ub5643v6ruo" path="res://assets/Box/Box.gltf" id="2_lrw0b"]
[sub_resource type="BoxShape3D" id="BoxShape3D_56i4h"]
[node name="PropBox" node_paths=PackedStringArray("visual") instance=ExtResource("1_caw2b")]
friendlyname = "Large Box"
visual = NodePath("Box2")
speed = 0.75
acceleration = 3.0
deceleration = 8.0
rotation_speed = 8.0
[node name="CameraRig" parent="." index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="." index="3"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
shape = SubResource("BoxShape3D_56i4h")
[node name="Box2" parent="." index="4" instance=ExtResource("2_lrw0b")]