First work on dialogic, resized guild, and started implementing portraits.
This commit is contained in:
29
addons/dialogic/Editor/Events/Fields/field_vector2.tscn
Normal file
29
addons/dialogic/Editor/Events/Fields/field_vector2.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dtimnsj014cu"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/dialogic/Editor/Events/Fields/field_vector2.gd" id="1_v6lp0"]
|
||||
[ext_resource type="PackedScene" uid="uid://kdpp3mibml33" path="res://addons/dialogic/Editor/Events/Fields/field_number.tscn" id="2_a0b6y"]
|
||||
|
||||
[node name="Field_Vector2" type="HBoxContainer"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = -1033.0
|
||||
offset_bottom = -617.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/separation = 2
|
||||
script = ExtResource("1_v6lp0")
|
||||
|
||||
[node name="X" parent="." instance=ExtResource("2_a0b6y")]
|
||||
layout_mode = 2
|
||||
step = 0.001
|
||||
min = -9999.0
|
||||
max = 9999.0
|
||||
prefix = ""
|
||||
|
||||
[node name="Y" parent="." instance=ExtResource("2_a0b6y")]
|
||||
layout_mode = 2
|
||||
step = 0.001
|
||||
min = -9999.0
|
||||
max = 9999.0
|
||||
prefix = ""
|
||||
Reference in New Issue
Block a user