summaryrefslogtreecommitdiff
path: root/score_points.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'score_points.tscn')
-rw-r--r--score_points.tscn28
1 files changed, 27 insertions, 1 deletions
diff --git a/score_points.tscn b/score_points.tscn
index 14cc060..6a73ef7 100644
--- a/score_points.tscn
+++ b/score_points.tscn
@@ -1,3 +1,29 @@
-[gd_scene format=3 uid="uid://d0kjmjo87gpv3"]
+[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