added more tomes
This commit is contained in:
30
src/scenes/attack_spell_frostspike.tscn
Normal file
30
src/scenes/attack_spell_frostspike.tscn
Normal file
@@ -0,0 +1,30 @@
|
||||
[gd_scene format=3 uid="uid://d1u8p5rop4vye"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/attack_spell_frostspike.gd" id="1_script"]
|
||||
[ext_resource type="Texture2D" uid="uid://bf158atxi7ucy" path="res://assets/gfx/fx/shade_spell_effects.png" id="2_tex"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_frost"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[node name="FrostspikeSpell" type="Node2D"]
|
||||
z_index = 4
|
||||
script = ExtResource("1_script")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("2_tex")
|
||||
hframes = 105
|
||||
vframes = 79
|
||||
frame = 4413
|
||||
|
||||
[node name="SpikeLight" type="PointLight2D" parent="."]
|
||||
color = Color(0.35, 0.6, 1, 1)
|
||||
energy = 1.0
|
||||
texture_scale = 0.5
|
||||
enabled = true
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
collision_layer = 4
|
||||
collision_mask = 3
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("RectangleShape2D_frost")
|
||||
File diff suppressed because one or more lines are too long
21
src/scenes/healing_effect.tscn
Normal file
21
src/scenes/healing_effect.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://d3heal8fx2kqm"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/healing_effect.gd" id="1_script"]
|
||||
[ext_resource type="Texture2D" uid="uid://bf158atxi7ucy" path="res://assets/gfx/fx/shade_spell_effects.png" id="2_tex"]
|
||||
|
||||
[node name="HealingEffect" type="Node2D"]
|
||||
z_index = 5
|
||||
script = ExtResource("1_script")
|
||||
|
||||
[node name="FxSprite" type="Sprite2D" parent="."]
|
||||
offset = Vector2(0, -24)
|
||||
texture = ExtResource("2_tex")
|
||||
hframes = 105
|
||||
vframes = 79
|
||||
frame = 589
|
||||
|
||||
[node name="HealLight" type="PointLight2D" parent="."]
|
||||
color = Color(0.3, 1, 0.35, 1)
|
||||
energy = 0.8
|
||||
texture_scale = 0.5
|
||||
enabled = false
|
||||
@@ -3,6 +3,7 @@
|
||||
[ext_resource type="Script" uid="uid://jk7o0itmiwp6" path="res://scripts/loot.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://cpxabh3uq1kl4" path="res://scripts/create_shadow_sprite.gd" id="2"]
|
||||
[ext_resource type="AudioStream" uid="uid://b60bke4f5uw4v" path="res://assets/audio/sfx/pickups/coin_pickup.mp3" id="3_30m34"]
|
||||
[ext_resource type="Shader" uid="uid://ldl7vaq5n13f" path="res://shaders/cloth.gdshader" id="3_37k03"]
|
||||
[ext_resource type="Texture2D" uid="uid://cimek2qjgoqa1" path="res://assets/gfx/pickups/gold_coin.png" id="3_531sv"]
|
||||
[ext_resource type="AudioStream" uid="uid://brl8ivwb1l5i7" path="res://assets/audio/sfx/pickups/coin_drop_01.wav.mp3" id="4_rtp8m"]
|
||||
[ext_resource type="AudioStream" uid="uid://umoxmryvbm01" path="res://assets/audio/sfx/cloth/leather_cloth_01.wav.mp3" id="5_vl55g"]
|
||||
@@ -22,6 +23,24 @@ fill = 1
|
||||
fill_from = Vector2(0.51304346, 0.46086955)
|
||||
fill_to = Vector2(0, 0)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_8ty1w"]
|
||||
shader = ExtResource("3_37k03")
|
||||
shader_parameter/original_0 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_1 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_2 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_3 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_4 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_5 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_6 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_0 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_1 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_2 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_3 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_4 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_5 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_6 = Color(0, 0, 0, 1)
|
||||
shader_parameter/tint = Color(1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_2"]
|
||||
radius = 3.0
|
||||
|
||||
@@ -49,6 +68,7 @@ script = ExtResource("2")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1501367665]
|
||||
y_sort_enabled = true
|
||||
material = SubResource("ShaderMaterial_8ty1w")
|
||||
texture = ExtResource("3_531sv")
|
||||
hframes = 6
|
||||
|
||||
|
||||
16
src/scenes/off_screen_indicators.tscn
Normal file
16
src/scenes/off_screen_indicators.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[gd_scene format=3 uid="uid://c8k2xmwv4nqyp"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/off_screen_indicators.gd" id="1_script"]
|
||||
|
||||
[node name="OffScreenIndicators" type="CanvasLayer"]
|
||||
layer = 199
|
||||
|
||||
[node name="IndicatorOverlay" type="Control" parent="."]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
script = ExtResource("1_script")
|
||||
@@ -14,7 +14,9 @@
|
||||
[ext_resource type="Texture2D" uid="uid://cu5fkio3ajr5i" path="res://assets/gfx/Puny-Characters/Layer 6 - Headgears/French/MusketeerHatPurple.png" id="12"]
|
||||
[ext_resource type="Texture2D" uid="uid://bloqx3mibftjn" path="res://assets/gfx/Puny-Characters/WeaponOverlayer.png" id="13"]
|
||||
[ext_resource type="AudioStream" uid="uid://cbio6f0ssxvd6" path="res://assets/audio/sfx/walk/stone/walk_stone_1.wav.mp3" id="13_fulsm"]
|
||||
[ext_resource type="Texture2D" uid="uid://bkca7nmt4du5e" path="res://assets/gfx/Puny-Characters/ShieldOverlayer.png" id="13_t4otl"]
|
||||
[ext_resource type="AudioStream" uid="uid://dq1va2882v23v" path="res://assets/audio/sfx/walk/stone/walk_stone_2.wav.mp3" id="14_4r5pv"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpxxpdpow5qyl" path="res://assets/gfx/Puny-Characters/ShieldOverlayerHolding.png" id="14_j2b1d"]
|
||||
[ext_resource type="AudioStream" uid="uid://dsuf4oa710gi8" path="res://assets/audio/sfx/walk/stone/walk_stone_3.wav.mp3" id="15_60mlk"]
|
||||
[ext_resource type="AudioStream" uid="uid://fvhvmxtcq018" path="res://assets/audio/sfx/walk/stone/walk_stone_4.wav.mp3" id="16_i4ail"]
|
||||
[ext_resource type="AudioStream" uid="uid://cw74evef8fm0t" path="res://assets/audio/sfx/walk/stone/walk_stone_5.wav.mp3" id="17_a38lo"]
|
||||
@@ -37,6 +39,12 @@
|
||||
[ext_resource type="AudioStream" uid="uid://bvi00vbftbgc5" path="res://assets/audio/sfx/player/ultra_run/shinespark_start.wav" id="35_bj30b"]
|
||||
[ext_resource type="AudioStream" uid="uid://0xm3gyh8051h" path="res://assets/audio/sfx/wizard/incantations/indignation.mp3" id="36_jc3p3"]
|
||||
[ext_resource type="Texture2D" uid="uid://bf158atxi7ucy" path="res://assets/gfx/fx/shade_spell_effects.png" id="37_hax0n"]
|
||||
[ext_resource type="AudioStream" uid="uid://c10ju1f6d4ed3" path="res://assets/audio/sfx/shield/activate_shield.wav" id="40_hhpqf"]
|
||||
[ext_resource type="AudioStream" uid="uid://ly1euk0v3jxy" path="res://assets/audio/sfx/shield/shield.wav" id="41_g5jhy"]
|
||||
[ext_resource type="AudioStream" uid="uid://c4lh535yj010h" path="res://assets/audio/sfx/shield/shield1.wav" id="42_holxr"]
|
||||
[ext_resource type="AudioStream" uid="uid://ch3p57i7fvd1v" path="res://assets/audio/sfx/shield/shield2.wav" id="43_mx1m4"]
|
||||
[ext_resource type="AudioStream" uid="uid://t0sg2rxlfech" path="res://assets/audio/sfx/shield/shield3.wav" id="44_4gjji"]
|
||||
[ext_resource type="AudioStream" uid="uid://dvq72502qa46f" path="res://assets/audio/sfx/shield/denied_activate_Shield2.wav" id="45_g5jhy"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_wqfne"]
|
||||
colors = PackedColorArray(0, 0, 0, 1, 1, 0.13732082, 0.092538536, 1)
|
||||
@@ -234,6 +242,24 @@ shader_parameter/replace_5 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_6 = Color(0, 0, 0, 1)
|
||||
shader_parameter/tint = Color(1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_hhpqf"]
|
||||
shader = ExtResource("3_wnwbv")
|
||||
shader_parameter/original_0 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_1 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_2 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_3 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_4 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_5 = Color(0, 0, 0, 1)
|
||||
shader_parameter/original_6 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_0 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_1 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_2 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_3 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_4 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_5 = Color(0, 0, 0, 1)
|
||||
shader_parameter/replace_6 = Color(0, 0, 0, 1)
|
||||
shader_parameter/tint = Color(1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_fdfoy"]
|
||||
shader = ExtResource("3_wnwbv")
|
||||
shader_parameter/original_0 = Color(0, 0, 0, 1)
|
||||
@@ -342,6 +368,73 @@ tracks/0/keys = {
|
||||
"values": [2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_frost_ch"]
|
||||
resource_name = "frost_charging"
|
||||
length = 0.566
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("IncantationSprite:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.03333334, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_frost_rdy"]
|
||||
resource_name = "frost_ready"
|
||||
length = 0.566
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("IncantationSprite:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.03333334, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_heal_ch"]
|
||||
resource_name = "healing_charging"
|
||||
length = 0.5
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("IncantationSprite:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [589, 590, 591, 592, 593, 594, 595, 596, 597, 598]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_heal_rdy"]
|
||||
resource_name = "healing_ready"
|
||||
length = 0.5
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("IncantationSprite:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [589, 590, 591, 592, 593, 594, 595, 596, 597, 598]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_hax0n"]
|
||||
resource_name = "idle"
|
||||
length = 0.1
|
||||
@@ -363,9 +456,111 @@ _data = {
|
||||
&"RESET": SubResource("Animation_t4otl"),
|
||||
&"fire_charging": SubResource("Animation_j2b1d"),
|
||||
&"fire_ready": SubResource("Animation_cs1tg"),
|
||||
&"frost_charging": SubResource("Animation_frost_ch"),
|
||||
&"frost_ready": SubResource("Animation_frost_rdy"),
|
||||
&"healing_charging": SubResource("Animation_heal_ch"),
|
||||
&"healing_ready": SubResource("Animation_heal_rdy"),
|
||||
&"idle": SubResource("Animation_hax0n")
|
||||
}
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_u2ulf"]
|
||||
streams_count = 4
|
||||
stream_0/stream = ExtResource("41_g5jhy")
|
||||
stream_1/stream = ExtResource("42_holxr")
|
||||
stream_2/stream = ExtResource("43_mx1m4")
|
||||
stream_3/stream = ExtResource("44_4gjji")
|
||||
|
||||
[sub_resource type="Animation" id="Animation_g5jhy"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [711]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_holxr"]
|
||||
resource_name = "concussion"
|
||||
length = 1.0666667
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.06666667, 0.13333333, 0.2, 0.26666668, 0.33333334, 0.4, 0.46666667, 0.53333336, 0.6, 0.6666667, 0.73333335, 0.8, 0.8666667, 0.93333334, 1),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_u2ulf"]
|
||||
resource_name = "idle"
|
||||
length = 0.46666667
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [0]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_4gjji"]
|
||||
resource_name = "poison"
|
||||
length = 0.6
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.06666667, 0.13333334, 0.2, 0.26666668, 0.33333334, 0.4, 0.46666667, 0.53333336),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_mx1m4"]
|
||||
resource_name = "sleep"
|
||||
length = 0.6
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.2, 0.3, 0.4, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": [291, 292, 293, 294, 295, 296]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_mx1m4"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_g5jhy"),
|
||||
&"concussion": SubResource("Animation_holxr"),
|
||||
&"idle": SubResource("Animation_u2ulf"),
|
||||
&"poison": SubResource("Animation_4gjji"),
|
||||
&"sleep": SubResource("Animation_mx1m4")
|
||||
}
|
||||
|
||||
[node name="Player" type="CharacterBody2D" unique_id=937429705]
|
||||
collision_mask = 67
|
||||
motion_mode = 1
|
||||
@@ -462,6 +657,18 @@ texture = ExtResource("12")
|
||||
hframes = 35
|
||||
vframes = 8
|
||||
|
||||
[node name="Sprite2DShield" type="Sprite2D" parent="." unique_id=738217548]
|
||||
material = SubResource("ShaderMaterial_hhpqf")
|
||||
texture = ExtResource("13_t4otl")
|
||||
hframes = 35
|
||||
vframes = 8
|
||||
|
||||
[node name="Sprite2DShieldHolding" type="Sprite2D" parent="." unique_id=1000811066]
|
||||
material = SubResource("ShaderMaterial_hhpqf")
|
||||
texture = ExtResource("14_j2b1d")
|
||||
hframes = 35
|
||||
vframes = 8
|
||||
|
||||
[node name="Sprite2DWeapon" type="Sprite2D" parent="." unique_id=1889932388]
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
@@ -562,7 +769,7 @@ stream = ExtResource("35_bj30b")
|
||||
|
||||
[node name="SfxSpellIncantation" type="AudioStreamPlayer2D" parent="." unique_id=300820616]
|
||||
stream = ExtResource("36_jc3p3")
|
||||
volume_db = 5.729
|
||||
volume_db = -46.271
|
||||
attenuation = 7.727487
|
||||
panning_strength = 1.04
|
||||
bus = &"Sfx"
|
||||
@@ -576,3 +783,31 @@ frame = 2037
|
||||
[node name="AnimationIncantation" type="AnimationPlayer" parent="." unique_id=17658820]
|
||||
libraries/ = SubResource("AnimationLibrary_2dvfe")
|
||||
autoplay = &"idle"
|
||||
|
||||
[node name="SfxActivateShield" type="AudioStreamPlayer2D" parent="." unique_id=1247414383]
|
||||
stream = ExtResource("40_hhpqf")
|
||||
volume_db = 9.695
|
||||
attenuation = 1.3660401
|
||||
panning_strength = 1.78
|
||||
|
||||
[node name="SfxBlockWithShield" type="AudioStreamPlayer2D" parent="." unique_id=1010944313]
|
||||
stream = SubResource("AudioStreamRandomizer_u2ulf")
|
||||
volume_db = 7.254
|
||||
attenuation = 1.3195078
|
||||
panning_strength = 1.06
|
||||
bus = &"Sfx"
|
||||
|
||||
[node name="SfxDenyActivateShield" type="AudioStreamPlayer2D" parent="." unique_id=1239738371]
|
||||
stream = ExtResource("45_g5jhy")
|
||||
volume_db = 9.458
|
||||
|
||||
[node name="Sprite2DStatus" type="Sprite2D" parent="." unique_id=1335748461]
|
||||
position = Vector2(0, -10)
|
||||
texture = ExtResource("37_hax0n")
|
||||
hframes = 105
|
||||
vframes = 79
|
||||
frame = 711
|
||||
|
||||
[node name="AnimationPlayerStatus" type="AnimationPlayer" parent="Sprite2DStatus" unique_id=721795152]
|
||||
libraries/ = SubResource("AnimationLibrary_mx1m4")
|
||||
autoplay = &"idle"
|
||||
|
||||
Reference in New Issue
Block a user