You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			188 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			188 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			Plaintext
		
	
| [gd_scene load_steps=8 format=3 uid="uid://dy0u26ba7dle"]
 | |
| 
 | |
| [ext_resource type="Script" path="res://script/ui/hud/headbar.gd" id="1_k0rtd"]
 | |
| [ext_resource type="Texture2D" uid="uid://cwhu1ec03t3c8" path="res://resource/ui/hud/headbar_hp_empty.png" id="2_g5t31"]
 | |
| [ext_resource type="Texture2D" uid="uid://b4ly1exl0owck" path="res://resource/ui/hud/headbar_hp.png" id="3_vh1p5"]
 | |
| [ext_resource type="Texture2D" uid="uid://c5xgdirnx5gq8" path="res://resource/ui/hud/headbar_shield.png" id="4_5g4h6"]
 | |
| [ext_resource type="Texture2D" uid="uid://dqqd56qoquts7" path="res://resource/ui/hud/break_level.png" id="4_wo8oo"]
 | |
| [ext_resource type="Texture2D" uid="uid://0l8bh5eq104a" path="res://resource/ui/hud/headbar_alert_empty.png" id="5_y2g2r"]
 | |
| [ext_resource type="Texture2D" uid="uid://b8ejwekki1ubx" path="res://resource/ui/hud/headbar_alert.png" id="6_j2n1r"]
 | |
| 
 | |
| [node name="HeadBar" type="Control"]
 | |
| layout_mode = 3
 | |
| anchors_preset = 0
 | |
| offset_left = 256.0
 | |
| offset_top = 88.0
 | |
| offset_right = 256.0
 | |
| offset_bottom = 88.0
 | |
| script = ExtResource("1_k0rtd")
 | |
| 
 | |
| [node name="BattleInfo" type="Control" parent="."]
 | |
| unique_name_in_owner = true
 | |
| anchors_preset = 0
 | |
| offset_right = 40.0
 | |
| offset_bottom = 40.0
 | |
| 
 | |
| [node name="HpBar" type="TextureProgressBar" parent="BattleInfo"]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 1
 | |
| anchors_preset = 8
 | |
| anchor_left = 0.5
 | |
| anchor_top = 0.5
 | |
| anchor_right = 0.5
 | |
| anchor_bottom = 0.5
 | |
| offset_left = -36.0
 | |
| offset_top = -22.0
 | |
| offset_right = -4.0
 | |
| offset_bottom = -18.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| value = 60.0
 | |
| nine_patch_stretch = true
 | |
| stretch_margin_left = 1
 | |
| stretch_margin_right = 1
 | |
| texture_under = ExtResource("2_g5t31")
 | |
| texture_progress = ExtResource("3_vh1p5")
 | |
| 
 | |
| [node name="ShieldBar" type="TextureProgressBar" parent="BattleInfo"]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 1
 | |
| anchors_preset = 8
 | |
| anchor_left = 0.5
 | |
| anchor_top = 0.5
 | |
| anchor_right = 0.5
 | |
| anchor_bottom = 0.5
 | |
| offset_left = -36.0
 | |
| offset_top = -22.0
 | |
| offset_right = -4.0
 | |
| offset_bottom = -18.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| value = 50.0
 | |
| nine_patch_stretch = true
 | |
| stretch_margin_left = 1
 | |
| stretch_margin_right = 1
 | |
| texture_under = ExtResource("2_g5t31")
 | |
| texture_progress = ExtResource("4_5g4h6")
 | |
| 
 | |
| [node name="BreakLevel" type="Sprite2D" parent="BattleInfo"]
 | |
| unique_name_in_owner = true
 | |
| position = Vector2(-21, 0)
 | |
| texture = ExtResource("4_wo8oo")
 | |
| hframes = 3
 | |
| vframes = 3
 | |
| 
 | |
| [node name="AlertBar" type="TextureProgressBar" parent="."]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 1
 | |
| anchors_preset = 8
 | |
| anchor_left = 0.5
 | |
| anchor_top = 0.5
 | |
| anchor_right = 0.5
 | |
| anchor_bottom = 0.5
 | |
| offset_left = -8.0
 | |
| offset_top = -4.0
 | |
| offset_right = 8.0
 | |
| offset_bottom = 4.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| value = 60.0
 | |
| fill_mode = 3
 | |
| stretch_margin_left = 1
 | |
| stretch_margin_right = 1
 | |
| texture_under = ExtResource("5_y2g2r")
 | |
| texture_progress = ExtResource("6_j2n1r")
 | |
| 
 | |
| [node name="DebugInfo" type="Control" parent="."]
 | |
| unique_name_in_owner = true
 | |
| anchors_preset = 0
 | |
| offset_right = 40.0
 | |
| offset_bottom = 40.0
 | |
| 
 | |
| [node name="StunBar" type="TextureProgressBar" parent="DebugInfo"]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 1
 | |
| anchors_preset = 8
 | |
| anchor_left = 0.5
 | |
| anchor_top = 0.5
 | |
| anchor_right = 0.5
 | |
| anchor_bottom = 0.5
 | |
| offset_left = 4.0
 | |
| offset_top = -12.0
 | |
| offset_right = 36.0
 | |
| offset_bottom = -8.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| value = 50.0
 | |
| stretch_margin_left = 10
 | |
| stretch_margin_top = 10
 | |
| stretch_margin_right = 10
 | |
| stretch_margin_bottom = 10
 | |
| texture_under = ExtResource("2_g5t31")
 | |
| texture_progress = ExtResource("3_vh1p5")
 | |
| tint_progress = Color(0.866667, 0.933333, 0.105882, 1)
 | |
| 
 | |
| [node name="MpSubBar" type="TextureProgressBar" parent="DebugInfo"]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 1
 | |
| anchors_preset = 8
 | |
| anchor_left = 0.5
 | |
| anchor_top = 0.5
 | |
| anchor_right = 0.5
 | |
| anchor_bottom = 0.5
 | |
| offset_left = 4.0
 | |
| offset_top = -4.0
 | |
| offset_right = 36.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| value = 50.0
 | |
| stretch_margin_left = 10
 | |
| stretch_margin_top = 10
 | |
| stretch_margin_right = 10
 | |
| stretch_margin_bottom = 10
 | |
| texture_under = ExtResource("2_g5t31")
 | |
| texture_progress = ExtResource("3_vh1p5")
 | |
| 
 | |
| [node name="MpBar" type="TextureProgressBar" parent="DebugInfo"]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 1
 | |
| anchors_preset = 8
 | |
| anchor_left = 0.5
 | |
| anchor_top = 0.5
 | |
| anchor_right = 0.5
 | |
| anchor_bottom = 0.5
 | |
| offset_left = 4.0
 | |
| offset_top = -8.0
 | |
| offset_right = 36.0
 | |
| offset_bottom = -4.0
 | |
| grow_horizontal = 2
 | |
| grow_vertical = 2
 | |
| value = 50.0
 | |
| stretch_margin_left = 10
 | |
| stretch_margin_top = 10
 | |
| stretch_margin_right = 10
 | |
| stretch_margin_bottom = 10
 | |
| texture_under = ExtResource("2_g5t31")
 | |
| texture_progress = ExtResource("3_vh1p5")
 | |
| tint_progress = Color(0.0941176, 1, 0.992157, 1)
 | |
| 
 | |
| [node name="PosLabel" type="Label" parent="DebugInfo"]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 0
 | |
| offset_left = 24.0
 | |
| offset_top = -8.0
 | |
| offset_right = 80.0
 | |
| offset_bottom = 6.0
 | |
| theme_override_font_sizes/font_size = 10
 | |
| text = "123,123"
 | |
| 
 | |
| [node name="RoleLabel" type="Label" parent="DebugInfo"]
 | |
| unique_name_in_owner = true
 | |
| layout_mode = 0
 | |
| offset_left = 24.0
 | |
| offset_top = -20.0
 | |
| offset_right = 80.0
 | |
| offset_bottom = -6.0
 | |
| theme_override_font_sizes/font_size = 10
 | |
| text = "123,123"
 |