summaryrefslogtreecommitdiff
path: root/score_points.tscn
blob: 6a73ef717e9134a6dbc0e1d61d93a44b52d830bd (plain)
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
[gd_scene load_steps=4 format=3 uid="uid://d0kjmjo87gpv3"]

[ext_resource type="Script" path="res://score_points.gd" id="1_btf3r"]
[ext_resource type="FontFile" uid="uid://bickqwuayvvpb" path="res://Helvetica.ttf" id="1_twadh"]

[sub_resource type="LabelSettings" id="LabelSettings_kbfpe"]
font = ExtResource("1_twadh")
font_size = 64

[node name="ScorePoints" type="Node2D"]
script = ExtResource("1_btf3r")

[node name="Label" type="Label" parent="."]
z_index = 2
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -11.5
offset_right = 20.0
offset_bottom = 11.5
grow_horizontal = 2
grow_vertical = 2
text = "69"
label_settings = SubResource("LabelSettings_kbfpe")
horizontal_alignment = 1
vertical_alignment = 1