101 lines
3.4 KiB
Plaintext
101 lines
3.4 KiB
Plaintext
[gd_scene load_steps=11 format=3 uid="uid://dygvcmykn02n8"]
|
|
|
|
[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"]
|
|
[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"]
|
|
[ext_resource type="PackedScene" uid="uid://cvbt5qm70cg7t" path="res://scene/journal/journal.tscn" id="10_durpa"]
|
|
|
|
[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)
|
|
ignore_archive = true
|
|
current_scene = "c02_s02"
|
|
|
|
[node name="MainPlayer" parent="." instance=ExtResource("6_6geb0")]
|
|
unique_name_in_owner = true
|
|
position = Vector2(80, 42)
|
|
scale = Vector2(0.6, 0.6)
|
|
player_movement_rect = null
|
|
velocity_ratio = null
|
|
action_locked = null
|
|
current_status = null
|
|
facing_direction = null
|
|
is_laying = null
|
|
is_climbing = null
|
|
running_locked = null
|
|
speed_walking = null
|
|
speed_runnig = null
|
|
speed_laying = null
|
|
speed_climbing = null
|
|
|
|
[node name="ShadingLayer" parent="." instance=ExtResource("2_d1re1")]
|
|
|
|
[node name="PropInspector" parent="." instance=ExtResource("5_ux0rw")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
|
|
[node name="UILayer" type="CanvasLayer" parent="."]
|
|
layer = 12
|
|
|
|
[node name="ColorRectTop" type="ColorRect" parent="UILayer"]
|
|
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
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="ColorRectBottom" type="ColorRect" parent="UILayer"]
|
|
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
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[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
|
|
|
|
[node name="Notification" parent="UILayer" instance=ExtResource("5_3gg5t")]
|
|
offset_left = -12.0
|
|
offset_top = -2.0
|
|
offset_right = -12.0
|
|
offset_bottom = -2.0
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="PropHUD" parent="UILayer" instance=ExtResource("4_t7gb2")]
|
|
scale = Vector2(0.24, 0.24)
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Journal" parent="." instance=ExtResource("10_durpa")]
|
|
visible = false
|