LD56 is over. This is the game.
This commit is contained in:
20
entities/buildings/Arrow.tscn
Normal file
20
entities/buildings/Arrow.tscn
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dw8pefngely67"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/buildings/arrow.gd" id="1_cc6i4"]
|
||||
[ext_resource type="PackedScene" uid="uid://djwo81th50yfi" path="res://assets/fbx/arrow.fbx" id="1_ctgjr"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_qal86"]
|
||||
height = 2.61515
|
||||
|
||||
[node name="Arrow" type="Area3D"]
|
||||
monitorable = false
|
||||
script = ExtResource("1_cc6i4")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 0, 0, 0)
|
||||
shape = SubResource("CapsuleShape3D_qal86")
|
||||
|
||||
[node name="arrow" parent="." instance=ExtResource("1_ctgjr")]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
Reference in New Issue
Block a user