cave-of-dreams/scenes/effects/attack_swooshy/pierce.tscn

64 lines
1.8 KiB
Text
Raw Permalink Normal View History

[gd_scene format=3 uid="uid://cll52paotcjr7"]
[ext_resource type="Texture2D" uid="uid://n3qlhp2lbgfd" path="res://textures/pierce.png" id="1_ye47h"]
[ext_resource type="Script" uid="uid://d26yt0riuggb4" path="res://scripts/effects/slash.gd" id="2_sysig"]
[sub_resource type="AtlasTexture" id="AtlasTexture_sysig"]
atlas = ExtResource("1_ye47h")
region = Rect2(0, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_ln4oc"]
atlas = ExtResource("1_ye47h")
region = Rect2(48, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_77j1u"]
atlas = ExtResource("1_ye47h")
region = Rect2(96, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_d0p3v"]
atlas = ExtResource("1_ye47h")
region = Rect2(144, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_8ses3"]
atlas = ExtResource("1_ye47h")
region = Rect2(192, 0, 48, 48)
[sub_resource type="AtlasTexture" id="AtlasTexture_8tm8q"]
atlas = ExtResource("1_ye47h")
region = Rect2(240, 0, 48, 48)
[sub_resource type="SpriteFrames" id="SpriteFrames_jqp4x"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_sysig")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ln4oc")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_77j1u")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_d0p3v")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8ses3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8tm8q")
}],
"loop": false,
"name": &"default",
"speed": 24.0
}]
[node name="Pierce" type="AnimatedSprite3D" unique_id=1787289120]
transform = Transform3D(-1.5, -8.742278e-08, -3.821371e-15, 0, -4.371139e-08, 1, -1.3113416e-07, 1, 4.371139e-08, 0, 0, 0)
pixel_size = 0.04
texture_filter = 0
sprite_frames = SubResource("SpriteFrames_jqp4x")
frame = 5
frame_progress = 1.0
script = ExtResource("2_sysig")