godot-third-person-basic-scene/scenes/controls/control_input.tscn

45 lines
1.1 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://mtftrelrm0uy"]
[ext_resource type="Script" path="res://scenes/controls/control_input.gd" id="1_dp231"]
[ext_resource type="Texture2D" uid="uid://js4s65teoql3" path="res://scenes/controls/trash.png" id="2_r7srr"]
[node name="Control" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( "1_dp231" )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Empty" type="Label" parent="."]
offset_right = 329.0
offset_bottom = 600.0
size_flags_horizontal = 3
size_flags_vertical = 5
[node name="Comment" type="Label" parent="."]
offset_left = 333.0
offset_right = 662.0
offset_bottom = 600.0
size_flags_horizontal = 3
size_flags_vertical = 5
[node name="Del" type="TextureButton" parent="."]
offset_left = 666.0
offset_right = 690.0
offset_bottom = 600.0
hint_tooltip = "Delete"
size_flags_horizontal = 5
size_flags_vertical = 5
texture_normal = ExtResource( "2_r7srr" )
stretch_mode = 0
[node name="Label" type="Label" parent="."]
offset_left = 694.0
offset_right = 1024.0
offset_bottom = 600.0
size_flags_horizontal = 3
size_flags_vertical = 5