diff options
Diffstat (limited to 'room_main_menu.tscn')
| -rw-r--r-- | room_main_menu.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/room_main_menu.tscn b/room_main_menu.tscn index 1e2d4bf..b5faa22 100644 --- a/room_main_menu.tscn +++ b/room_main_menu.tscn @@ -9,7 +9,7 @@ script = ExtResource("1_rbk04") [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(96, 54) -[node name="TestRoomButton" type="Button" parent="."] +[node name="PlayButton" type="Button" parent="."] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 @@ -22,12 +22,12 @@ offset_bottom = 82.0 grow_horizontal = 2 grow_vertical = 2 scale = Vector2(0.5, 0.5) -text = "Test room" +text = "Play" [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" +text = "Metroidvania" horizontal_alignment = 1 |
