prog
This commit is contained in:
48
addons/madtalk/components/DialogNodeItem_effect.tscn
Normal file
48
addons/madtalk/components/DialogNodeItem_effect.tscn
Normal file
@@ -0,0 +1,48 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://vkj7uamlpxxp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://iqqxlumksl02" path="res://addons/madtalk/components/DialogNodeItem_effect.gd" id="1"]
|
||||
[ext_resource type="FontFile" path="res://addons/madtalk/fonts/FreeSans_bold_small.tres" id="8"]
|
||||
[ext_resource type="Texture2D" uid="uid://cg463wmvppw0u" path="res://addons/madtalk/images/header_effect.png" id="14"]
|
||||
|
||||
[node name="DialogNodeItem_effect" type="Control"]
|
||||
custom_minimum_size = Vector2(0, 34)
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 165.0
|
||||
offset_right = 284.0
|
||||
offset_bottom = 199.0
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="BG" type="TextureRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 1.0
|
||||
offset_right = 128.0
|
||||
offset_bottom = 33.0
|
||||
texture = ExtResource("14")
|
||||
|
||||
[node name="EffectLabel" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 29.0
|
||||
offset_top = 13.0
|
||||
offset_right = -6.0
|
||||
offset_bottom = -3.0
|
||||
theme_override_colors/font_color = Color(0, 1, 1, 1)
|
||||
theme_override_fonts/font = ExtResource("8")
|
||||
theme_override_font_sizes/font_size = 12
|
||||
text = "Effect"
|
||||
clip_text = true
|
||||
|
||||
[node name="DragDropLine" type="ColorRect" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_top = -2.0
|
||||
offset_bottom = 2.0
|
||||
grow_horizontal = 2
|
||||
color = Color(1, 0, 0, 1)
|
||||
|
||||
[connection signal="gui_input" from="." to="." method="_on_DialogNodeItem_effect_gui_input"]
|
Reference in New Issue
Block a user