ajout du plugin dialogical
This commit is contained in:
31
addons/dialogic/Editor/Events/Fields/field_vector2.tscn
Normal file
31
addons/dialogic/Editor/Events/Fields/field_vector2.tscn
Normal file
@@ -0,0 +1,31 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dtimnsj014cu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://2dk2fuatjwru" 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
|
||||
size_flags_horizontal = 3
|
||||
enforce_step = false
|
||||
min = -9999.0
|
||||
max = 9999.0
|
||||
prefix = "x"
|
||||
|
||||
[node name="Y" parent="." instance=ExtResource("2_a0b6y")]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
enforce_step = false
|
||||
min = -9999.0
|
||||
max = 9999.0
|
||||
prefix = "y"
|
||||
Reference in New Issue
Block a user