mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
19 lines
493 B
Plaintext
19 lines
493 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/actionbars/Actionbars.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/actionbars/ActionBar.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Actionbars" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 0
|
|
alignment = 2
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
actionbar_scene = ExtResource( 2 )
|