-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode_2d.tscn
More file actions
40 lines (35 loc) · 1.09 KB
/
Copy pathnode_2d.tscn
File metadata and controls
40 lines (35 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[gd_scene load_steps=4 format=3 uid="uid://bginhi7j6tsjf"]
[ext_resource type="PackedScene" uid="uid://c1amgupq4cjg2" path="res://button.tscn" id="2_0e48y"]
[ext_resource type="Script" uid="uid://cvu5k4swhvhv6" path="res://v_box_container.gd" id="2_kdubu"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0e48y"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 10
anchor_right = 1.0
offset_top = 21.0
offset_bottom = 54.0
grow_horizontal = 2
alignment = 1
script = ExtResource("2_kdubu")
[node name="Button" parent="." instance=ExtResource("2_0e48y")]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -271.0
offset_top = -16.5
offset_right = 271.0
offset_bottom = 16.5
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/focus = SubResource("StyleBoxEmpty_0e48y")
text = "TEST PULSANTE CON LABEL LUNGA E PULSANTE CHE SI AUTOADATTA"