[WIP] new dialogue balloon
parent
eed8588eaf
commit
b79c2d0e3a
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 997 B |
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cbu16c4l3d6jk"
|
||||
path="res://.godot/imported/menu-rect-cut.png-05da8a646b34455e2010b2e55d310b1e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/UI/menu-rect-cut.png"
|
||||
dest_files=["res://.godot/imported/menu-rect-cut.png-05da8a646b34455e2010b2e55d310b1e.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
|
@ -0,0 +1,60 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b141at03atevw"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://cksjbu3vrup5" path="res://UI/Themes/supalidl.tres" id="1_d4lar"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbu16c4l3d6jk" path="res://Assets/Sprites/UI/menu-rect-cut.png" id="2_8jg73"]
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer"]
|
||||
|
||||
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
||||
custom_minimum_size = Vector2(128, 64)
|
||||
offset_right = 128.0
|
||||
offset_bottom = 64.0
|
||||
theme = ExtResource("1_d4lar")
|
||||
texture = ExtResource("2_8jg73")
|
||||
patch_margin_left = 32
|
||||
patch_margin_top = 32
|
||||
patch_margin_right = 32
|
||||
patch_margin_bottom = 32
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="NinePatchRect"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 8
|
||||
theme_override_constants/margin_top = 8
|
||||
theme_override_constants/margin_right = 8
|
||||
theme_override_constants/margin_bottom = 8
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="NinePatchRect/MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CharacterLabel" type="RichTextLabel" parent="NinePatchRect/MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
mouse_filter = 1
|
||||
theme_override_colors/font_shadow_color = Color(0.105882, 0.0470588, 0.117647, 1)
|
||||
theme_override_colors/font_outline_color = Color(0.270588, 0.160784, 0.247059, 1)
|
||||
theme_override_constants/shadow_offset_x = 1
|
||||
theme_override_constants/shadow_offset_y = 2
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_constants/outline_size = 4
|
||||
bbcode_enabled = true
|
||||
text = "Doc, The Two Time"
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
|
||||
[node name="CharacterLabel2" type="RichTextLabel" parent="NinePatchRect/MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
mouse_filter = 1
|
||||
theme_override_colors/font_shadow_color = Color(0.105882, 0.0470588, 0.117647, 1)
|
||||
theme_override_colors/font_outline_color = Color(0.270588, 0.160784, 0.247059, 1)
|
||||
theme_override_constants/shadow_offset_x = 1
|
||||
theme_override_constants/shadow_offset_y = 2
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_constants/outline_size = 4
|
||||
bbcode_enabled = true
|
||||
text = "I bought a whole bunch of shungite."
|
||||
fit_content = true
|
||||
scroll_active = false
|
Loading…
Reference in New Issue