[gd_scene load_steps=6 format=3 uid="uid://c1u2s2e48w4pd"] [ext_resource type="Script" path="res://ui/game_ui.gd" id="1_ritbu"] [ext_resource type="FontFile" uid="uid://q5lv1cuadoq5" path="res://fonts/DotGothic16/DotGothic16-Regular.ttf" id="2_u12eu"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vehpn"] bg_color = Color(0, 0.65098, 0.882353, 1) [sub_resource type="LabelSettings" id="LabelSettings_2pcfq"] font = ExtResource("2_u12eu") font_size = 50 [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") [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") [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")