1
- [gd_scene load_steps =12 format =1 ]
1
+ [gd_scene load_steps =13 format =1 ]
2
2
3
3
[ext_resource path ="res://main.gd" type ="Script" id =1 ]
4
4
[ext_resource path ="res://barraAzul.tscn" type ="PackedScene" id =2 ]
5
5
[ext_resource path ="res://barraVermelha.tscn" type ="PackedScene" id =3 ]
6
6
[ext_resource path ="res://ball.tscn" type ="PackedScene" id =4 ]
7
- [ext_resource path ="res://soundtrack_repeat.ogg" type ="AudioStream" id =5 ]
8
- [ext_resource path ="res://SoundtrackRepeat.gd" type ="Script" id =6 ]
9
- [ext_resource path ="res://soundtrack_intro.ogg" type ="AudioStream" id =7 ]
10
- [ext_resource path ="res://Roleta.tscn" type ="PackedScene" id =8 ]
7
+ [ext_resource path ="res://ballpart.tex" type ="Texture" id =5 ]
8
+ [ext_resource path ="res://blue.tres" type ="ColorRamp" id =6 ]
9
+ [ext_resource path ="res://soundtrack_repeat.ogg" type ="AudioStream" id =7 ]
10
+ [ext_resource path ="res://SoundtrackRepeat.gd" type ="Script" id =8 ]
11
+ [ext_resource path ="res://soundtrack_intro.ogg" type ="AudioStream" id =9 ]
12
+ [ext_resource path ="res://Roleta.tscn" type ="PackedScene" id =10 ]
11
13
12
- [sub_resource type ="ColorRamp" id =3 ]
13
-
14
- offsets = FloatArray( 0 , 1 )
15
- colors = ColorArray( 1 , 1, 1, 1, 0, 0, 0, 1 )
16
-
17
- [sub_resource type ="RectangleShape2D" id =1 ]
14
+ [sub_resource type ="RectangleShape2D" id =2 ]
18
15
19
16
custom_solver_bias = 0.0
20
17
extents = Vector2 ( 12.5475 , 32.4343 )
21
18
22
- [sub_resource type ="RectangleShape2D" id =2 ]
19
+ [sub_resource type ="RectangleShape2D" id =3 ]
23
20
24
21
custom_solver_bias = 0.0
25
22
extents = Vector2 ( 185.818 , 37.6098 )
@@ -49,11 +46,14 @@ z/z = -1
49
46
50
47
[node name ="Particles2D" type ="Particles2D" parent ="Ball" ]
51
48
49
+ visibility/opacity = 0.5
52
50
z/z = -3
53
- config/amount = 60
54
- config/lifetime = 0.35
51
+ config/amount = 200
52
+ config/lifetime = 0.6
53
+ config/time_scale = 2.0
55
54
config/process_mode = 1
56
55
config/local_space = false
56
+ config/texture = ExtResource ( 5 )
57
57
params/direction = 0.0
58
58
params/spread = 0.0
59
59
params/linear_velocity = 0.0
@@ -65,20 +65,20 @@ params/radial_accel = 0.0
65
65
params/tangential_accel = 0.0
66
66
params/damping = 0.0
67
67
params/initial_angle = 0.0
68
- params/initial_size = 30.0
69
- params/final_size = 30.0
68
+ params/initial_size = 0.5
69
+ params/final_size = 0.3
70
70
params/hue_variation = 0.0
71
71
params/anim_speed_scale = 1.0
72
72
params/anim_initial_pos = 0.0
73
- color/color_ramp = SubResource ( 3 )
73
+ color/color_ramp = ExtResource ( 6 )
74
74
75
75
[node name ="StaticBody2D" type ="StaticBody2D" parent ="." ]
76
76
77
77
input/pickable = false
78
- shapes/0/shape = SubResource ( 1 )
78
+ shapes/0/shape = SubResource ( 2 )
79
79
shapes/0/transform = Matrix32( 40.8931 , 0, 0, 1, 515.651, -30.5389 )
80
80
shapes/0/trigger = false
81
- shapes/1/shape = SubResource ( 2 )
81
+ shapes/1/shape = SubResource ( 3 )
82
82
shapes/1/transform = Matrix32( 2.79333 , 0, 0, 1, 512.426, 637.492 )
83
83
shapes/1/trigger = false
84
84
collision/layers = 1
@@ -92,33 +92,33 @@ bounce = 0.0
92
92
93
93
transform/pos = Vector2 ( 515.651 , -30.5389 )
94
94
transform/scale = Vector2 ( 40.8931 , 1 )
95
- shape = SubResource ( 1 )
95
+ shape = SubResource ( 2 )
96
96
trigger = false
97
97
_update_shape_index = 0
98
98
99
99
[node name ="CollisionShape2D 2" type ="CollisionShape2D" parent ="StaticBody2D" ]
100
100
101
101
transform/pos = Vector2 ( 512.426 , 637.492 )
102
102
transform/scale = Vector2 ( 2.79333 , 1 )
103
- shape = SubResource ( 2 )
103
+ shape = SubResource ( 3 )
104
104
trigger = false
105
105
_update_shape_index = 1
106
106
107
107
[node name ="Repeat" type ="StreamPlayer" parent ="." ]
108
108
109
- stream/stream = ExtResource ( 5 )
109
+ stream/stream = ExtResource ( 7 )
110
110
stream/play = false
111
111
stream/loop = true
112
112
stream/volume_db = 0.0
113
113
stream/autoplay = true
114
114
stream/paused = true
115
115
stream/loop_restart_time = 0.0
116
116
stream/buffering_ms = 50
117
- script/script = ExtResource ( 6 )
117
+ script/script = ExtResource ( 8 )
118
118
119
119
[node name ="Intro" type ="StreamPlayer" parent ="." ]
120
120
121
- stream/stream = ExtResource ( 7 )
121
+ stream/stream = ExtResource ( 9 )
122
122
stream/play = false
123
123
stream/loop = false
124
124
stream/volume_db = 0.0
@@ -127,7 +127,7 @@ stream/paused = false
127
127
stream/loop_restart_time = 0.0
128
128
stream/buffering_ms = 500
129
129
130
- [node name ="Roleta" parent ="." instance =ExtResource ( 8 )]
130
+ [node name ="Roleta" parent ="." instance =ExtResource ( 10 )]
131
131
132
132
transform/pos = Vector2 ( 512.372 , 299.098 )
133
133
transform/scale = Vector2 ( 0.32 , 0.32 )
0 commit comments