13 lines
582 B
Plaintext
Raw Normal View History

2024-02-16 14:30:29 +00:00
[gd_scene load_steps=4 format=3 uid="uid://bhrlgrleih7d0"]
2024-02-13 22:12:32 +00:00
[ext_resource type="Script" path="res://skill/spin/spin.gd" id="1_p5jmv"]
2024-02-16 14:30:29 +00:00
[ext_resource type="AudioStream" uid="uid://bwgmlkkxqbxoh" path="res://skill/spin/spin_voice.tres" id="2_bjl2j"]
2024-02-13 22:12:32 +00:00
[ext_resource type="PackedScene" uid="uid://f1keiecsx5kw" path="res://skill/melee_area.tscn" id="2_fjxc1"]
[node name="Spin" type="Node3D"]
script = ExtResource("1_p5jmv")
2024-02-16 14:30:29 +00:00
voice_audio = ExtResource("2_bjl2j")
2024-02-13 22:12:32 +00:00
[node name="Area" parent="." instance=ExtResource("2_fjxc1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1.8)