diff --git a/bootclick.tscn b/bootclick.tscn index a6698a2..4723b48 100644 --- a/bootclick.tscn +++ b/bootclick.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://cb0ku0ohti11n"] +[gd_scene load_steps=4 format=3 uid="uid://det6ve3x4aiq6"] [ext_resource type="Script" path="res://bootclick.gd" id="1_52bti"] [ext_resource type="PackedScene" uid="uid://dblfov80ngodu" path="res://selftest.tscn" id="3_jtnh5"] @@ -17,7 +17,7 @@ offset_left = 105.0 offset_top = 258.0 offset_right = 453.0 offset_bottom = 284.0 -scale = Vector2(2.94857, 7.68) +theme_override_font_sizes/font_size = 49 text = "Press enter or a gamepad button to continue" horizontal_alignment = 1 vertical_alignment = 1 diff --git a/levels/tmenu.tscn b/levels/tmenu.tscn new file mode 100644 index 0000000..8fe0273 --- /dev/null +++ b/levels/tmenu.tscn @@ -0,0 +1,37 @@ +[gd_scene format=3 uid="uid://b0anr0rhqs0tu"] + +[node name="Tmenu" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Game name" type="Label" parent="."] +layout_mode = 0 +offset_left = 108.0 +offset_top = 87.0 +offset_right = 269.0 +offset_bottom = 113.0 +theme_override_font_sizes/font_size = 106 +text = "The Red Robot Radio" + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +layout_mode = 1 +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = -23.0 +offset_top = -20.0 +offset_right = 23.0 +offset_bottom = 20.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Button" type="Button" parent="VBoxContainer"] +layout_mode = 2 +theme_override_font_sizes/font_size = 80 +text = "Start" diff --git a/title.tscn b/title.tscn index 0129834..530f83e 100644 --- a/title.tscn +++ b/title.tscn @@ -40,7 +40,7 @@ offset_left = 108.0 offset_top = 271.0 offset_right = 269.0 offset_bottom = 297.0 -scale = Vector2(6.38131, 6.11486) +theme_override_font_sizes/font_size = 106 text = "The Red Robot Radio" script = ExtResource("2_bbb0f") @@ -50,7 +50,7 @@ offset_left = 446.0 offset_top = 92.0 offset_right = 610.0 offset_bottom = 118.0 -scale = Vector2(2.61468, 1.57466) +theme_override_font_sizes/font_size = 40 text = "Press B or Enter start" script = ExtResource("4_cc41w") @@ -60,7 +60,7 @@ offset_left = 364.0 offset_top = 602.0 offset_right = 568.0 offset_bottom = 628.0 -scale = Vector2(2.61468, 1.57466) +theme_override_font_sizes/font_size = 40 text = "Press escape or A to exit" script = ExtResource("5_scoec")