You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.8 KiB
61 lines
1.8 KiB
[gd_scene load_steps=3 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/ResourcePickers/Characters/EventPart_PositionPicker.gd" type="Script" id=1] |
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/character.svg" type="Texture" id=2] |
|
|
|
[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 = 258.0 |
|
margin_bottom = 30.0 |
|
|
|
[node name="Label" type="Label" parent="HBox"] |
|
margin_top = 8.0 |
|
margin_right = 64.0 |
|
margin_bottom = 22.0 |
|
text = " Position:" |
|
|
|
[node name="PositionsContainer" type="HBoxContainer" parent="HBox"] |
|
margin_left = 68.0 |
|
margin_right = 254.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 )
|
|
|