First work on dialogic, resized guild, and started implementing portraits.
This commit is contained in:
15
addons/dialogic/Editor/Events/Fields/field_flex_value.tscn
Normal file
15
addons/dialogic/Editor/Events/Fields/field_flex_value.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dl08ubinx6ugu"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_flex_value.gd" id="1_m5nnp"]
|
||||
[ext_resource type="PackedScene" uid="uid://d3bhehatwoio" path="res://addons/dialogic/Editor/Events/Fields/field_options_fixed.tscn" id="3_h10fc"]
|
||||
|
||||
[node name="FlexValue" type="HBoxContainer"]
|
||||
offset_right = 65.0
|
||||
offset_bottom = 22.0
|
||||
script = ExtResource("1_m5nnp")
|
||||
|
||||
[node name="ValueType" parent="." instance=ExtResource("3_h10fc")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
tooltip_text = "Change type"
|
||||
text = ""
|
||||
Reference in New Issue
Block a user