blob: d4fe66df41221e188d8d708374b516cdae0f7be9 (
plain)
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
|
[gd_scene load_steps=2 format=3 uid="uid://bh5vxp7oki3cr"]
[ext_resource type="Script" path="res://Scripts/Terminal/ButtonBlock.cs" id="1"]
[node name="ButtonBlock" type="MarginContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/margin_left = 256
theme_override_constants/margin_right = 256
script = ExtResource("1")
[node name="Buttons" type="VBoxContainer" parent="."]
unique_name_in_owner = true
layout_mode = 2
offset_left = 256.0
offset_top = 324.0
offset_right = 896.0
offset_bottom = 324.0
size_flags_vertical = 4
alignment = 1
|