25 lines
711 B
Plaintext
25 lines
711 B
Plaintext
|
|
[gd_scene load_steps=4 format=3 uid="uid://b6myj160l6vf8"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://script/hud.cs" id="1_aksh1"]
|
||
|
|
[ext_resource type="FontFile" uid="uid://be6xxaq8drt5q" path="res://assets/Fonts/Kenney Pixel Square.ttf" id="2_2d36h"]
|
||
|
|
|
||
|
|
[sub_resource type="LabelSettings" id="LabelSettings_588nb"]
|
||
|
|
font = ExtResource("2_2d36h")
|
||
|
|
font_size = 48
|
||
|
|
|
||
|
|
[node name="HUD" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 0
|
||
|
|
offset_right = 40.0
|
||
|
|
offset_bottom = 40.0
|
||
|
|
script = ExtResource("1_aksh1")
|
||
|
|
|
||
|
|
[node name="Score" type="Label" parent="."]
|
||
|
|
layout_mode = 0
|
||
|
|
offset_left = 15.0
|
||
|
|
offset_top = 15.0
|
||
|
|
offset_right = 363.0
|
||
|
|
offset_bottom = 90.0
|
||
|
|
text = "SCORE: 9999"
|
||
|
|
label_settings = SubResource("LabelSettings_588nb")
|