xiandie/scene/main.tscn

78 lines
2.6 KiB
Plaintext
Raw Normal View History

2025-01-14 00:56:51 +00:00
[gd_scene load_steps=9 format=3 uid="uid://dygvcmykn02n8"]
2024-12-23 01:29:31 +00:00
[ext_resource type="Script" path="res://scene/main.gd" id="1_pks84"]
[ext_resource type="PackedScene" uid="uid://3gk1gxwanw24" path="res://scene/shading/shading_layer.tscn" id="2_d1re1"]
2024-12-23 01:29:31 +00:00
[ext_resource type="PackedScene" uid="uid://dc778gsjfr3ky" path="res://scene/hud/prop_hud.tscn" id="4_t7gb2"]
[ext_resource type="PackedScene" uid="uid://5g07x6q7wwr1" path="res://scene/notification/notification.tscn" id="5_3gg5t"]
[ext_resource type="PackedScene" uid="uid://cekhj65axie0p" path="res://scene/popup/prop_inspector.tscn" id="5_ux0rw"]
[ext_resource type="Environment" uid="uid://c6ri8tn5qt6fe" path="res://scene/ground/environment.tres" id="9_jsof5"]
[ext_resource type="PackedScene" uid="uid://clxgkj80yin2" path="res://scene/ground/ground_loader.tscn" id="10_8rc5n"]
2025-01-07 10:54:50 +00:00
[ext_resource type="PackedScene" uid="uid://cvbt5qm70cg7t" path="res://scene/journal/journal.tscn" id="10_durpa"]
2024-12-23 01:29:31 +00:00
[node name="Main" type="Node2D"]
script = ExtResource("1_pks84")
2025-01-10 07:43:55 +00:00
locale = "en"
2024-12-23 01:29:31 +00:00
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("9_jsof5")
[node name="GroundLoader" parent="." instance=ExtResource("10_8rc5n")]
position = Vector2(1, 0)
2025-01-14 00:56:51 +00:00
ignore_archive = true
entrance_portal = "right"
[node name="ShadingLayer" parent="." instance=ExtResource("2_d1re1")]
2025-01-07 10:54:50 +00:00
[node name="PropInspector" parent="." instance=ExtResource("5_ux0rw")]
unique_name_in_owner = true
2024-12-23 01:29:31 +00:00
[node name="UILayer" type="CanvasLayer" parent="."]
2025-01-07 10:54:50 +00:00
layer = 12
2024-12-23 01:29:31 +00:00
[node name="ColorRectTop" type="ColorRect" parent="UILayer"]
2025-01-06 08:06:20 +00:00
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(564, 38.5)
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -282.0
offset_right = 282.0
offset_bottom = 40.0
grow_horizontal = 2
mouse_filter = 2
2025-01-06 08:06:20 +00:00
color = Color(0, 0, 0, 1)
[node name="ColorRectBottom" type="ColorRect" parent="UILayer"]
2025-01-06 08:06:20 +00:00
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(564, 38.5)
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -282.0
offset_top = -38.5
offset_right = 282.0
grow_horizontal = 2
grow_vertical = 0
mouse_filter = 2
2025-01-06 08:06:20 +00:00
color = Color(0, 0, 0, 1)
2024-12-23 01:29:31 +00:00
[node name="Notification" parent="UILayer" instance=ExtResource("5_3gg5t")]
2025-01-07 10:54:50 +00:00
offset_left = -12.0
offset_top = -2.0
offset_right = -12.0
offset_bottom = -2.0
metadata/_edit_use_anchors_ = true
2024-12-23 01:29:31 +00:00
[node name="PropHUD" parent="UILayer" instance=ExtResource("4_t7gb2")]
scale = Vector2(0.24, 0.24)
2025-01-13 08:09:57 +00:00
item_key = "prop_令牌"
display_time = 1.5
metadata/_edit_use_anchors_ = true
2025-01-07 10:54:50 +00:00
[node name="Journal" parent="." instance=ExtResource("10_durpa")]
visible = false