Skip to content

Commit abff529

Browse files
committed
Soften ship particles
1 parent 2c3111a commit abff529

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

game-06/ship.tscn

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=36 format=3 uid="uid://dps3xjhs2ssns"]
1+
[gd_scene load_steps=37 format=3 uid="uid://dps3xjhs2ssns"]
22

33
[ext_resource type="Script" path="res://addons/block_code/simple_nodes/simple_character/simple_character.gd" id="1_rrros"]
44
[ext_resource type="Texture2D" uid="uid://dqobtlpqjmouw" path="res://game-06/graphics/engine.svg" id="2_qdvvn"]
@@ -13,9 +13,13 @@
1313
[ext_resource type="Script" path="res://addons/block_code/serialization/value_block_serialization.gd" id="11_d0d2t"]
1414

1515
[sub_resource type="Curve" id="Curve_j0da6"]
16-
_data = [Vector2(0, 0.570571), 0.0, 0.0, 0, 0, Vector2(0.643836, 1), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0]
16+
_data = [Vector2(0, 0.570571), 0.0, 0.0, 0, 0, Vector2(0.643836, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
1717
point_count = 3
1818

19+
[sub_resource type="Gradient" id="Gradient_f4wxx"]
20+
offsets = PackedFloat32Array(0.383721, 1)
21+
colors = PackedColorArray(0.52641, 0.698991, 0.743304, 1, 0.231715, 0.389956, 0.433398, 0)
22+
1923
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_babat"]
2024
radius = 19.0
2125
height = 70.0
@@ -331,6 +335,8 @@ linear_accel_max = 100.0
331335
scale_amount_min = 0.5
332336
scale_amount_max = 0.75
333337
scale_amount_curve = SubResource("Curve_j0da6")
338+
color = Color(1, 1, 1, 0.807)
339+
color_ramp = SubResource("Gradient_f4wxx")
334340

335341
[node name="Sprite2D" type="Sprite2D" parent="."]
336342
position = Vector2(-8, -6)

0 commit comments

Comments
 (0)