TH-Kibidanshaku/ui/game_ui.tscn
2024-01-01 16:19:40 +09:00

32 lines
898 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://c1u2s2e48w4pd"]
[ext_resource type="Script" path="res://ui/game_ui.gd" id="1_ritbu"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vehpn"]
bg_color = Color(0, 0.65098, 0.882353, 1)
[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="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")