[gd_scene load_steps=5 format=2] [ext_resource path="res://assets/props/dagger/dagger.mesh" type="ArrayMesh" id=1] [ext_resource path="res://assets/props/misc/plane.mesh" type="ArrayMesh" id=2] [ext_resource path="res://developers/jeremy/Dagger.gd" type="Script" id=3] [sub_resource type="CapsuleShape" id=1] radius = 0.136165 height = 0.0793334 [node name="Spatial" type="Spatial"] script = ExtResource( 3 ) [node name="Camera" type="Camera" parent="."] transform = Transform( 1, 0, 0, 0, 0.978278, 0.207297, 0, -0.207297, 0.978278, 0.0290956, 0.512069, 1.2903 ) [node name="plane" type="MeshInstance" parent="."] transform = Transform( 3.05, 0, 0, 0, 1, 0, 0, 0, 3.05, 0, 0, 0 ) mesh = ExtResource( 2 ) material/0 = null [node name="dagger" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.542265, 0.160108, -0.620212 ) mesh = ExtResource( 1 ) material/0 = null [node name="Area" type="Area" parent="dagger"] [node name="CollisionShape" type="CollisionShape" parent="dagger/Area"] shape = SubResource( 1 ) [connection signal="input_event" from="dagger/Area" to="." method="_on_Area_input_event"]