24 lines
721 B
Plaintext
24 lines
721 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="VBoxContainer"]
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 72.0
|
|
grow_horizontal = 2
|
|
script = ExtResource("1_jxhnl")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
theme = ExtResource("2_e6eik")
|
|
text = "Открыть календарь"
|
|
|
|
[node name="Edit" type="LineEdit" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("2_e6eik")
|
|
virtual_keyboard_enabled = false
|