44 lines
998 B
Plaintext
44 lines
998 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://diduxj855co8s"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://game.gd" id="1_lgsuu"]
|
||
|
|
||
|
[sub_resource type="LabelSettings" id="LabelSettings_bopco"]
|
||
|
font_size = 8
|
||
|
|
||
|
[node name="Game" type="Node2D"]
|
||
|
script = ExtResource("1_lgsuu")
|
||
|
|
||
|
[node name="Level" type="Label" parent="."]
|
||
|
texture_filter = 1
|
||
|
offset_right = 54.0
|
||
|
offset_bottom = 23.0
|
||
|
text = "Level 1"
|
||
|
|
||
|
[node name="rPoints" type="Label" parent="."]
|
||
|
texture_filter = 1
|
||
|
anchors_preset = 5
|
||
|
anchor_left = 0.5
|
||
|
anchor_right = 0.5
|
||
|
offset_left = 97.0
|
||
|
offset_right = 151.0
|
||
|
offset_bottom = 23.0
|
||
|
grow_horizontal = 2
|
||
|
text = "Round points:
|
||
|
0"
|
||
|
label_settings = SubResource("LabelSettings_bopco")
|
||
|
horizontal_alignment = 1
|
||
|
|
||
|
[node name="tPoints" type="Label" parent="."]
|
||
|
texture_filter = 1
|
||
|
anchors_preset = 1
|
||
|
anchor_left = 1.0
|
||
|
anchor_right = 1.0
|
||
|
offset_left = 194.0
|
||
|
offset_right = 248.0
|
||
|
offset_bottom = 27.0
|
||
|
grow_horizontal = 0
|
||
|
text = "Total points:
|
||
|
0"
|
||
|
label_settings = SubResource("LabelSettings_bopco")
|
||
|
horizontal_alignment = 1
|