Преглед на файлове

:lipstick: Adding titles to vehicle prompts

DricomDragon преди 4 месеца
родител
ревизия
b07f674ff4
променени са 2 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 6 0
      godot/component/ui/input_prompts/jeep/jeep_prompts.tscn
  2. 6 0
      godot/component/ui/input_prompts/plane/plane_prompts.tscn

+ 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")