summaryrefslogtreecommitdiffstats
path: root/room_main_menu.tscn
blob: 1e2d4bf95f4c2f1b67da2f9c3069b733e9b61fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gd_scene load_steps=2 format=3 uid="uid://cjdhfl70fgt6m"]

[ext_resource type="Script" uid="uid://dufnvsfxreqq8" path="res://room_main_menu.gd" id="1_rbk04"]

[node name="MainMenu" type="Node2D"]
process_mode = 1
script = ExtResource("1_rbk04")

[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(96, 54)

[node name="TestRoomButton" type="Button" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = 76.0
offset_top = 51.0
offset_right = 157.0
offset_bottom = 82.0
grow_horizontal = 2
grow_vertical = 2
scale = Vector2(0.5, 0.5)
text = "Test room"

[node name="Label" type="Label" parent="."]
offset_top = 24.0
offset_right = 384.0
offset_bottom = 47.0
scale = Vector2(0.5, 0.5)
text = "Main menu"
horizontal_alignment = 1