MultiplayerFighter
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.

20 lines
867 B

2 weeks ago
[gd_scene load_steps=4 format=3 uid="uid://cehc5ckhq2byd"]
2 weeks ago
[ext_resource type="PackedScene" uid="uid://c3e6e3s2q0uro" path="res://assets/Objects/Applecorer.glb" id="1_yadub"]
2 weeks ago
[ext_resource type="Script" uid="uid://jyas86y3f0jp" path="res://level/scripts/hit_box.gd" id="2_lq7hu"]
[sub_resource type="BoxShape3D" id="BoxShape3D_ei1hh"]
size = Vector3(0.19293976, 2.9722443, 0.5605469)
2 weeks ago
[node name="TestSwordMesh" type="Node3D"]
[node name="Applecorer" parent="." instance=ExtResource("1_yadub")]
transform = Transform3D(-0.3, 0, -2.6226834e-08, 0, 0.3, 0, 2.6226834e-08, 0, -0.3, 0, 0, 0)
2 weeks ago
[node name="HitBox" type="Area3D" parent="."]
script = ExtResource("2_lq7hu")
[node name="CollisionShape3D" type="CollisionShape3D" parent="HitBox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0034065247, 2.15522, 0.0234375)
shape = SubResource("BoxShape3D_ei1hh")