2024-10-11 02:22:28 +00:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://crthy8a50a4t"]
|
2024-10-04 12:53:34 +00:00
|
|
|
|
2024-10-05 01:13:14 +00:00
|
|
|
[ext_resource type="Script" path="res://scripts/spell/SpellPickAble.cs" id="1_v0grp"]
|
2024-10-04 12:53:34 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://cak6chjjsu7wo" path="res://sounds/fire.wav" id="4_ffr2k"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bbcjkyrsx88av" path="res://sprites/projectile/curseOfTheUndead.png" id="4_y6nkf"]
|
|
|
|
|
2024-10-05 02:20:55 +00:00
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_akp3k"]
|
2024-10-04 12:53:34 +00:00
|
|
|
|
|
|
|
[node name="curseOfTheUndead" type="RigidBody2D"]
|
|
|
|
collision_layer = 8
|
|
|
|
collision_mask = 34
|
|
|
|
angular_damp = -1.0
|
2024-10-05 01:13:14 +00:00
|
|
|
script = ExtResource("1_v0grp")
|
|
|
|
_projectilePath = "res://prefab/projectile/curseOfTheUndead.tscn"
|
2024-10-04 12:53:34 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
position = Vector2(0, -0.625)
|
2024-10-05 02:20:55 +00:00
|
|
|
shape = SubResource("CircleShape2D_akp3k")
|
2024-10-04 12:53:34 +00:00
|
|
|
|
|
|
|
[node name="Marker2D" type="Marker2D" parent="."]
|
|
|
|
position = Vector2(65, 0)
|
|
|
|
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="Marker2D"]
|
|
|
|
stream = ExtResource("4_ffr2k")
|
|
|
|
bus = &"SoundEffect"
|
|
|
|
|
|
|
|
[node name="TipLabel" type="Label" parent="."]
|
|
|
|
offset_left = -19.0
|
|
|
|
offset_top = 23.0
|
|
|
|
offset_right = 21.0
|
|
|
|
offset_bottom = 48.0
|
|
|
|
|
|
|
|
[node name="CurseOfTheUndead" type="Sprite2D" parent="."]
|
|
|
|
texture = ExtResource("4_y6nkf")
|