Sparkles and Powerball
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://c2oboya05agti"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://c2oboya05agti"]
|
||||
|
||||
[ext_resource type="Script" path="res://Intro.gd" id="1_1hnh1"]
|
||||
[ext_resource type="Material" uid="uid://bv4vhjg83fqpn" path="res://ArkanoidMaterial.tres" id="2_a44d8"]
|
||||
@@ -10,6 +10,9 @@ max_value = 200.0
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 200), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_431mb"]
|
||||
colors = PackedColorArray(0, 0, 0, 0, 1, 1, 1, 1)
|
||||
|
||||
[node name="Intro" type="Node2D"]
|
||||
script = ExtResource("1_1hnh1")
|
||||
|
||||
@@ -23,10 +26,12 @@ direction = Vector2(0, 0)
|
||||
spread = 180.0
|
||||
gravity = Vector2(0, 0)
|
||||
initial_velocity_min = 10.0
|
||||
initial_velocity_max = 1000.0
|
||||
initial_velocity_max = 800.0
|
||||
linear_accel_min = 100.0
|
||||
linear_accel_max = 1000.0
|
||||
linear_accel_curve = SubResource("Curve_jhhjd")
|
||||
color_ramp = SubResource("Gradient_431mb")
|
||||
hue_variation_max = 1.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
offset_top = 104.0
|
||||
|
||||
Reference in New Issue
Block a user