2024-08-10 17:00:15 +10:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://bnlexkofp68gv"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Scripts/gui.gd" id="1_7s0l7"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://buafet16thf3p" path="res://Assets/crosshair.png" id="1_mpwvh"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_lrnc3"]
|
|
|
|
|
font_color = Color(1, 0, 0, 1)
|
|
|
|
|
|
2024-08-11 10:43:02 +10:00
|
|
|
[node name="Gui" type="Control"]
|
2024-08-10 17:00:15 +10:00
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
script = ExtResource("1_7s0l7")
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
offset_right = 40.0
|
|
|
|
|
offset_bottom = 23.0
|
|
|
|
|
text = "Time: 10"
|
|
|
|
|
label_settings = SubResource("LabelSettings_lrnc3")
|
|
|
|
|
|
|
|
|
|
[node name="Crosshair" type="CenterContainer" parent="."]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Crosshair"]
|
|
|
|
|
modulate = Color(1, 1, 1, 0.486275)
|
|
|
|
|
custom_minimum_size = Vector2(10, 10)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
texture = ExtResource("1_mpwvh")
|
|
|
|
|
expand_mode = 1
|