1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
[gd_scene format=3 uid="uid://x00adyx4umft"]
[ext_resource type="Script" uid="uid://528xphnsg62u" path="res://map/effects/points/points.gd" id="1_wveft"]
[ext_resource type="AudioStream" uid="uid://camy77x26mmpv" path="res://gui/resources/sounds/success.ogg" id="2_ixmsm"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://gui/resources/fonts/font-sansita-swashed.woff2" id="3_op1cb"]
[sub_resource type="FontVariation" id="FontVariation_u8wnh"]
base_font = ExtResource("3_op1cb")
variation_opentype = {
2003265652: 600
}
[sub_resource type="ViewportTexture" id="ViewportTexture_7hygc"]
viewport_path = NodePath("SubViewport")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_uepl5"]
resource_local_to_scene = true
render_priority = 1
transparency = 1
no_depth_test = true
shading_mode = 0
vertex_color_use_as_albedo = true
albedo_texture = SubResource("ViewportTexture_7hygc")
billboard_mode = 3
billboard_keep_scale = true
particles_anim_h_frames = 1
particles_anim_v_frames = 1
particles_anim_loop = false
[sub_resource type="QuadMesh" id="QuadMesh_u8wnh"]
resource_local_to_scene = true
material = SubResource("StandardMaterial3D_uepl5")
[sub_resource type="Curve" id="Curve_0rju1"]
_data = [Vector2(0, 0), 0.0, 5.0, 0, 0, Vector2(0.49840245, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), -5.0, 0.0, 0, 0]
point_count = 3
[sub_resource type="Gradient" id="Gradient_uepl5"]
offsets = PackedFloat32Array(0, 0.26672226, 0.4904026, 1)
colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
[node name="Points" type="Node3D" unique_id=1800089616]
script = ExtResource("1_wveft")
[node name="Success" type="AudioStreamPlayer" parent="." unique_id=710129954]
stream = ExtResource("2_ixmsm")
[node name="SubViewport" type="SubViewport" parent="." unique_id=2117836549]
transparent_bg = true
size = Vector2i(256, 256)
[node name="Control" type="Control" parent="SubViewport" unique_id=1691084866]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="AmountLabel" type="Label" parent="SubViewport/Control" unique_id=358131106]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_outline_color = Color(0.1254902, 0.1254902, 0.1254902, 1)
theme_override_constants/outline_size = 48
theme_override_fonts/font = SubResource("FontVariation_u8wnh")
theme_override_font_sizes/font_size = 165
text = "+5"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Points" type="CPUParticles3D" parent="." unique_id=1697923795]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
emitting = false
amount = 1
one_shot = true
explosiveness = 1.0
mesh = SubResource("QuadMesh_u8wnh")
direction = Vector3(0, -1, 0)
spread = 0.0
gravity = Vector3(0, 0, 0)
initial_velocity_min = 0.01
initial_velocity_max = 0.01
scale_amount_min = 0.65
scale_amount_max = 0.65
scale_amount_curve = SubResource("Curve_0rju1")
color_ramp = SubResource("Gradient_uepl5")
|