mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:45:33 +00:00
Dialogic textbox
This commit is contained in:
parent
bd808d835e
commit
4226891235
25 changed files with 497 additions and 55 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://catf2cx0f8cnu" path="res://Scripts/UI/IntroLogos.cs" id="1_p43sh"]
|
||||
[ext_resource type="Texture2D" uid="uid://dfncwtgc4ae6e" path="res://Sprites/UI/MaddoLogo.png" id="1_rm3c6"]
|
||||
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="2_ryg35"]
|
||||
[ext_resource type="LabelSettings" uid="uid://ct4jf3wlfmc4w" path="res://Resources/Styles/Silver_Text.tres" id="3_p43sh"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_p43sh"]
|
||||
colors = PackedColorArray(0.027451, 0.0941176, 0.129412, 1, 0.027451, 0.0941176, 0.129412, 1)
|
||||
|
|
@ -22,7 +22,15 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
texture = SubResource("GradientTexture1D_ahpdu")
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="."]
|
||||
offset_left = 80.0
|
||||
offset_top = -47.0
|
||||
offset_right = 240.0
|
||||
offset_bottom = 97.0
|
||||
texture = ExtResource("1_rm3c6")
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
visible = false
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
|
|
@ -31,10 +39,6 @@ offset_right = 80.0
|
|||
offset_bottom = 144.0
|
||||
grow_horizontal = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="CenterContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("1_rm3c6")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
|
|
@ -50,13 +54,14 @@ theme_override_constants/separation = -1
|
|||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "This is a non official Touhou Project game.
|
||||
Original By"
|
||||
label_settings = ExtResource("2_ryg35")
|
||||
text = "This is a non official Touhou Project fangame.
|
||||
Original By:"
|
||||
label_settings = ExtResource("3_p43sh")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "上海アリス幻樂団"
|
||||
label_settings = ExtResource("2_ryg35")
|
||||
text = "Team Shanghai Alice
|
||||
上海アリス幻樂団"
|
||||
label_settings = ExtResource("3_p43sh")
|
||||
horizontal_alignment = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue