mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/auraframe/AuraFrame.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/auraframe/AuraEntry.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="AuraFrame" type="MarginContainer"]
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
margin_left = -376.0
|
|
margin_right = -1.0
|
|
margin_bottom = 160.0
|
|
mouse_filter = 2
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
aura_entry_scene = ExtResource( 2 )
|
|
buff_container_path = NodePath("VBoxContainer/Buffs")
|
|
debuff_container_path = NodePath("VBoxContainer/Debuffs")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_right = 375.0
|
|
margin_bottom = 160.0
|
|
mouse_filter = 2
|
|
|
|
[node name="Buffs" type="GridContainer" parent="VBoxContainer"]
|
|
margin_right = 375.0
|
|
margin_bottom = 76.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
columns = 9
|
|
|
|
[node name="Debuffs" type="GridContainer" parent="VBoxContainer"]
|
|
margin_top = 84.0
|
|
margin_right = 375.0
|
|
margin_bottom = 160.0
|
|
mouse_filter = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
columns = 9
|