소스 검색

:wrench: Create reusable title components

DricomDragon 2 년 전
부모
커밋
47e0042bf6
2개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      godot/common/components/subtitle/subtitle.tscn
  2. 12 0
      godot/common/components/title/title.tscn

+ 14 - 0
godot/common/components/subtitle/subtitle.tscn

@@ -0,0 +1,14 @@
+[gd_scene load_steps=2 format=3 uid="uid://b811jddpttnt4"]
+
+[sub_resource type="LabelSettings" id="LabelSettings_nhyyv"]
+font_size = 80
+font_color = Color(0.160784, 0.196078, 0.321569, 1)
+
+[node name="Subtitle" type="Label"]
+offset_left = 64.0
+offset_top = 180.0
+offset_right = 1820.0
+offset_bottom = 311.0
+text = "Subtitle"
+label_settings = SubResource("LabelSettings_nhyyv")
+horizontal_alignment = 1

+ 12 - 0
godot/common/components/title/title.tscn

@@ -0,0 +1,12 @@
+[gd_scene load_steps=2 format=3 uid="uid://bvrtmyq4g1qes"]
+
+[ext_resource type="LabelSettings" uid="uid://736ny1eitvq5" path="res://common/graphics/styles/title.tres" id="1_f0xud"]
+
+[node name="Title" type="Label"]
+offset_left = 75.0
+offset_top = 53.0
+offset_right = 1837.0
+offset_bottom = 221.0
+text = "Jovian"
+label_settings = ExtResource("1_f0xud")
+horizontal_alignment = 1