21 lines
620 B
Plaintext
21 lines
620 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://drdv8adk1wi8f"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/common/calendar/calendar_edit.gd" id="1_jxhnl"]
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="2_e6eik"]
|
|
|
|
[node name="Calendar" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_jxhnl")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 24.0
|
|
offset_bottom = 31.0
|
|
theme = ExtResource("2_e6eik")
|
|
text = "Открыть календарь"
|