ChocolateBird/widgets/BattleScene.tscn

387 lines
10 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://widgets/BattleScene.gd" type="Script" id=1]
[ext_resource path="res://theme/ThemeElements.png" type="Texture" id=2]
[node name="BattleScene" type="ReferenceRect"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="background" type="TextureRect" parent="."]
margin_left = 64.0
margin_right = 96.0
margin_bottom = 20.0
rect_min_size = Vector2( 32, 20 )
rect_scale = Vector2( 8, 8 )
stretch_mode = 3
[node name="panels" type="HBoxContainer" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -80.0
size_flags_horizontal = 3
custom_constants/separation = 0
[node name="enemy_panel" type="PanelContainer" parent="panels"]
margin_right = 154.0
margin_bottom = 81.0
size_flags_horizontal = 3
[node name="VBoxContainer" type="VBoxContainer" parent="panels/enemy_panel"]
margin_left = 4.0
margin_top = 4.0
margin_right = 150.0
margin_bottom = 77.0
custom_constants/separation = -1
[node name="enemies" type="Label" parent="panels/enemy_panel/VBoxContainer"]
margin_right = 146.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "Enemies"
[node name="HSeparator" type="HSeparator" parent="panels/enemy_panel/VBoxContainer"]
margin_top = 13.0
margin_right = 146.0
margin_bottom = 21.0
[node name="grid" type="GridContainer" parent="panels/enemy_panel/VBoxContainer"]
margin_top = 20.0
margin_right = 146.0
margin_bottom = 34.0
custom_constants/vseparation = -1
columns = 2
[node name="Label" type="Label" parent="panels/enemy_panel/VBoxContainer/grid"]
margin_right = 123.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
size_flags_horizontal = 3
text = "Gilgamesh Prime"
[node name="Label2" type="Label" parent="panels/enemy_panel/VBoxContainer/grid"]
margin_left = 131.0
margin_right = 146.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "x7"
[node name="party_panel" type="PanelContainer" parent="panels"]
margin_left = 154.0
margin_right = 384.0
margin_bottom = 81.0
[node name="HBoxContainer" type="HBoxContainer" parent="panels/party_panel"]
margin_left = 4.0
margin_top = 4.0
margin_right = 226.0
margin_bottom = 77.0
[node name="party" type="VBoxContainer" parent="panels/party_panel/HBoxContainer"]
margin_right = 44.0
margin_bottom = 73.0
custom_constants/separation = -1
[node name="party" type="Label" parent="panels/party_panel/HBoxContainer/party"]
margin_right = 44.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "Party "
[node name="HSeparator" type="HSeparator" parent="panels/party_panel/HBoxContainer/party"]
margin_top = 13.0
margin_right = 44.0
margin_bottom = 21.0
[node name="Bartz" type="Label" parent="panels/party_panel/HBoxContainer/party"]
margin_top = 20.0
margin_right = 44.0
margin_bottom = 34.0
rect_min_size = Vector2( 0, 14 )
text = "Bartz"
[node name="Lenna" type="Label" parent="panels/party_panel/HBoxContainer/party"]
margin_top = 33.0
margin_right = 44.0
margin_bottom = 47.0
rect_min_size = Vector2( 0, 14 )
text = "Lenna"
[node name="Faris" type="Label" parent="panels/party_panel/HBoxContainer/party"]
margin_top = 46.0
margin_right = 44.0
margin_bottom = 60.0
rect_min_size = Vector2( 0, 14 )
text = "Faris"
[node name="Galuf" type="Label" parent="panels/party_panel/HBoxContainer/party"]
margin_top = 59.0
margin_right = 44.0
margin_bottom = 73.0
rect_min_size = Vector2( 0, 14 )
text = "Galuf"
[node name="hp" type="VBoxContainer" parent="panels/party_panel/HBoxContainer"]
margin_left = 52.0
margin_right = 116.0
margin_bottom = 73.0
custom_constants/separation = -1
[node name="hp" type="Label" parent="panels/party_panel/HBoxContainer/hp"]
margin_right = 64.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "HP"
align = 1
[node name="HSeparator" type="HSeparator" parent="panels/party_panel/HBoxContainer/hp"]
margin_top = 13.0
margin_right = 64.0
margin_bottom = 21.0
[node name="GridContainer" type="GridContainer" parent="panels/party_panel/HBoxContainer/hp"]
margin_top = 20.0
margin_right = 64.0
margin_bottom = 73.0
custom_constants/vseparation = -1
custom_constants/hseparation = 0
columns = 2
[node name="Label5" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_right = 35.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "787/"
align = 2
[node name="Label6" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_left = 35.0
margin_right = 64.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "900"
align = 2
[node name="Label7" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_top = 13.0
margin_right = 35.0
margin_bottom = 27.0
rect_min_size = Vector2( 0, 14 )
text = "787/"
align = 2
[node name="Label8" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_left = 35.0
margin_top = 13.0
margin_right = 64.0
margin_bottom = 27.0
rect_min_size = Vector2( 0, 14 )
text = "900"
align = 2
[node name="Label9" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_top = 26.0
margin_right = 35.0
margin_bottom = 40.0
rect_min_size = Vector2( 0, 14 )
text = "787/"
align = 2
[node name="Label10" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_left = 35.0
margin_top = 26.0
margin_right = 64.0
margin_bottom = 40.0
rect_min_size = Vector2( 0, 14 )
text = "900"
align = 2
[node name="Label11" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_top = 39.0
margin_right = 35.0
margin_bottom = 53.0
rect_min_size = Vector2( 0, 14 )
text = "7879/"
align = 2
[node name="Label12" type="Label" parent="panels/party_panel/HBoxContainer/hp/GridContainer"]
margin_left = 35.0
margin_top = 39.0
margin_right = 64.0
margin_bottom = 53.0
rect_min_size = Vector2( 0, 14 )
text = "9999"
align = 2
[node name="mp" type="VBoxContainer" parent="panels/party_panel/HBoxContainer"]
margin_left = 124.0
margin_right = 174.0
margin_bottom = 73.0
custom_constants/separation = -1
[node name="mp" type="Label" parent="panels/party_panel/HBoxContainer/mp"]
margin_right = 50.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "MP"
align = 1
[node name="HSeparator" type="HSeparator" parent="panels/party_panel/HBoxContainer/mp"]
margin_top = 13.0
margin_right = 50.0
margin_bottom = 21.0
[node name="GridContainer" type="GridContainer" parent="panels/party_panel/HBoxContainer/mp"]
margin_top = 20.0
margin_right = 50.0
margin_bottom = 73.0
custom_constants/vseparation = -1
custom_constants/hseparation = 0
columns = 2
[node name="Label5" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_right = 28.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "787/"
align = 2
[node name="Label6" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_left = 28.0
margin_right = 50.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "900"
align = 2
[node name="Label7" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_top = 13.0
margin_right = 28.0
margin_bottom = 27.0
rect_min_size = Vector2( 0, 14 )
text = "787/"
align = 2
[node name="Label8" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_left = 28.0
margin_top = 13.0
margin_right = 50.0
margin_bottom = 27.0
rect_min_size = Vector2( 0, 14 )
text = "900"
align = 2
[node name="Label9" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_top = 26.0
margin_right = 28.0
margin_bottom = 40.0
rect_min_size = Vector2( 0, 14 )
text = "787/"
align = 2
[node name="Label10" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_left = 28.0
margin_top = 26.0
margin_right = 50.0
margin_bottom = 40.0
rect_min_size = Vector2( 0, 14 )
text = "900"
align = 2
[node name="Label11" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_top = 39.0
margin_right = 28.0
margin_bottom = 53.0
rect_min_size = Vector2( 0, 14 )
text = "787/"
align = 2
[node name="Label12" type="Label" parent="panels/party_panel/HBoxContainer/mp/GridContainer"]
margin_left = 28.0
margin_top = 39.0
margin_right = 50.0
margin_bottom = 53.0
rect_min_size = Vector2( 0, 14 )
text = "900"
align = 2
[node name="atb" type="VBoxContainer" parent="panels/party_panel/HBoxContainer"]
margin_left = 182.0
margin_right = 222.0
margin_bottom = 73.0
custom_constants/separation = -1
[node name="atb" type="Label" parent="panels/party_panel/HBoxContainer/atb"]
margin_right = 40.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "ATB"
align = 1
[node name="HSeparator" type="HSeparator" parent="panels/party_panel/HBoxContainer/atb"]
margin_top = 13.0
margin_right = 40.0
margin_bottom = 21.0
[node name="MarginContainer" type="MarginContainer" parent="panels/party_panel/HBoxContainer/atb"]
margin_top = 20.0
margin_right = 40.0
margin_bottom = 69.0
custom_constants/margin_top = 3
[node name="VBoxContainer" type="VBoxContainer" parent="panels/party_panel/HBoxContainer/atb/MarginContainer"]
margin_top = 3.0
margin_right = 40.0
margin_bottom = 49.0
size_flags_vertical = 3
custom_constants/separation = 6
[node name="NinePatchRect" type="NinePatchRect" parent="panels/party_panel/HBoxContainer/atb/MarginContainer/VBoxContainer"]
margin_right = 40.0
margin_bottom = 7.0
rect_min_size = Vector2( 40, 7 )
texture = ExtResource( 2 )
region_rect = Rect2( 12, 1, 8, 7 )
patch_margin_left = 3
patch_margin_top = 1
patch_margin_right = 3
patch_margin_bottom = 1
[node name="NinePatchRect2" type="NinePatchRect" parent="panels/party_panel/HBoxContainer/atb/MarginContainer/VBoxContainer"]
margin_top = 13.0
margin_right = 40.0
margin_bottom = 20.0
rect_min_size = Vector2( 40, 7 )
texture = ExtResource( 2 )
region_rect = Rect2( 12, 1, 8, 7 )
patch_margin_left = 3
patch_margin_top = 1
patch_margin_right = 3
patch_margin_bottom = 1
[node name="NinePatchRect3" type="NinePatchRect" parent="panels/party_panel/HBoxContainer/atb/MarginContainer/VBoxContainer"]
margin_top = 26.0
margin_right = 40.0
margin_bottom = 33.0
rect_min_size = Vector2( 40, 7 )
texture = ExtResource( 2 )
region_rect = Rect2( 12, 1, 8, 7 )
patch_margin_left = 3
patch_margin_top = 1
patch_margin_right = 3
patch_margin_bottom = 1
[node name="NinePatchRect4" type="NinePatchRect" parent="panels/party_panel/HBoxContainer/atb/MarginContainer/VBoxContainer"]
margin_top = 39.0
margin_right = 40.0
margin_bottom = 46.0
rect_min_size = Vector2( 40, 7 )
texture = ExtResource( 2 )
region_rect = Rect2( 12, 1, 8, 7 )
patch_margin_left = 3
patch_margin_top = 1
patch_margin_right = 3
patch_margin_bottom = 1