diff options
| author | tpart <tpart120@proton.me> | 2024-07-01 15:16:36 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-07-01 15:17:03 +0200 | 
| commit | 0f41f4c560a3da8a0f24e18c7650acdfc547cb63 (patch) | |
| tree | 6241d7cf5ac9e828ef133a5d1b17718bbb65898b /client/player/angry.tscn | |
| parent | 5053a14f549649415bcfd0ec9e30fe09a871b6f6 (diff) | |
| download | hurrycurry-0f41f4c560a3da8a0f24e18c7650acdfc547cb63.tar hurrycurry-0f41f4c560a3da8a0f24e18c7650acdfc547cb63.tar.bz2 hurrycurry-0f41f4c560a3da8a0f24e18c7650acdfc547cb63.tar.zst | |
Add angry effect particles
Diffstat (limited to 'client/player/angry.tscn')
| -rw-r--r-- | client/player/angry.tscn | 37 | 
1 files changed, 37 insertions, 0 deletions
| diff --git a/client/player/angry.tscn b/client/player/angry.tscn new file mode 100644 index 00000000..56fa4d05 --- /dev/null +++ b/client/player/angry.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://cvty1rwt52anq"] + +[ext_resource type="Texture2D" uid="uid://unjbxplj845n" path="res://player/angry.webp" id="1_5op6v"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ysmnk"] +transparency = 1 +shading_mode = 0 +vertex_color_use_as_albedo = true +albedo_texture = ExtResource("1_5op6v") +billboard_mode = 2 +billboard_keep_scale = true + +[sub_resource type="QuadMesh" id="QuadMesh_5nim7"] +material = SubResource("StandardMaterial3D_ysmnk") + +[sub_resource type="Curve" id="Curve_0rju1"] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.51927, 1), 0.0, 0.0, 0, 0] +point_count = 2 + +[sub_resource type="Gradient" id="Gradient_lmymu"] +offsets = PackedFloat32Array(0, 0.711828, 1) +colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0) + +[node name="Angry" type="CPUParticles3D"] +emitting = false +amount = 5 +lifetime = 2.0 +one_shot = true +explosiveness = 1.0 +mesh = SubResource("QuadMesh_5nim7") +direction = Vector3(0, 1, 0) +spread = 30.0 +gravity = Vector3(0, 0, 0) +initial_velocity_min = 1.0 +initial_velocity_max = 1.5 +scale_amount_curve = SubResource("Curve_0rju1") +color_ramp = SubResource("Gradient_lmymu") | 
