diff options
author | perivesta <> | 2023-07-09 16:27:35 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-09 16:27:35 +0200 |
commit | 198b60c7830dc79a60a48863877405690c4b038e (patch) | |
tree | 4dc79c68961aeb0f434abb7db2d6d82ae70c5285 /Nodes/main_menu.tscn | |
parent | c19f69112409eca00029159f31797e13bbab61cf (diff) | |
parent | e7845dfe77cafebd30efb660ef56006d5388efb1 (diff) | |
download | 2023-198b60c7830dc79a60a48863877405690c4b038e.tar.gz 2023-198b60c7830dc79a60a48863877405690c4b038e.tar.bz2 2023-198b60c7830dc79a60a48863877405690c4b038e.zip |
Merge branch 'master' of bunny.garden:jam/gmtk/2023
Diffstat (limited to '')
-rw-r--r-- | Nodes/main_menu.tscn | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/Nodes/main_menu.tscn b/Nodes/main_menu.tscn index efa440a..855178a 100644 --- a/Nodes/main_menu.tscn +++ b/Nodes/main_menu.tscn @@ -148,7 +148,7 @@ offset_top = 21.0 offset_right = 437.0 offset_bottom = 65.0 theme = SubResource("12") -text = "Racing Game but Worse" +text = "Road's Rage" label_settings = SubResource("LabelSettings_ygt8r") [node name="Credits" type="VBoxContainer" parent="."] @@ -171,23 +171,10 @@ text = "CREDITS" layout_mode = 2 theme = SubResource("10") text = "[Celeste] -[IceLRemius] +[IcELremius] [Perivesta] " -[node name="Label Instructions" type="Label" parent="."] -layout_mode = 1 -anchors_preset = -1 -anchor_left = 0.05 -anchor_top = 0.2 -anchor_right = 0.3 -anchor_bottom = 0.2 -offset_left = -9.6 -offset_top = -50.6 -offset_right = -9.60001 -offset_bottom = -24.6 -text = "HOW TO PLAY" - [node name="VBoxContainer3" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = -1 |