Improved intro starfield
This commit is contained in:
11
Intro.tscn
11
Intro.tscn
@@ -7,7 +7,7 @@
|
||||
[sub_resource type="Curve" id="Curve_jhhjd"]
|
||||
min_value = -200.0
|
||||
max_value = 200.0
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 200), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[node name="Intro" type="Node2D"]
|
||||
@@ -15,16 +15,17 @@ script = ExtResource("1_1hnh1")
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="."]
|
||||
position = Vector2(320, 180)
|
||||
amount = 100
|
||||
amount = 250
|
||||
lifetime = 0.1
|
||||
speed_scale = 0.1
|
||||
randomness = 1.0
|
||||
direction = Vector2(0, 0)
|
||||
spread = 180.0
|
||||
gravity = Vector2(0, 0)
|
||||
initial_velocity_min = 80.81
|
||||
initial_velocity_max = 838.38
|
||||
initial_velocity_min = 10.0
|
||||
initial_velocity_max = 1000.0
|
||||
linear_accel_min = 100.0
|
||||
linear_accel_max = 100.0
|
||||
linear_accel_max = 1000.0
|
||||
linear_accel_curve = SubResource("Curve_jhhjd")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
|
||||
Reference in New Issue
Block a user