73 lines
2.2 KiB
Plaintext
Executable File
73 lines
2.2 KiB
Plaintext
Executable File
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Character/EventPart_PositionPicker.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/character.svg" type="Texture" id=2]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/GreyLabel.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="PositionPicker" type="VBoxContainer"]
|
|
margin_right = 186.0
|
|
margin_bottom = 30.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="."]
|
|
margin_right = 274.0
|
|
margin_bottom = 30.0
|
|
|
|
[node name="Label" parent="HBox" instance=ExtResource( 3 )]
|
|
margin_top = 8.0
|
|
margin_right = 68.0
|
|
margin_bottom = 22.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
text = "at position"
|
|
|
|
[node name="PositionsContainer" type="HBoxContainer" parent="HBox"]
|
|
margin_left = 72.0
|
|
margin_right = 258.0
|
|
margin_bottom = 30.0
|
|
|
|
[node name="position-0" type="ToolButton" parent="HBox/PositionsContainer"]
|
|
self_modulate = Color( 0.596078, 0.596078, 0.596078, 0.396078 )
|
|
margin_right = 34.0
|
|
margin_bottom = 30.0
|
|
icon = ExtResource( 2 )
|
|
|
|
[node name="position-1" type="ToolButton" parent="HBox/PositionsContainer"]
|
|
self_modulate = Color( 0.596078, 0.596078, 0.596078, 0.396078 )
|
|
margin_left = 38.0
|
|
margin_right = 72.0
|
|
margin_bottom = 30.0
|
|
icon = ExtResource( 2 )
|
|
|
|
[node name="position-2" type="ToolButton" parent="HBox/PositionsContainer"]
|
|
self_modulate = Color( 0.596078, 0.596078, 0.596078, 0.396078 )
|
|
margin_left = 76.0
|
|
margin_right = 110.0
|
|
margin_bottom = 30.0
|
|
icon = ExtResource( 2 )
|
|
|
|
[node name="position-3" type="ToolButton" parent="HBox/PositionsContainer"]
|
|
self_modulate = Color( 0.596078, 0.596078, 0.596078, 0.396078 )
|
|
margin_left = 114.0
|
|
margin_right = 148.0
|
|
margin_bottom = 30.0
|
|
icon = ExtResource( 2 )
|
|
|
|
[node name="position-4" type="ToolButton" parent="HBox/PositionsContainer"]
|
|
self_modulate = Color( 0.596078, 0.596078, 0.596078, 0.396078 )
|
|
margin_left = 152.0
|
|
margin_right = 186.0
|
|
margin_bottom = 30.0
|
|
icon = ExtResource( 2 )
|
|
|
|
[node name="EnablePosition" type="ToolButton" parent="HBox"]
|
|
margin_left = 262.0
|
|
margin_right = 274.0
|
|
margin_bottom = 30.0
|
|
toggle_mode = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|