[gd_scene format=3 uid="uid://sdnq3e6jnnby"] [ext_resource type="Script" path="res://scripts/ui/daily_reward_config_panel.gd" id="1_script"] [ext_resource type="Theme" uid="uid://da337sh5qxi0s" path="res://assets/themes/ui_theme.tres" id="2_theme"] [node name="DailyRewardConfigPanel" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("2_theme") script = ExtResource("1_script") [node name="ColorRect" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(0, 0, 0, 0.85) [node name="Panel" type="Panel" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -400.0 offset_top = -300.0 offset_right = 400.0 offset_bottom = 300.0 grow_horizontal = 2 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="Panel"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 20.0 offset_top = 20.0 offset_right = -20.0 offset_bottom = -20.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 15 [node name="Label" type="Label" parent="Panel/VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 24 text = "Daily Reward Config (Admin)" horizontal_alignment = 1 [node name="TextEdit" type="TextEdit" parent="Panel/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 theme_override_font_sizes/font_size = 14 [node name="StatusLabel" type="Label" parent="Panel/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 horizontal_alignment = 1 [node name="HBoxContainer" type="HBoxContainer" parent="Panel/VBoxContainer"] layout_mode = 2 alignment = 1 theme_override_constants/separation = 20 [node name="CloseBtn" type="Button" parent="Panel/VBoxContainer/HBoxContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(150, 40) layout_mode = 2 text = "Close" [node name="SaveBtn" type="Button" parent="Panel/VBoxContainer/HBoxContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(150, 40) layout_mode = 2 text = "Save Config"