mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
31 lines
768 B
Plaintext
31 lines
768 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/actionbars/ActionBarEntry.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://ui/actionbars/ActionBar.gd" type="Script" id=2]
|
|
|
|
[node name="ActionBar" type="Control"]
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -63.0
|
|
margin_top = -580.0
|
|
mouse_filter = 2
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
action_bar_entry_scene = ExtResource( 1 )
|
|
child_container_path = NodePath("GridContainer")
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/vseparation = 0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|