Powerball item actually gives powerballs

This commit is contained in:
Rob Kelly 2024-12-20 12:58:50 -07:00
parent 478b1e0849
commit 1797460e2e
1 changed files with 28 additions and 28 deletions

View File

@ -61,6 +61,33 @@ vertex_color_use_as_albedo = true
albedo_color = Color(1, 0.993333, 0.8, 1) albedo_color = Color(1, 0.993333, 0.8, 1)
albedo_texture = SubResource("GradientTexture2D_sr8jb") albedo_texture = SubResource("GradientTexture2D_sr8jb")
[sub_resource type="Animation" id="Animation_2co83"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("FireballScaleRoot:scale")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(1, 1, 1)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("FireballScaleRoot:rotation")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(0, 0, 0)]
}
[sub_resource type="Animation" id="Animation_5t74j"] [sub_resource type="Animation" id="Animation_5t74j"]
resource_name = "flicker" resource_name = "flicker"
length = 2.0 length = 2.0
@ -90,33 +117,6 @@ tracks/1/keys = {
"values": [Vector3(0, 0, 0), Vector3(0, 2.0944, 0)] "values": [Vector3(0, 0, 0), Vector3(0, 2.0944, 0)]
} }
[sub_resource type="Animation" id="Animation_2co83"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("FireballScaleRoot:scale")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(1, 1, 1)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("FireballScaleRoot:rotation")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(0, 0, 0)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_hmunj"] [sub_resource type="AnimationLibrary" id="AnimationLibrary_hmunj"]
_data = { _data = {
"RESET": SubResource("Animation_2co83"), "RESET": SubResource("Animation_2co83"),
@ -211,7 +211,7 @@ _data = {
[node name="PowerballItem" instance=ExtResource("1_v5gka")] [node name="PowerballItem" instance=ExtResource("1_v5gka")]
script = ExtResource("2_wxxbc") script = ExtResource("2_wxxbc")
ball_type = 3 ball_type = 5
amount = 0 amount = 0
[node name="Octahedron" parent="Pivot/Octahedron" index="0"] [node name="Octahedron" parent="Pivot/Octahedron" index="0"]