initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[gd_scene format=3 uid="uid://d1ta1nxbedqad"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ca8an62xpl0e4" path="res://assets/scripts/disposableParticles.gd" id="1_16fqk"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_xyegg"]
|
||||
_data = [Vector2(0.49822062, 0.99999994), 0.0, 0.0, 0, 0, Vector2(0.99644125, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_pymst"]
|
||||
offsets = PackedFloat32Array(0, 0.68235296, 0.9882353)
|
||||
colors = PackedColorArray(1, 1, 1, 1, 0.6, 0.6, 0.6, 1, 1, 1, 1, 0)
|
||||
|
||||
[node name="Blood" type="CPUParticles2D" unique_id=1387158673]
|
||||
z_index = -1
|
||||
emitting = false
|
||||
amount = 10
|
||||
lifetime = 5.0
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
spread = 180.0
|
||||
gravity = Vector2(0, 0)
|
||||
initial_velocity_min = 20.0
|
||||
initial_velocity_max = 50.0
|
||||
linear_accel_min = -50.0
|
||||
linear_accel_max = -20.0
|
||||
angle_min = -180.0
|
||||
angle_max = 180.0
|
||||
scale_amount_min = 4.0
|
||||
scale_amount_max = 6.0
|
||||
scale_amount_curve = SubResource("Curve_xyegg")
|
||||
color = Color(0.89, 0, 0, 1)
|
||||
color_ramp = SubResource("Gradient_pymst")
|
||||
script = ExtResource("1_16fqk")
|
||||
Reference in New Issue
Block a user