49 lines
1.4 KiB
Text
49 lines
1.4 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://ky35veswaytr"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bhp3vuvwf7lak" path="res://assets/sprites/gui/suncounter.tres" id="1_e5x4k"]
|
|
[ext_resource type="Texture2D" uid="uid://c47rflkf2wap0" path="res://assets/sprites/sun.tres" id="2_gugre"]
|
|
[ext_resource type="Script" path="res://scripts/components/gui/SunCounter.cs" id="3_qhmb8"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_lxkq5"]
|
|
font_size = 10
|
|
font_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="SunCounter" type="TextureRect"]
|
|
anchors_preset = -1
|
|
anchor_right = 0.082
|
|
anchor_bottom = 0.067
|
|
offset_right = -0.200001
|
|
offset_bottom = 0.199999
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("1_e5x4k")
|
|
|
|
[node name="Sun" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_top = 1.019
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.019
|
|
offset_left = -22.5
|
|
offset_top = -22.513
|
|
offset_right = 22.5
|
|
offset_bottom = 22.487
|
|
texture = ExtResource("2_gugre")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.122
|
|
anchor_top = 0.222
|
|
anchor_right = 0.878
|
|
anchor_bottom = 0.778
|
|
offset_left = 0.0219994
|
|
offset_top = 0.00599957
|
|
offset_right = -0.0219994
|
|
offset_bottom = -0.00600243
|
|
label_settings = SubResource("LabelSettings_lxkq5")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
text_overrun_behavior = 3
|
|
script = ExtResource("3_qhmb8")
|