TH-Kibidanshaku/ui/game_ui.tscn

48 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-01-03 13:40:31 +09:00
[gd_scene load_steps=6 format=3 uid="uid://c1u2s2e48w4pd"]
2024-01-01 16:19:40 +09:00
[ext_resource type="Script" path="res://ui/game_ui.gd" id="1_ritbu"]
2024-01-03 13:40:31 +09:00
[ext_resource type="FontFile" uid="uid://q5lv1cuadoq5" path="res://fonts/DotGothic16/DotGothic16-Regular.ttf" id="2_u12eu"]
2024-01-01 16:19:40 +09:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vehpn"]
bg_color = Color(0, 0.65098, 0.882353, 1)
2024-01-03 13:40:31 +09:00
[sub_resource type="LabelSettings" id="LabelSettings_2pcfq"]
font = ExtResource("2_u12eu")
font_size = 50
2024-01-01 16:19:40 +09:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bsuwx"]
bg_color = Color(1, 0.262745, 0.615686, 1)
[node name="GameUI" type="CanvasLayer"]
script = ExtResource("1_ritbu")
[node name="Panel" type="Panel" parent="."]
custom_minimum_size = Vector2(480, 0)
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 960.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_vehpn")
2024-01-03 13:40:31 +09:00
[node name="Label" type="Label" parent="Panel"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -73.0
offset_right = 150.0
grow_vertical = 0
text = "FPS: 0"
label_settings = SubResource("LabelSettings_2pcfq")
2024-01-01 16:19:40 +09:00
[node name="Panel2" type="Panel" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = 1080.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_bsuwx")