123 lines
3.9 KiB
Plaintext
123 lines
3.9 KiB
Plaintext
|
[gd_scene load_steps=12 format=3 uid="uid://ut4a5gwb4naq"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://cv0ngb45g2k66" path="res://scene/ux/tabs.gd" id="1_2ekqi"]
|
||
|
[ext_resource type="Texture2D" uid="uid://bypfs3nrknkuo" path="res://asset/art/ui/ux_panel/书签 1.png" id="1_cg3qn"]
|
||
|
[ext_resource type="AudioStream" uid="uid://dyjifofhdx25w" path="res://asset/audio/sfx/交互/打开背包.wav" id="2_6kwyk"]
|
||
|
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="2_q0myv"]
|
||
|
[ext_resource type="FontFile" uid="uid://255whp7fuig5" path="res://asset/font/字体/三极行楷简体-粗.ttf" id="3_2ekqi"]
|
||
|
[ext_resource type="AudioStream" uid="uid://bghyinc16m1nx" path="res://asset/audio/sfx/交互/收起背包.wav" id="4_4g76p"]
|
||
|
[ext_resource type="Texture2D" uid="uid://cdt7v108hlkqw" path="res://asset/art/ui/ux_panel/书签 2.png" id="4_q0myv"]
|
||
|
[ext_resource type="Texture2D" uid="uid://demhcu581v80o" path="res://asset/art/ui/ux_panel/书签 3.png" id="5_6kwyk"]
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_82npn"]
|
||
|
atlas = ExtResource("1_cg3qn")
|
||
|
region = Rect2(0, 0, 60, 40)
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_tgqj6"]
|
||
|
atlas = ExtResource("4_q0myv")
|
||
|
region = Rect2(0, 0, 63, 40)
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_m6suv"]
|
||
|
atlas = ExtResource("5_6kwyk")
|
||
|
region = Rect2(0, 0, 60, 40)
|
||
|
|
||
|
[node name="Tabs" type="Control"]
|
||
|
process_mode = 3
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 0
|
||
|
offset_right = 183.0
|
||
|
offset_bottom = 40.0
|
||
|
mouse_filter = 2
|
||
|
script = ExtResource("1_2ekqi")
|
||
|
|
||
|
[node name="SfxOpen" type="AudioStreamPlayer" parent="."]
|
||
|
process_mode = 1
|
||
|
stream = ExtResource("2_6kwyk")
|
||
|
bus = &"game_sfx"
|
||
|
script = ExtResource("2_q0myv")
|
||
|
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
|
||
|
|
||
|
[node name="SfxClose" type="AudioStreamPlayer" parent="."]
|
||
|
process_mode = 1
|
||
|
stream = ExtResource("4_4g76p")
|
||
|
bus = &"game_sfx"
|
||
|
script = ExtResource("2_q0myv")
|
||
|
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
|
||
|
|
||
|
[node name="Bag" type="TextureButton" parent="."]
|
||
|
layout_mode = 2
|
||
|
offset_left = 58.0
|
||
|
offset_right = 118.0
|
||
|
offset_bottom = 40.0
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 0
|
||
|
mouse_default_cursor_shape = 2
|
||
|
theme_type_variation = &"bag_tab_btn"
|
||
|
texture_normal = SubResource("AtlasTexture_82npn")
|
||
|
|
||
|
[node name="Label" type="Label" parent="Bag"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 2.0
|
||
|
offset_top = 2.0
|
||
|
offset_right = 67.0
|
||
|
offset_bottom = 16.0
|
||
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||
|
theme_override_fonts/font = ExtResource("3_2ekqi")
|
||
|
text = "bag_tab_物品"
|
||
|
horizontal_alignment = 1
|
||
|
vertical_alignment = 1
|
||
|
|
||
|
[node name="Note" type="TextureButton" parent="."]
|
||
|
layout_mode = 2
|
||
|
offset_left = 118.0
|
||
|
offset_right = 181.0
|
||
|
offset_bottom = 40.0
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 0
|
||
|
mouse_default_cursor_shape = 2
|
||
|
theme_type_variation = &"bag_tab_btn"
|
||
|
texture_normal = SubResource("AtlasTexture_tgqj6")
|
||
|
|
||
|
[node name="Label" type="Label" parent="Note"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 2.0
|
||
|
offset_top = 2.0
|
||
|
offset_right = 67.0
|
||
|
offset_bottom = 16.0
|
||
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||
|
theme_override_fonts/font = ExtResource("3_2ekqi")
|
||
|
text = "bag_tab_笔记"
|
||
|
horizontal_alignment = 1
|
||
|
vertical_alignment = 1
|
||
|
|
||
|
[node name="Mem" type="TextureButton" parent="."]
|
||
|
layout_mode = 2
|
||
|
offset_left = 181.0
|
||
|
offset_right = 241.0
|
||
|
offset_bottom = 40.0
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 0
|
||
|
mouse_default_cursor_shape = 2
|
||
|
theme_type_variation = &"bag_tab_btn"
|
||
|
texture_normal = SubResource("AtlasTexture_m6suv")
|
||
|
|
||
|
[node name="Label" type="Label" parent="Mem"]
|
||
|
layout_mode = 0
|
||
|
offset_left = -4.0
|
||
|
offset_top = 2.0
|
||
|
offset_right = 61.0
|
||
|
offset_bottom = 16.0
|
||
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||
|
theme_override_fonts/font = ExtResource("3_2ekqi")
|
||
|
text = "bag_tab_记忆"
|
||
|
horizontal_alignment = 1
|
||
|
vertical_alignment = 1
|
||
|
|
||
|
[node name="MouseCover" type="Control" parent="."]
|
||
|
custom_minimum_size = Vector2(200, 0)
|
||
|
anchors_preset = 0
|
||
|
offset_left = 50.0
|
||
|
offset_top = 21.0
|
||
|
offset_right = 250.0
|
||
|
offset_bottom = 61.0
|