TinyAdventure/assets/tools/Sword.tscn

20 lines
706 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://b0hxoadcvbumx"]
2024-09-30 17:00:16 +02:00
[ext_resource type="PackedScene" uid="uid://ddt2ameyjmbht" path="res://assets/3rdparty/KayKit_Adventurers_1.0_EXTRA/Assets/sword_1handed.gltf" id="1_mee4c"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_jwb68"]
radius = 0.189831
height = 1.21769
2024-09-30 17:00:16 +02:00
[node name="sword_1handed2" instance=ExtResource("1_mee4c")]
[node name="Hitbox" type="Area3D" parent="." index="1"]
collision_layer = 8
collision_mask = 0
monitoring = false
monitorable = false
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox" index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.807237, 0)
shape = SubResource("CapsuleShape3D_jwb68")