supervisor-simulator/bottom_bar.tscn
2024-11-30 20:01:00 +08:00

21 lines
569 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://b5hqh3exkapj"]
[ext_resource type="Texture2D" uid="uid://dkdgsbod21itx" path="res://resources/UI/bottom_frame.png" id="1_rer6u"]
[node name="BottomBar" type="Control"]
layout_mode = 3
anchors_preset = 10
anchor_right = 1.0
grow_horizontal = 2
[node name="NinePatchRect" type="NinePatchRect" parent="."]
layout_mode = 0
offset_right = 1920.0
offset_bottom = 60.0
texture = ExtResource("1_rer6u")
region_rect = Rect2(0, 0, 60, 60)
patch_margin_left = 11
patch_margin_top = 13
patch_margin_right = 11
patch_margin_bottom = 13