59 lines
1.7 KiB
Plaintext
59 lines
1.7 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://drqy50fps66oy"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/main/main_mobile.gd" id="1_vo4ao"]
|
|
[ext_resource type="PackedScene" uid="uid://c431r28ef5edp" path="res://scenes/board/board.tscn" id="2_brvql"]
|
|
[ext_resource type="PackedScene" uid="uid://csfn8q6b5hj4y" path="res://scenes/reservation/reservation_creation.tscn" id="3_qr4p2"]
|
|
[ext_resource type="PackedScene" uid="uid://cxs8xe5w32jo4" path="res://scenes/common/time/time_setting.tscn" id="4_popa2"]
|
|
[ext_resource type="Script" path="res://src/infra/repos/local/reservation_local.gd" id="5_50dbn"]
|
|
|
|
[node name="Main" type="Control"]
|
|
layout_mode = 3
|
|
anchor_left = 0.02
|
|
anchor_top = 0.01
|
|
anchor_right = 0.98
|
|
anchor_bottom = 0.99
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_vo4ao")
|
|
|
|
[node name="BackgroundColor" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.133333, 0.14902, 0.176471, 1)
|
|
|
|
[node name="Pages" type="Control" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Board" parent="Pages" instance=ExtResource("2_brvql")]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_bottom = 1.0
|
|
offset_bottom = 0.0
|
|
grow_vertical = 2
|
|
|
|
[node name="ReservationCreation" parent="Pages" instance=ExtResource("3_qr4p2")]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_bottom = 1.0
|
|
offset_bottom = 0.0
|
|
grow_vertical = 2
|
|
|
|
[node name="TimeSetting" parent="Pages" instance=ExtResource("4_popa2")]
|
|
visible = false
|
|
layout_mode = 1
|
|
|
|
[node name="Repos" type="Node" parent="."]
|
|
|
|
[node name="Reservation" type="Node" parent="Repos"]
|
|
script = ExtResource("5_50dbn")
|