space_empire/scenes/time_display.tscn
Tomasz Boruc 1020d96c00 Dodanie surowców/czas gry
Zródło surowców - true/false
Dalsza implementacja czasu gry
2025-10-25 16:21:26 +02:00

52 lines
1.3 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bbgymc0drqpbx"]
[ext_resource type="Script" uid="uid://hustgmwvdd3e" path="res://scripts/time_label.gd" id="1_3uj10"]
[ext_resource type="FontFile" uid="uid://8sj6q1y0q32u" path="res://assets/fonts/redlinecondital.ttf" id="2_qjjb1"]
[node name="TimeDisplay" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_3uj10")
[node name="TimeLabel" type="Label" parent="."]
layout_mode = 0
offset_left = 39.0
offset_right = 164.0
offset_bottom = 20.0
theme_override_fonts/font = ExtResource("2_qjjb1")
text = "time_display"
[node name="pause" type="Button" parent="."]
layout_mode = 0
offset_left = 12.0
offset_top = 2.0
offset_right = 32.0
offset_bottom = 24.0
scale = Vector2(0.5, 0.5)
theme_override_font_sizes/font_size = 10
text = "||"
[node name="faster" type="Button" parent="."]
layout_mode = 0
offset_left = 23.0
offset_top = 2.0
offset_right = 41.0
offset_bottom = 24.0
scale = Vector2(0.5, 0.5)
theme_override_font_sizes/font_size = 10
text = ">"
[node name="slower" type="Button" parent="."]
layout_mode = 0
offset_left = 2.0
offset_top = 2.0
offset_right = 20.0
offset_bottom = 24.0
scale = Vector2(0.5, 0.5)
theme_override_font_sizes/font_size = 10
text = "<"