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.
		
		
		
		
		
			
		
			
				
	
	
		
			112 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			112 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Plaintext
		
	
| [gd_scene load_steps=5 format=3 uid="uid://b78dbmcsioaa4"]
 | |
| 
 | |
| [ext_resource type="Texture2D" uid="uid://dv44t320sl17a" path="res://resource/ui/status/core_background.png" id="1_cdsc7"]
 | |
| [ext_resource type="Script" path="res://script/ui/screen.gd" id="1_ienoy"]
 | |
| [ext_resource type="Script" path="res://script/ui/status/status_page.gd" id="2_i3kdc"]
 | |
| [ext_resource type="PackedScene" uid="uid://dfjudjr7aq205" path="res://scene/ui/item/skill_item.tscn" id="15_o3ry4"]
 | |
| 
 | |
| [node name="StatusScreen" type="CanvasLayer"]
 | |
| script = ExtResource("1_ienoy")
 | |
| 
 | |
| [node name="StatusPage" type="Control" parent="."]
 | |
| layout_mode = 3
 | |
| anchors_preset = 0
 | |
| offset_right = 40.0
 | |
| offset_bottom = 40.0
 | |
| script = ExtResource("2_i3kdc")
 | |
| 
 | |
| [node name="TabContainer" type="TabContainer" parent="StatusPage"]
 | |
| layout_mode = 0
 | |
| offset_left = 48.0
 | |
| offset_top = 16.0
 | |
| offset_right = 592.0
 | |
| offset_bottom = 344.0
 | |
| 
 | |
| [node name="StatusCorePage" type="Control" parent="StatusPage/TabContainer"]
 | |
| layout_mode = 2
 | |
| 
 | |
| [node name="CoreListItem" type="Control" parent="StatusPage/TabContainer/StatusCorePage"]
 | |
| anchors_preset = 0
 | |
| offset_left = 24.0
 | |
| offset_top = 1.0
 | |
| offset_right = 64.0
 | |
| offset_bottom = 41.0
 | |
| 
 | |
| [node name="ScrollContainer" type="ScrollContainer" parent="StatusPage/TabContainer/StatusCorePage/CoreListItem"]
 | |
| layout_mode = 0
 | |
| offset_top = 32.0
 | |
| offset_right = 204.0
 | |
| offset_bottom = 280.0
 | |
| horizontal_scroll_mode = 0
 | |
| vertical_scroll_mode = 2
 | |
| 
 | |
| [node name="CoreList" type="VBoxContainer" parent="StatusPage/TabContainer/StatusCorePage/CoreListItem/ScrollContainer"]
 | |
| layout_mode = 2
 | |
| 
 | |
| [node name="Core" type="Control" parent="StatusPage/TabContainer/StatusCorePage/CoreListItem/ScrollContainer/CoreList"]
 | |
| custom_minimum_size = Vector2(192, 32)
 | |
| layout_mode = 2
 | |
| 
 | |
| [node name="CoreBackground" type="TextureRect" parent="StatusPage/TabContainer/StatusCorePage/CoreListItem/ScrollContainer/CoreList/Core"]
 | |
| layout_mode = 0
 | |
| offset_right = 192.0
 | |
| offset_bottom = 32.0
 | |
| texture = ExtResource("1_cdsc7")
 | |
| expand_mode = 1
 | |
| 
 | |
| [node name="Skill" parent="StatusPage/TabContainer/StatusCorePage/CoreListItem/ScrollContainer/CoreList/Core" instance=ExtResource("15_o3ry4")]
 | |
| layout_mode = 1
 | |
| anchors_preset = 4
 | |
| anchor_left = 0.0
 | |
| anchor_right = 0.0
 | |
| offset_left = 0.0
 | |
| offset_right = 32.0
 | |
| grow_horizontal = 1
 | |
| 
 | |
| [node name="CoreName" type="Label" parent="StatusPage/TabContainer/StatusCorePage/CoreListItem/ScrollContainer/CoreList/Core"]
 | |
| layout_mode = 0
 | |
| offset_left = 45.0
 | |
| offset_top = 3.0
 | |
| offset_right = 85.0
 | |
| offset_bottom = 25.0
 | |
| theme_override_font_sizes/font_size = 15
 | |
| text = "Core name"
 | |
| 
 | |
| [node name="CoreDetailItem" type="Control" parent="StatusPage/TabContainer/StatusCorePage"]
 | |
| anchors_preset = 0
 | |
| offset_left = 280.0
 | |
| offset_top = 169.0
 | |
| offset_right = 320.0
 | |
| offset_bottom = 209.0
 | |
| 
 | |
| [node name="Background" type="TextureRect" parent="StatusPage/TabContainer/StatusCorePage/CoreDetailItem"]
 | |
| layout_mode = 0
 | |
| offset_right = 192.0
 | |
| offset_bottom = 32.0
 | |
| texture = ExtResource("1_cdsc7")
 | |
| expand_mode = 1
 | |
| 
 | |
| [node name="Skill" parent="StatusPage/TabContainer/StatusCorePage/CoreDetailItem" instance=ExtResource("15_o3ry4")]
 | |
| layout_mode = 1
 | |
| anchors_preset = 4
 | |
| anchor_left = 0.0
 | |
| anchor_right = 0.0
 | |
| offset_left = 0.0
 | |
| offset_top = -20.0
 | |
| offset_right = 32.0
 | |
| offset_bottom = 12.0
 | |
| grow_horizontal = 1
 | |
| 
 | |
| [node name="CoreName" type="Label" parent="StatusPage/TabContainer/StatusCorePage/CoreDetailItem"]
 | |
| layout_mode = 0
 | |
| offset_left = 45.0
 | |
| offset_top = 3.0
 | |
| offset_right = 124.0
 | |
| offset_bottom = 25.0
 | |
| theme_override_font_sizes/font_size = 15
 | |
| text = "Core name"
 | |
| 
 | |
| [node name="StatusMapPage" type="Control" parent="StatusPage/TabContainer"]
 | |
| visible = false
 | |
| layout_mode = 2
 |