52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cvbt5qm70cg7t"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b1b005cqrjuek" path="res://asset/art/ui/journal.png" id="1_l07pp"]
|
|
[ext_resource type="Script" path="res://scene/journal/journal.gd" id="1_y2537"]
|
|
[ext_resource type="Texture2D" uid="uid://cvpb70uqj12r2" path="res://asset/art/little_game/八音盒/有按钮.png" id="2_3e7j3"]
|
|
|
|
[node name="Journal" type="CanvasLayer"]
|
|
layer = 20
|
|
|
|
[node name="JournalRoot" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = 320.0
|
|
offset_bottom = 320.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_y2537")
|
|
tip_content = "哆莱米发索拉西123456789"
|
|
|
|
[node name="JournalPage" type="TextureRect" parent="JournalRoot"]
|
|
show_behind_parent = true
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
rotation = 0.00704862
|
|
mouse_filter = 2
|
|
texture = ExtResource("1_l07pp")
|
|
|
|
[node name="EntityPic" type="TextureRect" parent="JournalRoot"]
|
|
layout_mode = 0
|
|
offset_left = 138.0
|
|
offset_top = 67.0
|
|
offset_right = 702.0
|
|
offset_bottom = 307.0
|
|
rotation = 0.00262768
|
|
scale = Vector2(0.249104, 0.24444)
|
|
mouse_filter = 2
|
|
texture = ExtResource("2_3e7j3")
|
|
|
|
[node name="Tips" type="GridContainer" parent="JournalRoot"]
|
|
layout_mode = 1
|
|
offset_left = 262.0
|
|
offset_top = 50.0
|
|
offset_right = 382.0
|
|
offset_bottom = 90.0
|
|
columns = 12
|
|
|
|
[node name="ItemsRoot" type="Node2D" parent="JournalRoot"]
|