80 lines
2.8 KiB
Plaintext
80 lines
2.8 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://cbpy56epwth0j"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bj6ue0xsk2s1t" path="res://asset/art/little_game/弹珠/球1.png" id="1_83xud"]
|
|
[ext_resource type="Script" uid="uid://bgbpv18g74v3s" path="res://scene/little_game/弹珠游戏/balls_falling.gd" id="1_kxs1d"]
|
|
[ext_resource type="Texture2D" uid="uid://b188k8l5f7sga" path="res://asset/art/little_game/弹珠/球2.png" id="2_n2lia"]
|
|
[ext_resource type="Texture2D" uid="uid://d34ej8xe60ahx" path="res://asset/art/little_game/弹珠/球3.png" id="3_kxs1d"]
|
|
[ext_resource type="Texture2D" uid="uid://dj5pn4n3rfl52" path="res://asset/art/little_game/弹珠/球6.png" id="4_jw8nx"]
|
|
[ext_resource type="Texture2D" uid="uid://cjxhxv7k3yhva" path="res://asset/art/little_game/弹珠/球7.png" id="5_xovvu"]
|
|
|
|
[sub_resource type="Curve" id="Curve_46fdv"]
|
|
_limits = [-360.0, 360.0, 0.0, 1.0]
|
|
_data = [Vector2(0.00818331, 142.957), 0.0, 0.0, 0, 0, Vector2(0.99018, -93.0783), 0.0, 0.0, 0, 0]
|
|
point_count = 2
|
|
|
|
[sub_resource type="CurveTexture" id="CurveTexture_5hbq4"]
|
|
curve = SubResource("Curve_46fdv")
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_3q04e"]
|
|
particle_flag_disable_z = true
|
|
emission_shape = 3
|
|
emission_box_extents = Vector3(300, 50, 1)
|
|
angle_min = -9.99999
|
|
angle_max = 10.0
|
|
direction = Vector3(0, 1, 0)
|
|
initial_velocity_min = 50.0
|
|
initial_velocity_max = 100.0
|
|
angular_velocity_min = -5.00002
|
|
angular_velocity_max = 4.99998
|
|
angular_velocity_curve = SubResource("CurveTexture_5hbq4")
|
|
gravity = Vector3(0, 98, 0)
|
|
scale_min = 0.4
|
|
scale_max = 0.5
|
|
collision_mode = 1
|
|
collision_friction = 0.5
|
|
collision_bounce = 0.0
|
|
|
|
[node name="BallsFalling" type="Node2D"]
|
|
y_sort_enabled = true
|
|
script = ExtResource("1_kxs1d")
|
|
|
|
[node name="GPUParticles2D" type="GPUParticles2D" parent="."]
|
|
position = Vector2(283, -57)
|
|
emitting = false
|
|
amount = 70
|
|
texture = ExtResource("1_83xud")
|
|
lifetime = 3.0
|
|
process_material = SubResource("ParticleProcessMaterial_3q04e")
|
|
|
|
[node name="GPUParticles2D2" type="GPUParticles2D" parent="."]
|
|
position = Vector2(283, -57)
|
|
emitting = false
|
|
amount = 70
|
|
texture = ExtResource("2_n2lia")
|
|
lifetime = 3.0
|
|
process_material = SubResource("ParticleProcessMaterial_3q04e")
|
|
|
|
[node name="GPUParticles2D3" type="GPUParticles2D" parent="."]
|
|
position = Vector2(283, -57)
|
|
emitting = false
|
|
amount = 70
|
|
texture = ExtResource("3_kxs1d")
|
|
lifetime = 3.0
|
|
process_material = SubResource("ParticleProcessMaterial_3q04e")
|
|
|
|
[node name="GPUParticles2D4" type="GPUParticles2D" parent="."]
|
|
position = Vector2(283, -57)
|
|
emitting = false
|
|
amount = 70
|
|
texture = ExtResource("4_jw8nx")
|
|
lifetime = 3.0
|
|
process_material = SubResource("ParticleProcessMaterial_3q04e")
|
|
|
|
[node name="GPUParticles2D5" type="GPUParticles2D" parent="."]
|
|
position = Vector2(283, -57)
|
|
emitting = false
|
|
amount = 70
|
|
texture = ExtResource("5_xovvu")
|
|
lifetime = 3.0
|
|
process_material = SubResource("ParticleProcessMaterial_3q04e")
|