You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
849 B
19 lines
849 B
[gd_scene load_steps=4 format=3 uid="uid://rkvkbxlweo60"] |
|
|
|
[ext_resource type="PackedScene" uid="uid://df31n55xyn27i" path="res://assets/Objects/TestSword.glb" id="1_4fdvi"] |
|
[ext_resource type="Script" uid="uid://jyas86y3f0jp" path="res://level/scripts/hit_box.gd" id="2_3qhqw"] |
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_5u25i"] |
|
size = Vector3(0.19293976, 2.2154922, 0.5605469) |
|
|
|
[node name="TestSwordMesh" type="Node3D"] |
|
|
|
[node name="TestSword" parent="." instance=ExtResource("1_4fdvi")] |
|
transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0.104662895, 0) |
|
|
|
[node name="HitBox" type="Area3D" parent="."] |
|
script = ExtResource("2_3qhqw") |
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="HitBox"] |
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0034065247, 1.3828986, 0.0234375) |
|
shape = SubResource("BoxShape3D_5u25i")
|
|
|