2025-01-10 07:43:55 +00:00
|
|
|
[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"]
|
2025-01-03 13:29:22 +00:00
|
|
|
[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"]
|
2024-12-30 13:19:10 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cekhj65axie0p" path="res://scene/popup/prop_inspector.tscn" id="5_ux0rw"]
|
2024-12-23 13:04:36 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cjhw5ecygrqty" path="res://scene/player/main_player.tscn" id="6_6geb0"]
|
2025-01-05 11:25:13 +00:00
|
|
|
[ext_resource type="Environment" uid="uid://c6ri8tn5qt6fe" path="res://scene/ground/environment.tres" id="9_jsof5"]
|
2024-12-26 13:58:37 +00:00
|
|
|
[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
|
|
|
|
2025-01-05 11:25:13 +00:00
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
|
|
environment = ExtResource("9_jsof5")
|
|
|
|
|
2024-12-26 13:58:37 +00:00
|
|
|
[node name="GroundLoader" parent="." instance=ExtResource("10_8rc5n")]
|
2025-01-03 13:29:22 +00:00
|
|
|
position = Vector2(1, 0)
|
|
|
|
|
|
|
|
[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-26 13:58:37 +00:00
|
|
|
|
2025-01-07 10:54:50 +00:00
|
|
|
[node name="PropInspector" parent="." instance=ExtResource("5_ux0rw")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
visible = false
|
|
|
|
|
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
|
|
|
|
2025-01-03 13:29:22 +00:00
|
|
|
[node name="ColorRectTop" type="ColorRect" parent="UILayer"]
|
2025-01-06 08:06:20 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
visible = false
|
2025-01-03 13:29:22 +00:00
|
|
|
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)
|
2025-01-03 13:29:22 +00:00
|
|
|
|
|
|
|
[node name="ColorRectBottom" type="ColorRect" parent="UILayer"]
|
2025-01-06 08:06:20 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
visible = false
|
2025-01-03 13:29:22 +00:00
|
|
|
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
|
2024-12-26 13:58:37 +00:00
|
|
|
metadata/_edit_use_anchors_ = true
|
2024-12-23 01:29:31 +00:00
|
|
|
|
2025-01-03 13:29:22 +00:00
|
|
|
[node name="PropHUD" parent="UILayer" instance=ExtResource("4_t7gb2")]
|
|
|
|
scale = Vector2(0.24, 0.24)
|
2025-01-12 06:02:00 +00:00
|
|
|
enable_item = null
|
2025-01-03 13:29:22 +00:00
|
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
|
2025-01-07 10:54:50 +00:00
|
|
|
[node name="Journal" parent="." instance=ExtResource("10_durpa")]
|
2025-01-07 11:44:10 +00:00
|
|
|
visible = false
|