16 lines
524 B
Plaintext
16 lines
524 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dik2e02vahb3g"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bt3h3m10qx1jr" path="res://scenes/board/rooms_menu.tscn" id="1_carpv"]
|
|
[ext_resource type="Script" path="res://scenes/reservation/room_selection.gd" id="1_wbxoa"]
|
|
|
|
[node name="RoomSelection" 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_wbxoa")
|
|
|
|
[node name="RoomsMenu" parent="." instance=ExtResource("1_carpv")]
|