Parcourir la source

:lipstick: Adding titles to vehicle prompts

DricomDragon il y a 2 mois
Parent
commit
b07f674ff4

+ 6 - 0
godot/component/ui/input_prompts/jeep/jeep_prompts.tscn

@@ -76,6 +76,12 @@ offset_right = 193.0
 offset_bottom = 100.0
 script = ExtResource("1_vo7iq")
 
+[node name="PromptsTitle" type="Label" parent="."]
+layout_mode = 2
+theme_override_font_sizes/font_size = 44
+text = "How that's jeep working?"
+horizontal_alignment = 1
+
 [node name="AcceleratePrompt" type="HBoxContainer" parent="."]
 layout_mode = 2
 script = ExtResource("1_vo7iq")

+ 6 - 0
godot/component/ui/input_prompts/plane/plane_prompts.tscn

@@ -60,6 +60,12 @@ offset_right = 193.0
 offset_bottom = 100.0
 script = ExtResource("1_eppoy")
 
+[node name="PromptsTitle" type="Label" parent="."]
+layout_mode = 2
+theme_override_font_sizes/font_size = 44
+text = "Driving a plane!"
+horizontal_alignment = 1
+
 [node name="AcceleratePrompt" type="HBoxContainer" parent="."]
 layout_mode = 2
 script = ExtResource("1_eppoy")