xiandie/scene/main.tscn

76 lines
2.8 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=10 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"]
[ext_resource type="PackedScene" uid="uid://dmkt1roqc4he7" path="res://scene/dialog/dialog.tscn" id="3_prpss"]
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="PackedScene" uid="uid://cjhw5ecygrqty" path="res://scene/player/main_player.tscn" id="6_6geb0"]
[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"]
2024-12-23 01:29:31 +00:00
[node name="Main" type="Node2D"]
script = ExtResource("1_pks84")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("9_jsof5")
[node name="GroundLoader" parent="." instance=ExtResource("10_8rc5n")]
position = Vector2(1, 0)
current_scene = "c02_s03"
[node name="MainPlayer" parent="." instance=ExtResource("6_6geb0")]
unique_name_in_owner = true
position = Vector2(80, 42)
scale = Vector2(0.6, 0.6)
[node name="ShadingLayer" parent="." instance=ExtResource("2_d1re1")]
2024-12-23 01:29:31 +00:00
[node name="UILayer" type="CanvasLayer" parent="."]
layer = 11
2024-12-23 01:29:31 +00:00
[node name="ColorRectTop" type="ColorRect" parent="UILayer"]
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
color = Color(0.0519829, 0.0179176, 0.00269875, 1)
[node name="ColorRectBottom" type="ColorRect" parent="UILayer"]
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
color = Color(0.0519829, 0.0179176, 0.00269875, 1)
2024-12-23 01:29:31 +00:00
[node name="Dialog" parent="UILayer" instance=ExtResource("3_prpss")]
offset_left = -230.0
offset_top = -70.0
offset_right = 230.0
metadata/_edit_use_anchors_ = true
2024-12-23 01:29:31 +00:00
[node name="Notification" parent="UILayer" instance=ExtResource("5_3gg5t")]
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)
mouse_filter = 2
metadata/_edit_use_anchors_ = true
[node name="PropInspector" parent="." instance=ExtResource("5_ux0rw")]
unique_name_in_owner = true