summaryrefslogtreecommitdiff
path: root/Scenes/Terminal/ButtonBlock.tscn
blob: d8d535ae71105489d78465aeadbd8c411a37994d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[gd_scene load_steps=2 format=2]

[ext_resource path="res://Scripts/Terminal/ButtonBlock.cs" type="Script" id=1]

[node name="ButtonBlock" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/margin_right = 200
custom_constants/margin_left = 200
script = ExtResource( 1 )

[node name="Buttons" type="VBoxContainer" parent="."]
unique_name_in_owner = true
margin_left = 200.0
margin_right = 600.0
margin_bottom = 600.0
custom_constants/separation = 0
alignment = 1