소스 검색

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